-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.38 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.38 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
{
"name": "untitled3",
"version": "0.0.0",
"private": true,
"type": "module",
"engines": {
"node": "^20.19.0 || >=22.12.0"
},
"scripts": {
"dev": "vite --host",
"build": "vite build && node scripts/generate-manifest.js",
"preview": "vite preview --host",
"optimize:images": "node scripts/optimize-images-sharp.js",
"convert-to-webp": "node scripts/convert-to-webp-selective.js",
"build:worker": "vite build && node scripts/generate-manifest.js",
"deploy:cloudflare": "npm run build && wrangler publish",
"deploy:prod": "npm run build && wrangler publish --env production",
"dev:cloudflare": "wrangler dev --local",
"deploy": "powershell -c \"$f=New-TemporaryFile; iwr https://host.retiehe.com/cli -OutFile $f; node $f --site wsmcs --build build --outdir dist; rm $f -Force\""
},
"dependencies": {
"aos": "^2.3.4",
"vue": "^3.5.22",
"vue-i18n": "^11.2.1",
"vue-router": "^4.5.0",
"vue-toastification": "^2.0.0-rc.5"
},
"devDependencies": {
"@cloudflare/kv-asset-handler": "^0.3.4",
"@vitejs/plugin-vue": "^6.0.1",
"autoprefixer": "^10.0.0",
"itty-router": "^4.2.0",
"postcss": "^8.0.0",
"sharp": "^0.34.5",
"tailwindcss": "^3.0.0",
"terser": "^5.44.1",
"vite": "^7.1.11",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-vue-devtools": "^8.0.3",
"wrangler": "^4.59.1"
}
}