-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.vue.jsonc
34 lines (34 loc) · 1.14 KB
/
package.vue.jsonc
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
{
"name": "bolt-express", // BOLT_ID_REPLACE
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite build --mode staging && run-p devmain ccweb",
"build": "vite build --mode build",
"serve": "ccweb-add-on-scripts start --analytics off --use \"vite build --mode build\" --src=dummy",
"ccweb": "ccweb-add-on-scripts start --analytics off --src=\".tmp\"",
"cert": "npx @adobe/ccweb-add-on-ssl setup --hostname localhost",
"devmain": "cross-env MODE=dev vite --mode dev",
"devcode": "vite build --watch --mode dev --config vite.config.code.ts",
"buildcode": "vite build --config vite.config.code.ts",
"zip": "cross-env MODE=zip vite build"
},
"devDependencies": {
"@adobe/ccweb-add-on-scripts": "^2.4.1",
"@adobe/ccweb-add-on-sdk-types": "^1.9.1",
"cross-env": "^7.0.3",
"npm-run-all": "^4.1.5",
"parallel": "^1.2.0",
"tslib": "^2.6.3",
"typescript": "^5.5.3",
"vite": "^5.4.8",
"@vitejs/plugin-vue": "^5.1.4",
"vite-plugin-mkcert": "^1.17.6",
"vite-express-plugin": "^0.0.17",
"sass": "^1.79.4"
},
"dependencies": {
"vue": "^3.5.10"
}
}