Files
twenty/packages/twenty-ui/package.json
Charles Bochet ca9c070945 Fix activity (#11015)
Deprecating unused states and making sure that the ActivityRichText
editor loads when activity.bodyV2 is present
2025-03-19 10:45:11 +01:00

20 lines
358 B
JSON

{
"name": "twenty-ui",
"version": "0.50.0-canary",
"type": "module",
"main": "./src/index.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.cjs"
}
},
"dependencies": {
"twenty-shared": "workspace:*"
},
"scripts": {
"build": "npx vite build"
}
}