-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.09 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.09 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
{
"name": "kitz-platform",
"version": "0.0.0",
"private": true,
"description": "",
"author": "",
"license": "UNLICENSED",
"scripts": {
"dev": "turbo run dev",
"build": "turbo run build",
"test": "turbo run test",
"test:e2e": "turbo run test:e2e",
"lint": "turbo run lint",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"git:init": "git config --global user.email 1214327383@qq.com && git config --global user.name joyz0",
"check-updates": "pnpm recursive exec -- pnpm dlx npm-check-updates -u",
"begin": "./deploy.sh"
},
"devDependencies": {
"@repo/config": "workspace:*",
"prettier": "^3.2.5",
"turbo": "^2.5.0"
},
"pnpm": {
"overrides": {
"@types/react": "19.1.2",
"@types/react-dom": "19.1.2",
"unconfig": "7.3.2"
}
},
"overrides": {
"@types/react": "19.1.2",
"@types/react-dom": "19.1.2",
"unconfig": "7.3.2"
},
"resolutions": {
"bin-wrapper": "npm:bin-wrapper-china",
"unconfig": "7.3.2"
},
"packageManager": "pnpm@9.1.0",
"engines": {
"node": ">=20",
"pnpm": ">=9"
}
}