mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
9b7b23f5a2
* dev: magic link login and email password disable * dev: user account deactivation * dev: change nginx conf routes * feat: changemod space * fix: space app dir fixes * dev: invalidate cache for instances when creating workspace * dev: update email templates for test email * dev: fix build errors * fix: auth fixes and improvement (#4452) * chore: change password api updated and missing password error code added * chore: auth helper updated * chore: disable send code input suggestion * chore: change password function updated * fix: application error on sign in page * chore: change password validation added and enhancement * dev: space base path in web * dev: admin user deactivated * dev: user and instance admin session endpoint * fix: last_workspace_id endpoint updated * fix: magic sign in and email password check added --------- Co-authored-by: pablohashescobar <nikhilschacko@gmail.com> Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com> Co-authored-by: guru_sainath <gurusainath007@gmail.com>
67 lines
1.7 KiB
JSON
67 lines
1.7 KiB
JSON
{
|
|
"name": "space",
|
|
"version": "0.19.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "turbo run develop",
|
|
"develop": "next dev -p 3002",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"export": "next export"
|
|
},
|
|
"dependencies": {
|
|
"@blueprintjs/core": "^4.16.3",
|
|
"@blueprintjs/popover2": "^1.13.3",
|
|
"@emotion/react": "^11.11.1",
|
|
"@emotion/styled": "^11.11.0",
|
|
"@headlessui/react": "^1.7.13",
|
|
"@mui/material": "^5.14.1",
|
|
"@plane/document-editor": "*",
|
|
"@plane/lite-text-editor": "*",
|
|
"@plane/rich-text-editor": "*",
|
|
"@plane/types": "*",
|
|
"@plane/ui": "*",
|
|
"@plane/constants": "*",
|
|
"@sentry/nextjs": "^7.108.0",
|
|
"axios": "^1.3.4",
|
|
"clsx": "^2.0.0",
|
|
"dompurify": "^3.0.11",
|
|
"dotenv": "^16.3.1",
|
|
"js-cookie": "^3.0.1",
|
|
"lodash": "^4.17.21",
|
|
"lowlight": "^2.9.0",
|
|
"lucide-react": "^0.378.0",
|
|
"mobx": "^6.10.0",
|
|
"mobx-react-lite": "^4.0.3",
|
|
"next": "^14.2.3",
|
|
"next-themes": "^0.2.1",
|
|
"nprogress": "^0.2.0",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-dropzone": "^14.2.3",
|
|
"react-hook-form": "^7.38.0",
|
|
"react-popper": "^2.3.0",
|
|
"swr": "^2.2.2",
|
|
"tailwind-merge": "^2.0.0",
|
|
"typescript": "4.9.5",
|
|
"uuid": "^9.0.0",
|
|
"zxcvbn": "^4.4.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/dompurify": "^3.0.5",
|
|
"@types/js-cookie": "^3.0.3",
|
|
"@types/lodash": "^4.17.1",
|
|
"@types/node": "18.14.1",
|
|
"@types/nprogress": "^0.2.0",
|
|
"@types/react": "^18.2.42",
|
|
"@types/react-dom": "^18.2.17",
|
|
"@types/uuid": "^9.0.1",
|
|
"@types/zxcvbn": "^4.4.4",
|
|
"@typescript-eslint/eslint-plugin": "^5.48.2",
|
|
"eslint-config-custom": "*",
|
|
"tailwind-config-custom": "*",
|
|
"tsconfig": "*"
|
|
}
|
|
}
|