2023-08-08 12:55:42 +05:30
|
|
|
{
|
2023-08-21 18:12:41 +05:30
|
|
|
"name": "space",
|
2024-07-04 15:27:37 +05:30
|
|
|
"version": "0.22.0",
|
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",
|
2023-10-27 13:14:03 +05:30
|
|
|
"lint": "next lint",
|
|
|
|
|
"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-06-21 17:37:11 +05:30
|
|
|
"@plane/editor": "*",
|
2024-03-06 20:15:42 +05:30
|
|
|
"@plane/types": "*",
|
2023-11-23 17:21:47 +05:30
|
|
|
"@plane/ui": "*",
|
2024-07-15 18:35:45 +05:30
|
|
|
"@plane/constants": "*",
|
2024-05-27 15:21:41 +05:30
|
|
|
"@sentry/nextjs": "^8",
|
2024-08-14 13:41:16 +05:30
|
|
|
"axios": "^1.7.4",
|
2023-09-04 18:46:10 +05:30
|
|
|
"clsx": "^2.0.0",
|
2024-06-10 12:16:23 +05:30
|
|
|
"date-fns": "^3.6.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",
|
2023-08-08 12:55:42 +05:30
|
|
|
"js-cookie": "^3.0.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",
|
2024-05-08 14:01:05 +05:30
|
|
|
"lucide-react": "^0.378.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-05-08 23:01:20 +05:30
|
|
|
"next": "^14.2.3",
|
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",
|
2023-08-08 12:55:42 +05:30
|
|
|
"typescript": "4.9.5",
|
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-04-11 21:28:59 +05:30
|
|
|
"@types/dompurify": "^3.0.5",
|
2023-08-08 12:55:42 +05:30
|
|
|
"@types/js-cookie": "^3.0.3",
|
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",
|
2023-12-06 20:07:39 +05:30
|
|
|
"@types/react": "^18.2.42",
|
|
|
|
|
"@types/react-dom": "^18.2.17",
|
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",
|
2023-09-03 18:50:30 +05:30
|
|
|
"eslint-config-custom": "*",
|
2023-10-20 17:51:01 +05:30
|
|
|
"tailwind-config-custom": "*",
|
|
|
|
|
"tsconfig": "*"
|
2023-08-08 12:55:42 +05:30
|
|
|
}
|
2024-09-02 17:54:12 +05:30
|
|
|
}
|