-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 934 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
36
{
"name": "nuxt-app",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@shopware-pwa/nuxt3-module": "canary",
"@shopware-pwa/types": "^0.5.3",
"@types/js-cookie": "^3.0.3",
"@types/node": "^18",
"autoprefixer": "^10.4.14",
"nuxt": "^3.6.2",
"nuxt-simple-sitemap": "^3.0.8",
"postcss": "^8.4.23",
"tailwindcss": "^3.3.2",
"xml": "^1.0.1"
},
"dependencies": {
"@egjs/flicking-plugins": "^4.7.0",
"@egjs/vue3-flicking": "^4.10.8",
"@paypal/paypal-js": "^6.0.0",
"@shopware-pwa/composables-next": "^0.8.2",
"@shopware-pwa/nuxt3-module": "^0.3.4",
"js-cookie": "^3.0.5",
"package-json-parser": "^2.2.0",
"sass": "^1.62.1",
"scss": "^0.2.4",
"typescript": "^5.0.4",
"vue": "^3.3.4"
}
}