-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.28 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
39
40
41
42
43
44
45
{
"name": "vue-demo-store",
"version": "1.1.1",
"private": true,
"scripts": {
"dev": "nuxt prepare && nuxt dev",
"build": "nuxt prepare && nuxt build",
"start": "nuxt start",
"lint": "eslint './**/*.{js,ts,vue}' --max-warnings=0 && pnpm run typecheck",
"typecheck": "nuxt prepare && nuxi typecheck",
"generate": "nuxt generate",
"preview": "nuxt preview",
"analyze": "nuxt analyze",
"generate-types": "shopware-api-gen generate --apiType=store"
},
"dependencies": {
"@shopware-pwa/cms-base": "canary",
"@shopware-pwa/composables-next": "canary",
"@shopware-pwa/helpers-next": "canary",
"@shopware-pwa/nuxt3-module": "canary",
"@shopware/api-client": "canary",
"@unocss/nuxt": "0.62.2",
"@vuelidate/core": "2.0.3",
"@vuelidate/validators": "2.0.4",
"@vueuse/nuxt": "11.0.1",
"defu": "6.1.4",
"requrl": "3.0.2",
"sitemap": "8.0.0",
"vue": "3.4.38"
},
"devDependencies": {
"@iconify-json/carbon": "1.1.37",
"@nuxtjs/i18n": "8.3.1",
"@shopware/api-gen": "canary",
"eslint": "9.9.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-vue": "9.27.0",
"nuxt": "3.12.4",
"typescript": "5.5.4",
"vue-eslint-parser": "9.4.3"
},
"engines": {
"node": "^18.17.x || ^20.x"
}
}