mirror of
https://github.com/twentyhq/twenty.git
synced 2024-11-26 13:42:44 +03:00
2fb920f68c
Fixes #8471 Updated `0.33.0-canaray` -> `0.33.0-canary` ![CleanShot 2024-11-13 at 09 45 36](https://github.com/user-attachments/assets/6a365542-9b4d-4279-9ef4-966d22863eba)
46 lines
1.4 KiB
JSON
46 lines
1.4 KiB
JSON
{
|
|
"name": "twenty-front",
|
|
"version": "0.33.0-canary",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "VITE_DISABLE_TYPESCRIPT_CHECKER=true VITE_DISABLE_ESLINT_CHECKER=true NODE_OPTIONS=--max-old-space-size=3000 npx vite build && sh ./scripts/inject-runtime-env.sh",
|
|
"build:sourcemaps": "VITE_BUILD_SOURCEMAP=true VITE_DISABLE_TYPESCRIPT_CHECKER=true VITE_DISABLE_ESLINT_CHECKER=true NODE_OPTIONS=--max-old-space-size=6000 npx vite build && sh ./scripts/inject-runtime-env.sh",
|
|
"start:prod": "NODE_ENV=production npx vite --host",
|
|
"tsup": "npx tsup"
|
|
},
|
|
"engines": {
|
|
"node": "^18.17.1",
|
|
"npm": "please-use-yarn",
|
|
"yarn": "^4.0.2"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"msw": {
|
|
"workerDirectory": "public"
|
|
},
|
|
"dependencies": {
|
|
"@nivo/calendar": "^0.87.0",
|
|
"@nivo/core": "^0.87.0",
|
|
"@nivo/line": "^0.87.0",
|
|
"@tiptap/extension-document": "^2.9.0",
|
|
"@tiptap/extension-paragraph": "^2.9.0",
|
|
"@tiptap/extension-placeholder": "^2.9.0",
|
|
"@tiptap/extension-text": "^2.9.0",
|
|
"@tiptap/extension-text-style": "^2.8.0",
|
|
"@tiptap/react": "^2.8.0",
|
|
"@xyflow/react": "^12.0.4",
|
|
"transliteration": "^2.3.5"
|
|
}
|
|
}
|