2023-08-08 12:55:42 +05:30
|
|
|
{
|
2023-08-21 18:12:41 +05:30
|
|
|
"name": "space",
|
2025-09-01 19:38:21 +05:30
|
|
|
"version": "1.0.0",
|
2023-08-08 12:55:42 +05:30
|
|
|
"private": true,
|
2025-03-04 20:20:38 +05:30
|
|
|
"license": "AGPL-3.0",
|
2023-08-08 12:55:42 +05:30
|
|
|
"scripts": {
|
2025-07-08 01:03:12 -07:00
|
|
|
"dev": "next dev -p 3002",
|
2023-08-08 12:55:42 +05:30
|
|
|
"build": "next build",
|
2024-05-10 15:23:51 +05:30
|
|
|
"start": "next start",
|
2025-07-04 14:23:18 +05:30
|
|
|
"clean": "rm -rf .turbo && rm -rf .next && rm -rf node_modules && rm -rf dist",
|
2025-08-19 07:36:42 -07:00
|
|
|
"check:lint": "eslint . --max-warnings 28",
|
2025-07-04 14:23:18 +05:30
|
|
|
"check:types": "tsc --noEmit",
|
|
|
|
|
"check:format": "prettier --check \"**/*.{ts,tsx,md,json,css,scss}\"",
|
|
|
|
|
"fix:lint": "eslint . --fix",
|
|
|
|
|
"fix:format": "prettier --write \"**/*.{ts,tsx,md,json,css,scss}\""
|
2023-08-08 12:55:42 +05:30
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2023-09-04 18:46:10 +05:30
|
|
|
"@emotion/react": "^11.11.1",
|
|
|
|
|
"@emotion/styled": "^11.11.0",
|
2023-08-08 12:55:42 +05:30
|
|
|
"@headlessui/react": "^1.7.13",
|
2023-09-04 18:46:10 +05:30
|
|
|
"@mui/material": "^5.14.1",
|
2025-08-19 07:36:42 -07:00
|
|
|
"@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",
|
2025-09-02 21:03:03 +05:30
|
|
|
"axios": "catalog:",
|
2023-09-04 18:46:10 +05:30
|
|
|
"clsx": "^2.0.0",
|
2024-12-23 18:45:22 +05:30
|
|
|
"date-fns": "^4.1.0",
|
2024-04-11 21:28:59 +05:30
|
|
|
"dompurify": "^3.0.11",
|
2023-12-07 14:43:33 +05:30
|
|
|
"dotenv": "^16.3.1",
|
2025-09-26 17:59:31 +05:30
|
|
|
"lodash-es": "catalog:",
|
2023-09-04 18:46:10 +05:30
|
|
|
"lowlight": "^2.9.0",
|
2025-09-02 21:03:03 +05:30
|
|
|
"lucide-react": "catalog:",
|
|
|
|
|
"mobx": "catalog:",
|
|
|
|
|
"mobx-react": "catalog:",
|
|
|
|
|
"mobx-utils": "catalog:",
|
|
|
|
|
"next": "catalog:",
|
2023-09-04 18:46:10 +05:30
|
|
|
"next-themes": "^0.2.1",
|
2023-08-08 12:55:42 +05:30
|
|
|
"nprogress": "^0.2.0",
|
2025-09-01 19:42:56 +05:30
|
|
|
"react": "catalog:",
|
|
|
|
|
"react-dom": "catalog:",
|
2024-05-08 23:01:20 +05:30
|
|
|
"react-dropzone": "^14.2.3",
|
2024-09-02 17:54:12 +05:30
|
|
|
"react-hook-form": "7.51.5",
|
2024-05-08 23:01:20 +05:30
|
|
|
"react-popper": "^2.3.0",
|
2025-09-02 21:03:03 +05:30
|
|
|
"sharp": "catalog:",
|
|
|
|
|
"swr": "catalog:",
|
2023-11-23 17:21:47 +05:30
|
|
|
"tailwind-merge": "^2.0.0",
|
2025-09-02 21:03:03 +05:30
|
|
|
"uuid": "catalog:"
|
2023-08-08 12:55:42 +05:30
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2025-08-19 07:36:42 -07:00
|
|
|
"@plane/eslint-config": "workspace:*",
|
|
|
|
|
"@plane/tailwind-config": "workspace:*",
|
|
|
|
|
"@plane/typescript-config": "workspace:*",
|
2025-09-26 17:59:31 +05:30
|
|
|
"@types/lodash-es": "catalog:",
|
2025-10-08 18:42:53 +05:30
|
|
|
"@types/node": "catalog:",
|
2023-09-01 16:42:30 +05:30
|
|
|
"@types/nprogress": "^0.2.0",
|
2025-09-01 19:42:56 +05:30
|
|
|
"@types/react": "catalog:",
|
|
|
|
|
"@types/react-dom": "catalog:",
|
|
|
|
|
"typescript": "catalog:"
|
2023-08-08 12:55:42 +05:30
|
|
|
}
|
2024-09-02 17:54:12 +05:30
|
|
|
}
|