-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
59 lines (59 loc) · 1.98 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
{
"name": "@vue-storefront/kibocommerce-theme",
"version": "1.0.0-beta.4",
"private": false,
"scripts": {
"dev": "nuxt",
"debug": "NODE_OPTIONS='--inspect' nuxt",
"build": "nuxt build -m",
"build:analyze": "nuxt build -a -m",
"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",
"@nuxtjs/composition-api": "^0.29.3",
"@nuxtjs/style-resources": "^1.2.1",
"@storefront-ui/vue": "^0.11.3",
"@vue-storefront/middleware": "~2.5.2",
"@vue-storefront/nuxt": "~2.5.2",
"@vue-storefront/nuxt-theme": "~2.5.2",
"cookie-universal-nuxt": "^2.1.5",
"core-js": "^3.16.1",
"nuxt": "^2.15.7",
"@vue-storefront/kibocommerce": "^1.0.0-beta.4",
"credit-card-type": "^9.1.0",
"awesome-phonenumber": "^2.51.2",
"convict": "^6.1.0",
"convict-format-with-validator": "^6.0.1",
"nuxt-i18n": "^6.5.0",
"vee-validate": "^3.4.11",
"vue-lazy-hydration": "~2.0.0-beta.4",
"vue-scrollto": "^2.20.0"
},
"devDependencies": {
"@babel/preset-env": "^7.15.0",
"@nuxt/types": "^2.15.7",
"@vue/test-utils": "^1.2.2",
"babel-jest": "^27.0.6",
"cypress": "^8.1.0",
"@nuxt/typescript-build": "^2.0.0",
"dotenv": "^10.0.0",
"cypress-pipe": "^2.0.0",
"cypress-tags": "^0.2.0",
"jest": "^27.0.6",
"mochawesome": "^6.2.2",
"mochawesome-merge": "^4.2.0",
"mochawesome-report-generator": "^5.2.0",
"vue-jest": "^3.0.7"
}
}