-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 760 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 760 Bytes
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
{
"name": "qtheme-v2",
"version": "0.1.25",
"private": true,
"scripts": {
"build": "turbo build",
"dev": "turbo dev",
"check": "biome check .",
"fix": "biome check --write .",
"check-types": "turbo check-types",
"test": "turbo test"
},
"packageManager": "pnpm@9.4.0",
"engines": {
"node": ">=20.0.0",
"npm": "USE PNPM !!!!!!!!!",
"pnpm": ">=9.0.0",
"yarn": "USE PNPM !!!!!!!!!"
},
"pnpm": {
"overrides": {
"glob-parent@<5.1.2": ">=5.1.2",
"trim-newlines@<3.0.1": ">=3.0.1",
"trim@<0.0.3": ">=0.0.3",
"postcss@<8.4.31": ">=8.4.31"
},
"peerDependencyRules": {
"allowedVersions": {
"react": "18",
"react-dom": "18"
}
}
},
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"turbo": "^2.0.6"
}
}