generated from vuestorefront/template-magento
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
108 lines (108 loc) · 3.42 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
101
102
103
104
105
106
107
108
{
"name": "@vue-storefront/magento-theme",
"version": "1.0.0-rc.6",
"private": true,
"license": "MIT",
"homepage": "https://github.com/vuestorefront/magento2",
"bugs": {
"url": "https://github.com/vuestorefront/magento2/issues"
},
"scripts": {
"build": "nuxt build -m",
"build:analyze": "nuxt build -a -m",
"dev": "nuxt",
"dev-debug": "nuxt --inspect",
"generate": "nuxt generate",
"lint": "eslint . --ext .ts,.vue",
"lint:fix": "eslint . --ext .ts,.vue --fix",
"precommit": "lint-staged",
"start": "nuxt start",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"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": {
"@nuxt/image": "^0.6.1",
"@nuxtjs/composition-api": "^0.31.0",
"@nuxtjs/device": "^2.1.0",
"@nuxtjs/google-fonts": "^1.3.0",
"@nuxtjs/pwa": "^3.3.5",
"@nuxtjs/style-resources": "^1.2.1",
"@storefront-ui/vue": "^0.11.5",
"@vue-storefront/cache": "^2.5.4",
"@vue-storefront/core": "~2.5.4",
"@vue-storefront/magento": "^1.0.0-rc.6",
"@vue-storefront/middleware": "~2.5.4",
"@vue-storefront/nuxt": "~2.5.4",
"@vue-storefront/nuxt-theme": "~2.5.4",
"@vue-storefront/redis-cache": "^1.0.1",
"convict": "^6.2.1",
"convict-format-with-validator": "^6.2.0",
"cookie-universal-nuxt": "^2.1.5",
"deepdash": "^5.3.9",
"dotenv": "^16.0.0",
"graphql-request": "^4.0.0",
"isomorphic-dompurify": "^0.18.0",
"lodash.debounce": "^4.0.8",
"lodash.merge": "^4.6.2",
"lodash.unescape": "^4.0.1",
"nuxt": "^2.15.8",
"nuxt-i18n": "^6.28.0",
"omit-deep": "^0.3.0",
"pm2": "^5.1.2",
"vee-validate": "^3.4.14",
"vue-dompurify-html": "^2.5.0",
"vue-lazy-hydration": "^2.0.0-beta.4",
"vue-scrollto": "^2.20.0"
},
"devDependencies": {
"@babel/core": "^7.16.12",
"@nuxt/types": "latest",
"@nuxt/typescript-build": "latest",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/user-event": "^13.5.0",
"@testing-library/vue": "^5.8.2",
"@vue/test-utils": "^1.3.0",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "^27.4.6",
"cypress": "^9.4.1",
"cypress-pipe": "^2.0.0",
"cypress-tags": "^0.3.0",
"deepmerge": "^4.2.2",
"ejs": "^3.1.6",
"jest": "^27.4.7",
"jest-date-mock": "^1.0.8",
"jest-environment-jsdom": "^27.4.6",
"jest-localstorage-mock": "^2.4.18",
"jest-silent-reporter": "^0.5.0",
"jest-transform-stub": "^2.0.0",
"jest-watch-toggle-config": "^2.0.1",
"jest-watch-typeahead": "^1.0.0",
"lint-staged": "^12.3.3",
"majestic": "^1.8.1",
"mocha": "^9.2.0",
"mochawesome": "^7.0.1",
"mochawesome-merge": "^4.2.1",
"mochawesome-report-generator": "^6.0.1",
"npm-check-updates": "^12.1.0",
"rollup-plugin-terser": "^7.0.2",
"ts-jest": "^27.1.3",
"ts-loader": "^8.1.0",
"ts-node": "^10.4.0",
"tslib": "^2.3.1",
"typescript": "^4.5.5",
"vue-jest": "^3.0.7",
"webpack": "4.46.0"
},
"peerDependencies": {
"vue": "^2.6.11"
},
"engines": {
"node": "^16.13"
}
}