2022-11-19 14:21:26 +00:00
|
|
|
{
|
2022-11-29 20:51:17 +00:00
|
|
|
"repository": "https://github.com/makeplane/plane.git",
|
2023-10-04 13:01:28 +00:00
|
|
|
"version": "0.13.2",
|
2023-08-12 11:30:01 +00:00
|
|
|
"license": "AGPL-3.0",
|
2022-11-19 14:21:26 +00:00
|
|
|
"private": true,
|
2022-11-29 20:51:17 +00:00
|
|
|
"workspaces": [
|
2023-09-03 13:20:30 +00:00
|
|
|
"web",
|
|
|
|
"space",
|
2023-10-13 06:35:49 +00:00
|
|
|
"packages/editor/*",
|
|
|
|
"packages/eslint-config-custom",
|
|
|
|
"packages/tailwind-config-custom",
|
|
|
|
"packages/tsconfig",
|
|
|
|
"packages/ui"
|
2022-11-29 20:51:17 +00:00
|
|
|
],
|
2022-11-19 14:21:26 +00:00
|
|
|
"scripts": {
|
2022-11-29 20:51:17 +00:00
|
|
|
"build": "turbo run build",
|
|
|
|
"dev": "turbo run dev",
|
|
|
|
"start": "turbo run start",
|
|
|
|
"lint": "turbo run lint",
|
2023-09-03 13:20:30 +00:00
|
|
|
"clean": "turbo run clean",
|
|
|
|
"format": "prettier --write \"**/*.{ts,tsx,md}\""
|
2022-11-19 14:21:26 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-09-13 07:20:04 +00:00
|
|
|
"autoprefixer": "^10.4.15",
|
2023-02-21 06:01:43 +00:00
|
|
|
"eslint-config-custom": "*",
|
2023-09-13 07:20:04 +00:00
|
|
|
"postcss": "^8.4.29",
|
2023-01-26 18:12:20 +00:00
|
|
|
"prettier": "latest",
|
2023-09-13 07:20:04 +00:00
|
|
|
"prettier-plugin-tailwindcss": "^0.5.4",
|
|
|
|
"tailwindcss": "^3.3.3",
|
2023-10-31 13:57:56 +00:00
|
|
|
"turbo": "^1.10.16"
|
2022-12-20 19:26:19 +00:00
|
|
|
},
|
2023-10-13 06:35:49 +00:00
|
|
|
"resolutions": {
|
|
|
|
"@types/react": "18.2.0"
|
|
|
|
},
|
2023-02-21 06:01:43 +00:00
|
|
|
"packageManager": "yarn@1.22.19"
|
2022-11-19 14:21:26 +00:00
|
|
|
}
|