-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 841 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
32
33
34
35
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@vite-pwa/assets-generator": "^0.2.4",
"@vite-pwa/nuxt": "^0.9.1",
"nuxt": "^3.12.4",
"vite-plugin-pwa": "^0.20.1",
"vue": "latest",
"workbox-build": "^7.1.1",
"workbox-cacheable-response": "^7.1.0",
"workbox-core": "^7.1.0",
"workbox-expiration": "^7.1.0",
"workbox-precaching": "^7.1.0",
"workbox-routing": "^7.1.0",
"workbox-strategies": "^7.1.0",
"workbox-window": "^7.1.0"
},
"devDependencies": {
"typescript": "^5.4.5",
"vue-tsc": "^2.0.16"
},
"resolutions": {
"sharp": "0.32.6",
"sharp-ico": "0.1.5"
}
}