-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.11 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
{
"name": "monorepo",
"private": true,
"scripts": {
"preinstall": "npx -y only-allow pnpm",
"build": "turbo type-check build",
"dev": "turbo dev",
"test": "turbo test",
"clean": "turbo clean",
"lint": "eslint",
"gen": "turbo gen",
"check": "npm-check-updates --packageFile '**/package.{json,json.hbs}'"
},
"devDependencies": {
"@eslint-react/eslint-plugin": "^1.25.0",
"@eslint/compat": "^1.2.5",
"@eslint/js": "^9.19.0",
"@stylistic/eslint-plugin": "^3.0.0",
"@turbo/gen": "^2.3.4",
"@types/eslint__js": "^8.42.3",
"@typescript-eslint/parser": "^8.22.0",
"eslint": "^9.19.0",
"eslint-plugin-astro": "^1.3.1",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.18",
"eslint-plugin-tailwindcss": "^3.18.0",
"globals": "^15.14.0",
"npm-check-updates": "^17.1.14",
"shx": "^0.3.4",
"turbo": "^2.3.4",
"typescript": "^5.7.3",
"typescript-eslint": "^8.22.0",
"vitest": "^3.0.4"
},
"packageManager": "[email protected]",
"engines": {
"node": ">=22.11"
}
}