-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.react.jsonc
More file actions
37 lines (37 loc) · 1.24 KB
/
package.react.jsonc
File metadata and controls
37 lines (37 loc) · 1.24 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
{
"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": "^3.0.0",
"@types/adobe__ccweb-add-on-sdk": "^1.3.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"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",
"vite-plugin-mkcert": "^1.17.6",
"@vitejs/plugin-react": "^4.3.1",
"vite-express-plugin": "^0.0.20",
"sass": "^1.79.4"
},
"dependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1"
}
}