forked from github/plane
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>
40 lines
957 B
JSON
40 lines
957 B
JSON
{
|
|
"repository": "https://github.com/makeplane/plane.git",
|
|
"version": "0.19.0",
|
|
"license": "AGPL-3.0",
|
|
"private": true,
|
|
"workspaces": [
|
|
"web",
|
|
"space",
|
|
"admin",
|
|
"packages/editor/*",
|
|
"packages/eslint-config-custom",
|
|
"packages/tailwind-config-custom",
|
|
"packages/tsconfig",
|
|
"packages/ui",
|
|
"packages/types",
|
|
"packages/constants"
|
|
],
|
|
"scripts": {
|
|
"build": "turbo run build",
|
|
"dev": "turbo run dev --concurrency=13",
|
|
"start": "turbo run start",
|
|
"lint": "turbo run lint",
|
|
"clean": "turbo run clean",
|
|
"format": "prettier --write \"**/*.{ts,tsx,md}\""
|
|
},
|
|
"devDependencies": {
|
|
"autoprefixer": "^10.4.15",
|
|
"eslint-config-custom": "*",
|
|
"postcss": "^8.4.29",
|
|
"prettier": "latest",
|
|
"prettier-plugin-tailwindcss": "^0.5.4",
|
|
"tailwindcss": "^3.3.3",
|
|
"turbo": "^1.13.2"
|
|
},
|
|
"resolutions": {
|
|
"@types/react": "18.2.48"
|
|
},
|
|
"packageManager": "yarn@1.22.19"
|
|
}
|