Files
plane/package.json
sriramveeraghanta 7d1d4241fd fix: merge conflicts
2025-09-10 17:19:52 +05:30

53 lines
1.5 KiB
JSON

{
"name": "plane",
"description": "Open-source project management that unlocks customer value",
"repository": "https://github.com/makeplane/plane.git",
"version": "1.0.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"
},
"devDependencies": {
"prettier": "latest",
"prettier-plugin-tailwindcss": "^0.6.14",
"turbo": "^2.5.6"
},
"pnpm": {
"overrides": {
"brace-expansion": "2.0.2",
"amqplib": "0.10.5",
"@types/amqplib": "0.10.5",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"nanoid": "3.3.8",
"esbuild": "0.25.0",
"@babel/helpers": "7.26.10",
"@babel/runtime": "7.26.10",
"chokidar": "3.6.0",
"tar-fs": "3.0.9",
"prosemirror-view": "1.40.0",
"prosemirror-model": "1.25.3",
"@types/express": "4.17.23",
"typescript": "catalog:",
"sharp": "catalog:",
"vite": "7.0.7",
"@octokit/types": "13.8.0",
"pbkdf2": "3.1.3"
}
},
"packageManager": "pnpm@10.12.1",
"engines": {
"node": ">=22.18.0"
}
}