114 lines
3.4 KiB
JSON
114 lines
3.4 KiB
JSON
{
|
|
"name": "plane",
|
|
"description": "Open-source project management that unlocks customer value",
|
|
"repository": "https://github.com/makeplane/plane.git",
|
|
"version": "1.2.0",
|
|
"license": "AGPL-3.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "turbo run build",
|
|
"dev": "turbo run dev --concurrency=18",
|
|
"start": "turbo run start",
|
|
"clean": "turbo run clean && rm -rf .turbo && rm -rf .next && rm -rf node_modules && rm -rf dist",
|
|
"fix": "turbo run fix",
|
|
"fix:format": "turbo run fix:format",
|
|
"fix:lint": "turbo run fix:lint",
|
|
"check": "turbo run check",
|
|
"check:lint": "turbo run check:lint",
|
|
"check:format": "turbo run check:format",
|
|
"check:types": "turbo run check:types",
|
|
"prepare": "husky"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "9.39.1",
|
|
"@prettier/plugin-oxc": "0.1.3",
|
|
"@vitest/eslint-plugin": "1.6.7",
|
|
"eslint": "9.39.1",
|
|
"eslint-config-prettier": "10.1.8",
|
|
"eslint-import-resolver-node": "0.3.9",
|
|
"eslint-import-resolver-typescript": "4.4.4",
|
|
"eslint-plugin-import": "2.32.0",
|
|
"eslint-plugin-jsx-a11y": "6.10.2",
|
|
"eslint-plugin-n": "17.23.2",
|
|
"eslint-plugin-promise": "7.2.1",
|
|
"eslint-plugin-react": "7.37.5",
|
|
"eslint-plugin-react-hooks": "7.0.1",
|
|
"eslint-plugin-react-refresh": "0.5.0",
|
|
"eslint-plugin-storybook": "10.2.8",
|
|
"eslint-plugin-turbo": "2.8.7",
|
|
"globals": "16.5.0",
|
|
"husky": "9.1.7",
|
|
"lint-staged": "16.2.7",
|
|
"prettier": "3.8.1",
|
|
"turbo": "2.8.7",
|
|
"typescript-eslint": "8.55.0"
|
|
},
|
|
"lint-staged": {
|
|
"*.{js,jsx,ts,tsx,cjs,mjs,cts,mts,json,css,md}": [
|
|
"pnpm exec prettier --write --ignore-unknown"
|
|
],
|
|
"*.{js,jsx,ts,tsx,cjs,mjs,cts,mts}": [
|
|
"pnpm exec eslint --fix --max-warnings=0 --no-warn-ignored"
|
|
]
|
|
},
|
|
"pnpm": {
|
|
"overrides": {
|
|
"express": "catalog:",
|
|
"mdast-util-to-hast": "13.2.1",
|
|
"body-parser": "2.2.1",
|
|
"valibot": "1.2.0",
|
|
"glob": "11.1.0",
|
|
"js-yaml": "4.1.1",
|
|
"brace-expansion": "2.0.2",
|
|
"amqplib": "0.10.5",
|
|
"@types/amqplib": "catalog:",
|
|
"@types/node": "catalog:",
|
|
"@types/react": "catalog:",
|
|
"@types/react-dom": "catalog:",
|
|
"nanoid": "3.3.8",
|
|
"esbuild": "0.25.0",
|
|
"@babel/helpers": "7.26.10",
|
|
"@babel/runtime": "7.26.10",
|
|
"chokidar": "3.6.0",
|
|
"happy-dom": "20.0.2",
|
|
"tar-fs": "3.0.9",
|
|
"prosemirror-view": "1.40.0",
|
|
"prosemirror-model": "1.25.3",
|
|
"@types/express": "catalog:",
|
|
"typescript": "catalog:",
|
|
"vite": "catalog:",
|
|
"@octokit/types": "13.8.0",
|
|
"pbkdf2": "3.1.3",
|
|
"jws": "3.2.3",
|
|
"qs": "6.14.1",
|
|
"preact": "10.28.2",
|
|
"diff": "8.0.3",
|
|
"undici": "7.18.2",
|
|
"lodash": "4.17.23",
|
|
"lodash-es": "catalog:",
|
|
"@isaacs/brace-expansion": "5.0.1",
|
|
"fast-xml-parser": "5.3.4",
|
|
"webpack": "5.104.1"
|
|
},
|
|
"onlyBuiltDependencies": [
|
|
"@sentry/cli",
|
|
"turbo"
|
|
],
|
|
"ignoredBuiltDependencies": [
|
|
"@parcel/watcher",
|
|
"@sentry-internal/node-cpu-profiler",
|
|
"@swc/core",
|
|
"core-js",
|
|
"esbuild",
|
|
"msgpackr-extract",
|
|
"sharp",
|
|
"tldjs",
|
|
"unrs-resolver"
|
|
]
|
|
},
|
|
"packageManager": "pnpm@10.29.3+sha512.498e1fb4cca5aa06c1dcf2611e6fafc50972ffe7189998c409e90de74566444298ffe43e6cd2acdc775ba1aa7cc5e092a8b7054c811ba8c5770f84693d33d2dc",
|
|
"engines": {
|
|
"node": ">=22.18.0"
|
|
}
|
|
}
|