Files
plane/package.json
T

64 lines
2.0 KiB
JSON

{
"name": "plane",
"version": "2.3.0",
"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",
"build:desktop": "turbo run build --filter=desktop && todesktop build",
"dev": "turbo run dev --concurrency=24",
"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",
"test": "turbo run test",
"check": "turbo run check",
"check:lint": "turbo run check:lint",
"check:format": "turbo run check:format",
"check:types": "turbo run check:types",
"prepare": "husky"
},
"optionalDependencies": {
"@rollup/rollup-darwin-arm64": "4.59.0"
},
"devDependencies": {
"@todesktop/cli": "catalog:",
"eslint-plugin-jsx-a11y": "catalog:",
"eslint-plugin-react-hooks": "catalog:",
"eslint-plugin-turbo": "catalog:",
"husky": "catalog:",
"lint-staged": "catalog:",
"oxfmt": "latest",
"oxlint": "catalog:",
"oxlint-tsgolint": "catalog:",
"turbo": "catalog:"
},
"lint-staged": {
"*.{js,jsx,ts,tsx,cjs,mjs,cts,mts,json,css,md}": [
"pnpm exec oxfmt --write"
],
"*.{js,jsx,ts,tsx,cjs,mjs,cts,mts}": [
"pnpm exec oxlint --type-aware --fix --deny-warnings -c .oxlintrc.json"
]
},
"engines": {
"node": ">=22.18.0"
},
"packageManager": "[email protected]+sha512.c961d1e0a2d8e354ecaa5166b822516668b7f44cb5bd95122d590dd81922f606f5473b6d23ec4a5be05e7fcd18e8488d47d978bbe981872f1145d06e9a740017",
"pnpm": {
"overrides": {
"react": "18.3.1",
"react-dom": "18.3.1",
"@types/react": "18.3.27",
"@types/react-dom": "18.3.7",
"minimatch": ">=3.1.4",
"dompurify": ">=3.3.2",
"fast-xml-parser": ">=5.3.8",
"ajv": ">=8.18.0"
}
}
}