-
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.22 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.22 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": "bundle-devkit",
"version": "1.0.0",
"description": "cli,devkit",
"keywords": [
"devkit",
"cli",
"devkit-cli"
],
"scripts": {
"build:shared": "turbo run shared:build",
"build:webpack": "turbo run webpack:build",
"build:vite": "turbo run vite:build",
"build:rollup": "turbo run rollup:build",
"build:service": "turbo run service:build",
"build:rspack": "turbo run rspack:build",
"build:docs": "turbo run docs:build",
"build:all": "turbo run service:build cli:build plugin:mock:build plugin:react:build plugin:vue:build request:build rolldown:build",
"test": "vitest run"
},
"author": "harhao@163.com",
"license": "ISC",
"devDependencies": {
"@types/node": "^22.13.10",
"autoprefixer": "^10.4.14",
"concurrently": "^8.2.0",
"cross-env": "^7.0.3",
"nodemon": "^3.1.0",
"ora": "^6.3.1",
"patch-package": "^8.0.0",
"postcss": "^8.4.38",
"rimraf": "^5.0.1",
"tsx": "^4.19.2",
"turbo": "^2.5.6",
"typescript": "^5.8.2",
"vitest": "^2.1.9",
"wrangler": "^4.92.0"
},
"pnpm": {
"patchedDependencies": {
"vite-plugin-html@3.2.2": "patches/vite-plugin-html@3.2.2.patch"
}
},
"packageManager": "pnpm@8.15.9"
}