Files
plane/package.json
sriram veeraghanta 3717500d6e chore: upgrade pnpm to 11.10, turbo to latest, fix dependabot alert (#9734)
* chore: upgrade pnpm to 11.10, turbo to 2.10.11, patch postcss-selector-parser

- packageManager: pnpm@11.3.0 -> pnpm@11.10.0
- turbo catalog: 2.9.18 -> 2.10.11 (latest)
- override postcss-selector-parser >=7.1.0 <7.1.3 to 7.1.3 (dependabot
  alert #345, DoS via uncontrolled AST recursion)

* chore: remove comment from postcss-selector-parser override
2026-09-02 02:10:33 +05:30

44 lines
1.4 KiB
JSON

{
"name": "plane",
"version": "1.4.2",
"private": true,
"description": "Open-source project management that unlocks customer value",
"license": "AGPL-3.0",
"repository": "https://github.com/makeplane/plane.git",
"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",
"doctor": "npx react-doctor@latest"
},
"devDependencies": {
"husky": "catalog:",
"lint-staged": "catalog:",
"oxfmt": "catalog:",
"oxlint": "catalog:",
"react-doctor": "^0.4.2",
"turbo": "catalog:"
},
"lint-staged": {
"*.{js,jsx,ts,tsx,cjs,mjs,cts,mts,json,css,md}": [
"pnpm exec oxfmt --no-error-on-unmatched-pattern"
],
"*.{js,jsx,ts,tsx,cjs,mjs,cts,mts}": [
"pnpm exec oxlint --fix --deny-warnings"
]
},
"engines": {
"node": ">=22.22.0"
},
"packageManager": "pnpm@11.10.0+sha512.0b7f8b98060031904c017e3a41eb187a16d40eeb829b95c4f8cb03681761fc4ab53dd219115b9b447f4dce1a05a214764461e7d3703392a9f32f9511ce8c86c8"
}