-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 897 Bytes
/
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
{
"name": "rsbuild-demo",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"lint": "eslint .",
"build": "rsbuild build",
"dev:xiezq.www": "cross-env NODE_ENV=development node --experimental-vm-modules ./src/server/index.js",
"preview:xiezq.www": "cross-env NODE_ENV=production node --experimental-vm-modules ./src/server/index.js"
},
"dependencies": {
"@vue/server-renderer": "^3.5.13",
"cross-env": "^7.0.3",
"fs-extra": "^11.3.0",
"koa": "^2.16.0",
"koa-connect": "^2.1.0",
"koa-static": "^5.0.0",
"unplugin-auto-import": "^19.1.1",
"unplugin-vue-components": "^28.4.1",
"vue": "^3.5.13"
},
"devDependencies": {
"@eslint/js": "^9.22.0",
"@rsbuild/core": "^1.2.19",
"@rsbuild/plugin-stylus": "^1.0.8",
"@rsbuild/plugin-vue": "^1.0.7",
"eslint": "^9.22.0",
"globals": "^16.0.0"
}
}