2022-11-19 19:51:26 +05:30
|
|
|
{
|
2025-03-04 20:20:38 +05:30
|
|
|
"name": "plane",
|
2026-04-20 17:20:12 +05:30
|
|
|
"version": "1.3.1",
|
2022-11-19 19:51:26 +05:30
|
|
|
"private": true,
|
2026-03-03 01:26:29 +05:30
|
|
|
"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",
|
2025-07-04 14:23:18 +05:30
|
|
|
"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",
|
2025-08-18 08:57:16 -07:00
|
|
|
"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",
|
2026-06-09 02:02:54 +05:30
|
|
|
"prepare": "husky",
|
|
|
|
|
"doctor": "npx react-doctor@latest"
|
2022-11-19 19:51:26 +05:30
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2026-05-31 15:56:12 +05:30
|
|
|
"husky": "catalog:",
|
|
|
|
|
"lint-staged": "catalog:",
|
|
|
|
|
"oxfmt": "catalog:",
|
|
|
|
|
"oxlint": "catalog:",
|
2026-06-09 02:02:54 +05:30
|
|
|
"react-doctor": "^0.4.2",
|
2026-05-31 15:56:12 +05:30
|
|
|
"turbo": "catalog:"
|
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
|
|
|
},
|
2026-03-03 01:26:29 +05:30
|
|
|
"engines": {
|
|
|
|
|
"node": ">=22.18.0"
|
|
|
|
|
},
|
2026-05-27 16:06:15 +05:30
|
|
|
"packageManager": "pnpm@11.3.0+sha512.2c403d6594527287672b1f7056343a1f7c3634036a67ffabfcc2b3d7595d843768f8787148d1b57cf7956c90606bbd192857c363af19e96d2d0ec9ec5741d215"
|
2025-11-27 16:37:36 +05:30
|
|
|
}
|