Files

44 lines
1.4 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",
2026-04-20 17:20:12 +05:30
"version": "1.3.1",
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",
"doctor": "npx react-doctor@latest"
2022-11-19 19:51:26 +05:30
},
"devDependencies": {
"husky": "catalog:",
"lint-staged": "catalog:",
"oxfmt": "catalog:",
"oxlint": "catalog:",
"react-doctor": "^0.4.2",
"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
},
"engines": {
"node": ">=22.18.0"
},
"packageManager": "pnpm@11.3.0+sha512.2c403d6594527287672b1f7056343a1f7c3634036a67ffabfcc2b3d7595d843768f8787148d1b57cf7956c90606bbd192857c363af19e96d2d0ec9ec5741d215"
}