-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.54 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
{
"name": "orc-vsf-theme",
"version": "0.1.0",
"private": true,
"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/pwa": "^3.3.5",
"@storefront-ui/vue": "0.13.3",
"@vue-storefront/middleware": "~2.5.12",
"@vue-storefront/nuxt": "~2.5.12",
"@vue-storefront/nuxt-theme": "~2.5.12",
"cookie-universal-nuxt": "^2.1.5",
"core-js": "^3.19.0",
"dayjs": "^1.11.4",
"nuxt": "^2.15.8",
"nuxt-i18n": "^6.5.0",
"orc-vsf": "^0.1.0",
"vee-validate": "^3.4.13",
"vue-scrollto": "^2.20.0"
},
"devDependencies": {
"@nuxt/types": "^2.15.8",
"@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.3.1",
"mochawesome": "^6.3.1",
"mochawesome-merge": "^4.2.0",
"mochawesome-report-generator": "^5.2.0",
"vue-jest": "^4.0.0-0"
}
}