generated from vuestorefront/template-magento
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
100 lines (100 loc) · 3.06 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"name": "@vue-storefront/template-vendure",
"version": "1.2.0",
"private": true,
"license": "MIT",
"homepage": "docs.vuestorefront.io/vendure/",
"bugs": {
"url": "https://github.com/vuestorefront/vendure/issues"
},
"scripts": {
"build": "nuxt build -m",
"build:analyze": "nuxt build -a -m",
"dev": "nuxt",
"generate": "nuxt generate",
"lint": "eslint . --ext .ts,.vue",
"lint:fix": "eslint . --ext .ts,.vue --fix",
"precommit": "lint-staged",
"start": "nuxt start",
"test": "jest",
"test:e2e": "cypress open --config-file tests/e2e/cypress.json",
"test:e2e:generate:report": "yarn -s mochawesome-merge \"tests/e2e/report/*.json\" > \"tests/e2e/report.json\" && yarn -s marge tests/e2e/report.json -o \"tests/e2e/report\"",
"test:e2e:hl": "cypress run --headless --config-file tests/e2e/cypress.json",
"update:check": "ncu",
"update:update": "ncu -u"
},
"dependencies": {
"@nuxtjs/google-fonts": "1.3.0",
"@nuxtjs/pwa": "^3.3.5",
"@nuxtjs/style-resources": "^1.2.1",
"@storefront-ui/vue": "0.11.3",
"@vue-storefront/core": "~2.4.1",
"@vue-storefront/middleware": "~2.4.1",
"@vue-storefront/nuxt": "~2.4.1",
"@vue-storefront/nuxt-theme": "~2.4.1",
"@vue-storefront/vendure": "^1.2.0",
"awesome-phonenumber": "^2.51.2",
"convict": "^6.2.0",
"convict-format-with-validator": "^6.2.0",
"cookie-universal-nuxt": "^2.1.5",
"core-js": "^3.16.2",
"deepdash": "^5.3.9",
"lodash.debounce": "^4.0.8",
"lodash.merge": "^4.6.2",
"nuxt": "^2.15.8",
"nuxt-i18n": "^6.28.0",
"omit-deep": "^0.3.0",
"vee-validate": "^3.4.11",
"vue": "^2.6.12",
"vue-demi": "latest",
"vue-dompurify-html": "^2.3.0",
"vue-lazy-hydration": "^2.0.0-beta.4",
"vue-scrollto": "^2.20.0"
},
"devDependencies": {
"@nuxt/types": "latest",
"@nuxt/typescript-build": "latest",
"@nuxtjs/pwa": "^3.3.5",
"@vue/test-utils": "^1.2.2",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "^27.0.6",
"cypress": "^8.3.0",
"cypress-pipe": "^2.0.0",
"cypress-tags": "^0.2.0",
"dotenv": "^10.0.0",
"ejs": "^3.1.6",
"jest": "^27.0.6",
"jest-date-mock": "^1.0.8",
"jest-environment-jsdom-sixteen": "^2.0.0",
"jest-localstorage-mock": "^2.4.17",
"jest-silent-reporter": "^0.5.0",
"jest-transform-stub": "^2.0.0",
"jest-watch-toggle-config": "^2.0.1",
"jest-watch-typeahead": "^0.6.4",
"lint-staged": "^11.1.2",
"majestic": "^1.8.1",
"mochawesome": "^6.2.2",
"mochawesome-merge": "^4.2.0",
"mochawesome-report-generator": "^5.2.0",
"npm-check-updates": "^11.8.3",
"rollup-plugin-terser": "^7.0.2",
"ts-jest": "^27.0.5",
"ts-loader": "^8.1.0",
"tslib": "^2.3.1",
"typescript": "^4.3.5",
"vue-jest": "^4.0.0-0",
"webpack": "^4.46.0"
},
"peerDependencies": {
"@vue/composition-api": "1.0.0-beta.21",
"vue": "^2.0.0 || >=3.0.0-rc.0"
},
"peerDependenciesMeta": {
"@vue/composition-api": {
"optional": true
}
},
"engines": {
"node": ">=14.x"
}
}