mirror of
https://github.com/makeplane/plane.git
synced 2025-12-15 19:37:51 +01:00
68 lines
2.3 KiB
JSON
68 lines
2.3 KiB
JSON
{
|
|
"name": "space",
|
|
"version": "1.2.0",
|
|
"private": true,
|
|
"license": "AGPL-3.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "react-router dev --port 3002",
|
|
"build": "react-router build",
|
|
"preview": "react-router build && PORT=3002 react-router-serve ./build/server/index.js",
|
|
"start": "PORT=3002 react-router-serve ./build/server/index.js",
|
|
"clean": "rm -rf .turbo && rm -rf .next && rm -rf .react-router && rm -rf node_modules && rm -rf dist && rm -rf build",
|
|
"check:lint": "eslint . --cache --cache-location node_modules/.cache/eslint/ --max-warnings=932",
|
|
"check:types": "react-router typegen && tsc --noEmit",
|
|
"check:format": "prettier . --cache --check",
|
|
"fix:lint": "eslint . --cache --cache-location node_modules/.cache/eslint/ --fix --max-warnings=932",
|
|
"fix:format": "prettier . --cache --write"
|
|
},
|
|
"dependencies": {
|
|
"@bprogress/core": "catalog:",
|
|
"@headlessui/react": "^1.7.19",
|
|
"@plane/constants": "workspace:*",
|
|
"@plane/editor": "workspace:*",
|
|
"@plane/i18n": "workspace:*",
|
|
"@plane/propel": "workspace:*",
|
|
"@plane/services": "workspace:*",
|
|
"@plane/types": "workspace:*",
|
|
"@plane/ui": "workspace:*",
|
|
"@plane/utils": "workspace:*",
|
|
"@popperjs/core": "^2.11.8",
|
|
"@react-router/node": "catalog:",
|
|
"@react-router/serve": "catalog:",
|
|
"@sentry/react-router": "catalog:",
|
|
"axios": "catalog:",
|
|
"clsx": "^2.0.0",
|
|
"date-fns": "^4.1.0",
|
|
"isbot": "^5.1.31",
|
|
"lodash-es": "catalog:",
|
|
"lucide-react": "catalog:",
|
|
"mobx": "catalog:",
|
|
"mobx-react": "catalog:",
|
|
"mobx-utils": "catalog:",
|
|
"next-themes": "^0.2.1",
|
|
"react": "catalog:",
|
|
"react-dom": "catalog:",
|
|
"react-dropzone": "^14.2.3",
|
|
"react-hook-form": "7.51.5",
|
|
"react-popper": "^2.3.0",
|
|
"react-router": "catalog:",
|
|
"react-router-dom": "catalog:",
|
|
"swr": "catalog:",
|
|
"uuid": "catalog:"
|
|
},
|
|
"devDependencies": {
|
|
"@dotenvx/dotenvx": "catalog:",
|
|
"@plane/tailwind-config": "workspace:*",
|
|
"@plane/typescript-config": "workspace:*",
|
|
"@react-router/dev": "catalog:",
|
|
"@types/lodash-es": "catalog:",
|
|
"@types/node": "catalog:",
|
|
"@types/react": "catalog:",
|
|
"@types/react-dom": "catalog:",
|
|
"typescript": "catalog:",
|
|
"vite": "catalog:",
|
|
"vite-tsconfig-paths": "^5.1.4"
|
|
}
|
|
}
|