2023-08-08 12:55:42 +05:30
|
|
|
{
|
2023-08-21 18:12:41 +05:30
|
|
|
"name": "space",
|
2024-12-10 21:02:29 +05:30
|
|
|
"version": "0.24.1",
|
2023-08-08 12:55:42 +05:30
|
|
|
"private": true,
|
|
|
|
|
"scripts": {
|
2023-10-13 12:05:49 +05:30
|
|
|
"dev": "turbo run develop",
|
2024-05-10 15:23:51 +05:30
|
|
|
"develop": "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",
|
2024-09-23 17:10:38 +05:30
|
|
|
"lint": "eslint . --ext .ts,.tsx",
|
|
|
|
|
"lint:errors": "eslint . --ext .ts,.tsx --quiet",
|
2023-10-27 13:14:03 +05:30
|
|
|
"export": "next export"
|
2023-08-08 12:55:42 +05:30
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2023-09-04 18:46:10 +05:30
|
|
|
"@blueprintjs/core": "^4.16.3",
|
|
|
|
|
"@blueprintjs/popover2": "^1.13.3",
|
|
|
|
|
"@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",
|
2024-09-12 20:39:31 +05:30
|
|
|
"@plane/constants": "*",
|
2024-06-21 17:37:11 +05:30
|
|
|
"@plane/editor": "*",
|
2025-02-06 20:41:31 +05:30
|
|
|
"@plane/i18n": "*",
|
2024-03-06 20:15:42 +05:30
|
|
|
"@plane/types": "*",
|
2023-11-23 17:21:47 +05:30
|
|
|
"@plane/ui": "*",
|
2025-01-11 15:16:11 +05:30
|
|
|
"@plane/services": "*",
|
2025-02-07 00:57:16 +05:30
|
|
|
"@sentry/nextjs": "^8.54.0",
|
2025-01-08 00:19:55 +05:30
|
|
|
"axios": "^1.7.9",
|
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",
|
2024-05-08 23:01:20 +05:30
|
|
|
"lodash": "^4.17.21",
|
2023-09-04 18:46:10 +05:30
|
|
|
"lowlight": "^2.9.0",
|
2025-02-07 01:00:40 +05:30
|
|
|
"lucide-react": "^0.469.0",
|
2023-08-11 17:18:33 +05:30
|
|
|
"mobx": "^6.10.0",
|
2024-06-20 14:08:52 +05:30
|
|
|
"mobx-react": "^9.1.1",
|
2024-05-16 13:07:47 +05:30
|
|
|
"mobx-utils": "^6.0.8",
|
2024-12-06 14:56:49 +05:30
|
|
|
"next": "^14.2.20",
|
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",
|
2024-05-08 23:01:20 +05:30
|
|
|
"react": "^18.3.1",
|
|
|
|
|
"react-dom": "^18.3.1",
|
|
|
|
|
"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",
|
2023-09-01 16:42:30 +05:30
|
|
|
"swr": "^2.2.2",
|
2023-11-23 17:21:47 +05:30
|
|
|
"tailwind-merge": "^2.0.0",
|
2024-05-08 23:01:20 +05:30
|
|
|
"uuid": "^9.0.0",
|
|
|
|
|
"zxcvbn": "^4.4.2"
|
2023-08-08 12:55:42 +05:30
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2024-09-25 19:35:26 +05:30
|
|
|
"@plane/eslint-config": "*",
|
2025-01-14 17:09:40 +05:30
|
|
|
"@plane/tailwind-config": "*",
|
2024-09-25 19:35:26 +05:30
|
|
|
"@plane/typescript-config": "*",
|
2024-04-11 21:28:59 +05:30
|
|
|
"@types/dompurify": "^3.0.5",
|
2024-05-08 23:01:20 +05:30
|
|
|
"@types/lodash": "^4.17.1",
|
2023-09-01 16:42:30 +05:30
|
|
|
"@types/node": "18.14.1",
|
|
|
|
|
"@types/nprogress": "^0.2.0",
|
2024-10-22 14:03:34 +05:30
|
|
|
"@types/react": "^18.3.11",
|
|
|
|
|
"@types/react-dom": "^18.2.18",
|
2023-08-08 12:55:42 +05:30
|
|
|
"@types/uuid": "^9.0.1",
|
2024-05-08 23:01:20 +05:30
|
|
|
"@types/zxcvbn": "^4.4.4",
|
2023-09-12 20:32:26 +05:30
|
|
|
"@typescript-eslint/eslint-plugin": "^5.48.2",
|
2024-09-23 17:10:38 +05:30
|
|
|
"typescript": "5.3.3"
|
2023-08-08 12:55:42 +05:30
|
|
|
}
|
2024-09-02 17:54:12 +05:30
|
|
|
}
|