This repository has been archived by the owner on Feb 13, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
111 lines (111 loc) · 3.67 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
{
"name": "@vue-storefront/magento-theme",
"version": "1.1.0",
"private": true,
"license": "MIT",
"homepage": "https://github.com/vuestorefront/magento2",
"bugs": {
"url": "https://github.com/vuestorefront/magento2/issues"
},
"scripts": {
"build": "nuxt build --modern=client",
"build:analyze": "nuxt build -a --modern=client",
"dev": "nuxt --env.NODE_TLS_REJECT_UNAUTHORIZED=0",
"dev:debug": "node --inspect ../../node_modules/.bin/nuxt dev",
"generate": "nuxt generate",
"lint": "eslint . --ext .ts,.vue",
"lint:fix": "eslint . --ext .ts,.vue --fix",
"precommit": "lint-staged",
"start": "nuxt start --modern=client",
"start:local": "nuxt start --modern=client --env.NODE_TLS_REJECT_UNAUTHORIZED=0",
"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": {
"@beyonk/google-fonts-webpack-plugin": "^1.7",
"@nuxt/image": "^0.7.1",
"@nuxtjs/composition-api": "^0.31.0",
"@nuxtjs/device": "^2.1.0",
"@nuxtjs/pwa": "^3.3.5",
"@nuxtjs/recaptcha": "^1.1.1",
"@nuxtjs/style-resources": "^1.2.1",
"@pinia/nuxt": "^0.1.9",
"@storefront-ui/vue": "^0.13.3",
"@vue-storefront/cache": "~2.7.1",
"@vue-storefront/http-cache": "^2.7.1",
"@vue-storefront/magento-api": "^1.1.0",
"@vue-storefront/middleware": "~2.7.1",
"@vue-storefront/nuxt": "~2.7.1",
"@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.1",
"deepdash": "^5.3.9",
"express": "4.18.1",
"is-https": "^4.0.0",
"isomorphic-dompurify": "^0.20.0",
"lodash-es": "^4.17.21",
"nuxt": "^2.15.8",
"nuxt-i18n": "^6.28.0",
"omit-deep": "^0.3.0",
"pinia": "^2.0.14",
"pm2": "^5.2.0",
"vee-validate": "^3.4.14",
"vue": "2.6.14",
"vue-demi": "0.13.1",
"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": {
"@babel/core": "^7.18.6",
"@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",
"@vue/runtime-dom": "^3.2.37",
"@vue/test-utils": "^1.3.0",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "^28.1.2",
"cypress": "^10.3.0",
"cypress-pipe": "^2.0.0",
"cypress-tags": "^0.3.0",
"deepmerge": "^4.2.2",
"ejs": "^3.1.8",
"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",
"ts-jest": "^28.0.5",
"ts-loader": "^8.1.0",
"ts-node": "^10.8.2",
"tslib": "^2.4.0",
"typescript": "^4.7.4",
"vue-jest": "^3.0.7",
"webpack": "4.46.0"
},
"engines": {
"node": "^16.13"
}
}