Files
plane/package.json
T

94 lines
2.6 KiB
JSON
Raw 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"
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.9.4"
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.32.1+sha512.a706938f0e89ac1456b6563eab4edf1d1faf3368d1191fc5c59790e96dc918e4456ab2e67d613de1043d2e8c81f87303e6b40d4ffeca9df15ef1ad567348f2be",
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",
"brace-expansion": "5.0.5",
2025-08-19 07:36:42 -07:00
"nanoid": "3.3.8",
"esbuild": "0.25.0",
"@babel/helpers": "7.26.10",
"@babel/runtime": "7.26.10",
"chokidar": "3.6.0",
"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:",
"lodash": "4.18.1",
"markdown-it": "14.1.1",
"rollup": "4.59.0",
"minimatch@3": "3.1.4",
"minimatch@10": "10.2.3",
"serialize-javascript": "7.0.5",
"ajv@6": "6.14.0",
"ajv@8": "8.18.0",
"undici@7": "7.24.0",
"flatted": "3.4.2",
"picomatch": "2.3.2",
"yaml@1": "1.10.3",
"yaml@2": "2.8.3",
"path-to-regexp": "0.1.13",
"defu": "6.1.5",
"postcss": "8.5.10",
"axios": "catalog:",
"follow-redirects": "1.16.0",
"uuid": "catalog:",
"fast-uri@<3.1.2": ">=3.1.2"
},
"onlyBuiltDependencies": [
2026-03-27 17:29:55 +07:00
"@parcel/watcher",
"@swc/core",
"esbuild",
"msgpackr-extract",
2025-12-04 16:11:59 +05:30
"turbo"
2025-12-08 15:46:23 +05:30
],
"ignoredBuiltDependencies": [
"sharp"
]
}
}