mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
38 lines
918 B
JSON
38 lines
918 B
JSON
{
|
|
"repository": "https://github.com/makeplane/plane.git",
|
|
"version": "0.15.1",
|
|
"license": "AGPL-3.0",
|
|
"private": true,
|
|
"workspaces": [
|
|
"web",
|
|
"space",
|
|
"packages/editor/*",
|
|
"packages/eslint-config-custom",
|
|
"packages/tailwind-config-custom",
|
|
"packages/tsconfig",
|
|
"packages/ui",
|
|
"packages/types"
|
|
],
|
|
"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.11.3"
|
|
},
|
|
"resolutions": {
|
|
"@types/react": "18.2.42"
|
|
},
|
|
"packageManager": "yarn@1.22.19"
|
|
}
|