-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
133 lines (133 loc) · 4.46 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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
{
"name": "@vue-storefront/magento-theme",
"description": "Magento2 Integration for Vue Storefront 2",
"version": "1.2.0",
"private": true,
"license": "MIT",
"homepage": "https://github.com/vuestorefront/magento2",
"bugs": {
"url": "https://github.com/vuestorefront/magento2/issues"
},
"scripts": {
"dev": "concurrently \"nuxt\" \"yarn start:middleware\"",
"dev:debug": "node --inspect ../../node_modules/.bin/nuxt dev",
"dev:frontend": "nuxt",
"build": "nuxt build --modern=client",
"build:analyze": "nuxt build -a --modern=client",
"lhci:mobile": "lhci autorun",
"lint": "eslint . --ext .ts,.vue",
"lint:fix": "eslint . --ext .ts,.vue --fix",
"start": "nuxt start --modern=client",
"start:middleware": "node middleware.js",
"test": "jest",
"test:e2e": "cypress open --config-file __tests__/e2e/cypress.json",
"test:e2e:hl": "cypress run --headless --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\"",
"postinstall": "patch-package"
},
"dependencies": {
"@beyonk/google-fonts-webpack-plugin": "^1.7",
"@nuxt/image": "^0.7.1",
"@nuxtjs/composition-api": "^0.29.3",
"@nuxtjs/device": "^2.1.0",
"@nuxtjs/pwa": "^3.3.5",
"@nuxtjs/recaptcha": "^1.1.1",
"@nuxtjs/style-resources": "^1.2.1",
"@pinia/nuxt": "0.2.1",
"@storefront-ui/vue": "0.13.6",
"@vue-storefront/cache": "2.7.5",
"@vue-storefront/http-cache": "2.7.5",
"@vue-storefront/magento-api": "1.1.0",
"@vue-storefront/middleware": "2.7.5",
"@vue-storefront/nuxt": "2.7.5",
"@vue-storefront/redis-cache": "^1.0.1",
"axios": "^0.26.1",
"body-parser": "1.20.0",
"body-scroll-lock": "3.1.5",
"cookie-universal-nuxt": "2.2.2",
"deepdash": "5.3.9",
"dotenv": "16.0.3",
"graphql-tag": "^2.12.6",
"isomorphic-dompurify": "^0.26.0",
"lodash-es": "4.17.21",
"nuxt": "2.15.8",
"nuxt-i18n": "6.28.1",
"omit-deep": "^0.3.0",
"patch-package": "6.5.0",
"pinia": "2.0.29",
"proxy-from-env": "^1.1.0",
"vee-validate": "^3.4.14",
"vue": "2.6.14",
"vue-lazy-hydration": "^2.0.0-beta.4",
"vue-scrollto": "^2.20.0"
},
"devDependencies": {
"@babel/core": "^7.18.6",
"@commitlint/config-conventional": "^13.2.0",
"@lhci/cli": "^0.11.0",
"@nuxt/types": "latest",
"@nuxt/typescript-build": "2.1.0",
"@pinia/testing": "^0.0.12",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/user-event": "^14.2.1",
"@testing-library/vue": "^5.8.3",
"@types/lodash-es": "^4.17.6",
"@typescript-eslint/eslint-plugin": "^5.30.5",
"@typescript-eslint/parser": "^5.30.5",
"@vue/eslint-config-typescript": "^11.0.0",
"@vue/runtime-dom": "^3.2.37",
"@vue/test-utils": "^1.3.0",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^28.1.2",
"commitlint": "^17.6.3",
"concurrently": "7.6.0",
"cors": "2.8.5",
"cypress": "^10.3.0",
"cypress-pipe": "^2.0.0",
"cypress-tags": "^0.3.0",
"deepmerge": "^4.2.2",
"ejs": "^3.1.8",
"eslint": "8.8.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-import-resolver-typescript": "^3.2.4",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jest": "^26.5.3",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-unicorn": "43.0.0",
"eslint-plugin-vue": "^9.2.0",
"jest": "^27.5.1",
"jest-date-mock": "^1.0.8",
"jest-localstorage-mock": "^2.4.21",
"jest-silent-reporter": "^0.5.0",
"jest-transform-stub": "^2.0.0",
"jest-watch-toggle-config": "^2.0.1",
"jest-watch-typeahead": "^1.1.0",
"lint-staged": "^13.0.3",
"majestic": "^1.8.1",
"mocha": "^9.2.0",
"mochawesome": "^7.1.3",
"mochawesome-merge": "^4.2.1",
"mochawesome-report-generator": "^6.2.0",
"npm-check-updates": "^15.0.4",
"postinstall-postinstall": "2.1.0",
"ts-jest": "^28.0.5",
"ts-loader": "^8.1.0",
"ts-node": "^10.8.2",
"tslib": "^2.4.0",
"typescript": "^4.7.4",
"vue-eslint-parser": "^8.2.0",
"vue-jest": "^3.0.7",
"webpack": "4.46.0"
},
"resolutions": {
"vue": "2.6.14",
"vue-server-renderer": "2.6.14",
"vue-template-compiler": "2.6.14"
},
"engines": {
"node": "^16.13"
}
}