Files

82 lines
2.3 KiB
JSON
Raw Permalink Normal View History

2022-11-19 19:51:26 +05:30
{
2025-03-04 20:20:38 +05:30
"name": "plane",
2025-12-09 23:35:52 +05:30
"version": "1.2.0",
2022-11-19 19:51:26 +05:30
"private": true,
"description": "Open-source project management that unlocks customer value",
"license": "AGPL-3.0",
"repository": "https://github.com/makeplane/plane.git",
2022-11-19 19:51:26 +05:30
"scripts": {
2022-11-30 02:21:17 +05:30
"build": "turbo run build",
2025-07-18 15:04:31 +05:30
"dev": "turbo run dev --concurrency=18",
2022-11-30 02:21:17 +05:30
"start": "turbo run start",
2025-07-24 13:14:51 -07:00
"clean": "turbo run clean && rm -rf .turbo && rm -rf .next && rm -rf node_modules && rm -rf dist",
"fix": "turbo run fix",
2025-08-23 00:33:38 +05:30
"fix:format": "turbo run fix:format",
2025-12-05 17:33:51 +07:00
"fix:lint": "turbo run fix:lint",
2025-07-24 13:14:51 -07:00
"check": "turbo run check",
"check:lint": "turbo run check:lint",
2025-11-21 21:52:37 +07:00
"check:format": "turbo run check:format",
2025-12-05 17:33:51 +07:00
"check:types": "turbo run check:types",
"prepare": "husky"
2022-11-19 19:51:26 +05:30
},
"devDependencies": {
2025-12-05 17:33:51 +07:00
"husky": "9.1.7",
"lint-staged": "16.2.7",
2026-03-03 00:46:05 +05:30
"oxfmt": "0.35.0",
"oxlint": "1.51.0",
"turbo": "2.8.12"
2025-12-05 17:33:51 +07:00
},
"lint-staged": {
"*.{js,jsx,ts,tsx,cjs,mjs,cts,mts,json,css,md}": [
2026-03-02 20:40:50 +05:30
"pnpm exec oxfmt --no-error-on-unmatched-pattern"
2025-12-05 17:33:51 +07:00
],
"*.{js,jsx,ts,tsx,cjs,mjs,cts,mts}": [
2026-03-03 00:46:05 +05:30
"pnpm exec oxlint --fix --deny-warnings"
2025-12-05 17:33:51 +07:00
]
2022-12-21 00:56:19 +05:30
},
"engines": {
"node": ">=22.18.0"
},
"packageManager": "pnpm@10.30.2+sha512.36cdc707e7b7940a988c9c1ecf88d084f8514b5c3f085f53a2e244c2921d3b2545bc20dd4ebe1fc245feec463bb298aecea7a63ed1f7680b877dc6379d8d0cb4",
2025-08-19 07:36:42 -07:00
"pnpm": {
"overrides": {
2025-12-02 15:09:25 +05:30
"express": "catalog:",
"mdast-util-to-hast": "13.2.1",
"valibot": "1.2.0",
2025-11-19 14:56:15 +05:30
"glob": "11.1.0",
"js-yaml": "4.1.1",
2025-08-19 07:36:42 -07:00
"brace-expansion": "2.0.2",
"nanoid": "3.3.8",
"esbuild": "0.25.0",
"@babel/helpers": "7.26.10",
"@babel/runtime": "7.26.10",
"chokidar": "3.6.0",
2025-10-16 14:55:57 +05:30
"happy-dom": "20.0.2",
2025-08-19 07:36:42 -07:00
"tar-fs": "3.0.9",
"prosemirror-view": "1.40.0",
"@types/express": "4.17.23",
"typescript": "catalog:",
2026-01-09 14:43:36 +05:30
"vite": "catalog:",
2026-02-13 16:35:16 +05:30
"qs": "6.14.2",
2026-02-09 14:59:33 +05:30
"diff": "5.2.2",
"webpack": "5.104.1",
"lodash-es": "catalog:",
2026-02-09 19:26:22 +05:30
"@isaacs/brace-expansion": "5.0.1",
"lodash": "4.17.23",
"markdown-it": "14.1.1",
"rollup": "4.59.0",
"minimatch@3": "3.1.4",
"minimatch@10": "10.2.3",
"serialize-javascript": "7.0.3",
"ajv@6": "6.14.0",
"ajv@8": "8.18.0"
},
"onlyBuiltDependencies": [
2025-12-04 16:11:59 +05:30
"turbo"
2025-12-08 15:46:23 +05:30
],
"ignoredBuiltDependencies": [
"sharp"
]
}
}