-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
42 lines (42 loc) · 1.47 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "gboost-monorepo",
"private": "true",
"type": "module",
"scripts": {
"build": "pnpm --recursive --filter \"./packages/**\" --parallel build",
"format": "pnpm --recursive --filter \"./packages/**\" --parallel format",
"lint": "pnpm --recursive --filter \"./packages/**\" --parallel lint",
"typecheck": "pnpm --recursive --filter \"./packages/**\" --parallel typecheck",
"test": "pnpm --recursive --filter \"./packages/**\" --parallel test",
"prepare": "husky",
"changeset-version": "tsx scripts/changeset-version.ts",
"license-check": "tsx scripts/license-check.ts",
"preinstall": "npx only-allow pnpm"
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.7",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^8.57.0",
"@tsconfig/next": "^2.0.1",
"@tsconfig/node18": "^18.2.4",
"@tsconfig/strictest": "^2.0.5",
"@types/license-checker": "^25.0.6",
"@types/node": "^20.14.11",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.5",
"eslint-plugin-mdx": "^3.1.5",
"eslint-plugin-security": "^3.0.1",
"globals": "^15.8.0",
"husky": "^9.1.1",
"lint-staged": "^15.2.7",
"prettier": "^3.3.3",
"tsx": "^4.16.2",
"typescript": "^5.5.3",
"typescript-eslint": "^7.16.1",
"vitest": "^2.0.3"
},
"license": "Apache-2.0",
"pnpm": {},
"packageManager": "pnpm@9.5.0+sha256.dbdf5961c32909fb030595a9daa1dae720162e658609a8f92f2fa99835510ca5"
}