-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 924 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 924 Bytes
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
{
"name": "legendary-fiesta",
"version": "1.0.5",
"description": "Demo PWA",
"scripts": {
"build": "npm run build:app && npm run build:sw",
"build:app": "vite build",
"build:sw": "workbox injectManifest workbox.prod.config.js",
"dev": "npm run dev:sw && npm run dev:app",
"dev:app": "vite",
"dev:sw": "workbox injectManifest workbox.dev.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KleinChiu/legendary-fiesta.git"
},
"author": "KleinChiu",
"license": "MIT",
"bugs": {
"url": "https://github.com/KleinChiu/legendary-fiesta/issues"
},
"homepage": "https://github.com/KleinChiu/legendary-fiesta#readme",
"dependencies": {
"@vitejs/plugin-vue": "^3.2.0",
"typescript": "^4.8.4",
"vite": "^3.2.2",
"vite-plugin-env-compatible": "^1.1.1",
"vue": "^3.2.41",
"vue-i18n": "^9.2.2",
"workbox-cli": "^6.5.4"
}
}