Deprecating unused states and making sure that the ActivityRichText editor loads when activity.bodyV2 is present
20 lines
358 B
JSON
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"
|
|
}
|
|
}
|