-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.34 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.34 KB
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
43
44
45
46
47
48
{
"name": "aics-client",
"private": true,
"scripts": {
"build": "turbo build",
"dev": "turbo dev",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"format": "prettier --check .",
"format:write": "prettier --write .",
"preinstall": "npx only-allow pnpm"
},
"devDependencies": {
"@commitlint/cli": "^19.8.0",
"@commitlint/config-conventional": "^19.8.0",
"@eslint/js": "^9.39.1",
"eslint": "^9.39.1",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-react": "^7.37.5",
"globals": "^16.0.0",
"lefthook": "^1.11.11",
"prettier": "^3.6.2",
"turbo": "^2.5.0",
"typescript": "^5.8.3",
"typescript-eslint": "^8.46.3"
},
"packageManager": "pnpm@10.4.1",
"engines": {
"node": ">=20"
},
"pnpm": {
"overrides": {
"vite@>=6.3.0 <=6.3.3": ">=6.3.4",
"next@>=15.3.0 <15.3.3": ">=15.3.3",
"linkifyjs@<4.3.2": ">=4.3.2",
"next@>=15.0.0 <=15.4.4": ">=15.4.5",
"vite@>=6.0.0 <=6.3.5": ">=6.3.6",
"next@>=15.0.0-canary.0 <15.4.7": ">=15.4.7",
"vite@>=6.0.0 <=6.4.0": ">=6.4.1",
"vite@>=7.1.0 <=7.1.10": ">=7.1.11",
"tmp@<=0.2.3": ">=0.2.4",
"js-yaml@>=4.0.0 <4.1.1": ">=4.1.1",
"glob@>=10.2.0 <10.5.0": ">=10.5.0",
"next@>=15.3.0-canary.0 <15.3.6": ">=15.3.6"
}
}
}