-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.99 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
{
"name": "@vue-storefront/moqui-theme",
"version": "0.9.6",
"engines": {
"node": ">=14.17.x"
},
"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": {
"@storefront-ui/vue": "0.11.4",
"@vue/composition-api": "1.4.9",
"@nuxtjs/composition-api": "0.29.3",
"@vue-storefront/moqui": "0.9.6",
"@vue-storefront/core": "2.5.11",
"@vue-storefront/middleware": "2.5.7",
"@vue-storefront/nuxt": "2.5.11",
"@vue-storefront/nuxt-theme": "2.5.7",
"cookie-universal-nuxt": "2.1.5",
"core-js": "^3.19.0",
"nuxt": "2.15.8",
"express": "4.18.1",
"nuxt-i18n": "6.28.1",
"set-cookie-parser": "^2.5.1",
"vee-validate": "^3.4.14",
"vue": "2.6.14",
"vue-demi": "0.13.1",
"vue-router": "3.5.3",
"vue-lazy-hydration": "^2.0.0-beta.4",
"vue-scrollto": "^2.20.0",
"vue-server-renderer": "2.6.14",
"vue-template-compiler": "2.6.14"
},
"devDependencies": {
"@nuxt/image": "^0.7.1",
"@nuxt/types": "^2.15.8",
"@types/set-cookie-parser": "^2.4.2",
"@vue/test-utils": "^1.2.2",
"babel-jest": "^27.3.1",
"cypress": "^8.7.0",
"cypress-pipe": "^2.0.0",
"cypress-tags": "^0.3.0",
"jest": "^27.5.1",
"mochawesome": "^6.3.1",
"mochawesome-merge": "^4.2.0",
"mochawesome-report-generator": "^5.2.0",
"ts-loader": "^8.1.0",
"vue-jest": "^4.0.0-0"
}
}