-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 1.04 KB
/
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
37
38
{
"name": "vue-demo-store",
"version": "0.3.0",
"private": true,
"scripts": {
"dev": "nuxi dev",
"build": "NITRO_PRESET=vercel nuxi build",
"lint": "eslint ./**/*.vue* app.vue --fix --max-warnings=0",
"generate": "nuxt generate",
"preview": "nuxt preview",
"analyze": "nuxi analyze"
},
"dependencies": {
"@shopware-pwa/cms-base": "canary",
"@shopware-pwa/composables-next": "canary",
"@shopware-pwa/helpers-next": "canary",
"@shopware-pwa/nuxt3-module": "canary",
"@shopware-pwa/api-client": "canary",
"@shopware-pwa/types": "canary",
"@unocss/nuxt": "^0.48.0",
"@vuelidate/core": "^2.0.0",
"@vuelidate/validators": "^2.0.0",
"@vueuse/nuxt": "^9.8.2",
"vue": "^3.2.45"
},
"devDependencies": {
"@vue/eslint-config-typescript": "^11.0.2",
"@iconify-json/carbon": "^1.1.11",
"eslint-plugin-vue": "^9.8.0",
"nuxt": "^3.0.0",
"typescript": "^4.9.4",
"vue-eslint-parser": "^9.1.0",
"vue-tsc": "^1.0.16"
},
"engines": {
"node": "^16.x || ^18.x"
}
}