-
Notifications
You must be signed in to change notification settings - Fork 38
/
package.json
185 lines (185 loc) · 8.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
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
{
"name": "root",
"version": "7.57.2",
"private": true,
"scripts": {
"build": "NODE_OPTIONS=--openssl-legacy-provider cross-env-shell turbo run build --continue --token=${TURBO_TOKEN}",
"build:changed": "NODE_OPTIONS=--openssl-legacy-provider cross-env-shell turbo run build --filter=...[origin/master] --continue --token=${TURBO_TOKEN}",
"prepublishOnly": "NODE_OPTIONS=--openssl-legacy-provider cross-env-shell turbo run prepublishOnly --continue --token=${TURBO_TOKEN}",
"bundlewatch": "bundlewatch --config ./bundlewatch.config.js",
"lint": " cross-env-shell turbo run lint --continue --token=${TURBO_TOKEN}",
"clean-jest-cache": "jest --clearCache",
"lint:fix": "cross-env-shell turbo run lint -- --fix --continue --token=${TURBO_TOKEN}",
"lint:style": "cross-env-shell turbo run lint:style --continue --token=${TURBO_TOKEN}",
"release": "turbo publish --continue",
"storybook:build": "NODE_OPTIONS=--openssl-legacy-provider cross-env-shell turbo run storybook:build --continue --token=${TURBO_TOKEN}",
"storybook:build-changed": "NODE_OPTIONS=--openssl-legacy-provider cross-env-shell CHANGED_ONLY=true turbo run storybook:build --include-dependencies --continue --token=${TURBO_TOKEN}",
"storybook:serve": "NODE_OPTIONS=--openssl-legacy-provider turbo run storybook:serve --continue",
"storybook:serve-changed": "NODE_OPTIONS=--openssl-legacy-provider cross-env-shell CHANGED_ONLY=true turbo run storybook:serve --continue",
"storybook:serve-static": "NODE_OPTIONS=--openssl-legacy-provider turbo run storybook:serve-static --continue",
"storybook:deploy": "turbo run storybook:deploy --continue",
"test": "cross-env-shell turbo run test --continue --token=${TURBO_TOKEN}",
"ci:test:tools": "cross-env-shell turbo run ci:test:tools --continue --token=${TURBO_TOKEN}",
"ci:test:services": "cross-env-shell turbo run ci:test:services --continue --token=${TURBO_TOKEN}",
"ci:test:atoms": "cross-env-shell turbo run ci:test:atoms --continue --token=${TURBO_TOKEN}",
"ci:test:molecules": "cross-env-shell turbo run ci:test:molecules --continue --token=${TURBO_TOKEN}",
"ci:test:organisms": "cross-env-shell turbo run ci:test:organisms --continue --token=${TURBO_TOKEN}",
"ci:test:pages": "cross-env-shell turbo run ci:test:pages --continue --token=${TURBO_TOKEN}",
"ci:test:templates": "cross-env-shell turbo run ci:test:templates --continue --token=${TURBO_TOKEN}",
"ci:test-component:chrome:atoms": "cross-env-shell TEST_TYPE=component turbo run ci:test-component:chrome:atoms --continue --token=${TURBO_TOKEN}",
"ci:test:visual:atoms": "cross-env-shell TEST_TYPE=visual turbo run ci:test:visual:atoms --continue",
"ci:test-a11y:chrome:atoms": "cross-env-shell TEST_TYPE=a11y turbo run ci:test-a11y:chrome:atoms --continue --token=${TURBO_TOKEN}",
"ci:test-component:chrome:molecules": "cross-env-shell TEST_TYPE=component turbo run ci:test-component:chrome:molecules --continue --token=${TURBO_TOKEN}",
"ci:test:visual:molecules": "cross-env-shell TEST_TYPE=visual turbo run ci:test:visual:molecules --continue",
"ci:test-a11y:chrome:molecules": "cross-env-shell TEST_TYPE=a11y turbo run ci:test-a11y:chrome:molecules --continue --token=${TURBO_TOKEN}",
"ci:test-component:chrome:organisms": "cross-env-shell TEST_TYPE=component turbo run ci:test-component:chrome:organisms --continue --token=${TURBO_TOKEN}",
"ci:test:visual:organisms": "cross-env-shell TEST_TYPE=visual turbo run ci:test:visual:organisms --continue",
"ci:test-a11y:chrome:organisms": "cross-env-shell TEST_TYPE=a11y turbo run ci:test-a11y:chrome:organisms --continue --token=${TURBO_TOKEN}",
"ci:test-component:chrome:pages": "cross-env-shell TEST_TYPE=component turbo run ci:test-component:chrome:pages --continue --token=${TURBO_TOKEN}",
"ci:test:visual:pages": "cross-env-shell TEST_TYPE=visual turbo run ci:test:visual:pages --continue",
"ci:test-a11y:chrome:pages": "cross-env-shell TEST_TYPE=a11y turbo run ci:test-a11y:chrome:pages --continue --token=${TURBO_TOKEN}",
"test-component:chrome": "cross-env-shell TEST_TYPE=component turbo run test-component:chrome --continue --token=${TURBO_TOKEN}",
"test:visual": "cross-env-shell TEST_TYPE=visual turbo run test:visual --continue",
"test-a11y:chrome": "cross-env-shell TEST_TYPE=a11y turbo run test-a11y:chrome --continue --token=${TURBO_TOKEN}",
"test:consumer": "turbo run test:consumer",
"test:wait-for-server": "node ./test/infrastructure/healthcheck.js",
"allure:generate": "allure generate ./test/results/allure-results --clean && yarn allure:clean",
"allure:open": "yarn allure:generate && yarn allure open",
"allure:clean": "rimraf test/results/allure-results",
"prepare": "husky install"
},
"resolutions": {
"webpack": "4.46.0",
"ua-parser-js": "1.0.35",
"typesafe-i18n": "5.16.3"
},
"devDependencies": {
"@babel/cli": "7.24.5",
"@babel/core": "7.24.5",
"@babel/eslint-parser": "7.24.5",
"@babel/plugin-transform-runtime": "7.24.3",
"@babel/preset-env": "7.24.5",
"@babel/register": "7.23.7",
"@faker-js/faker": "7.5.0",
"@justeat/browserslist-config-fozzie": "1.2.0",
"@justeat/eslint-config-fozzie": "5.4.0",
"@justeat/fozzie": "11.x",
"@justeat/pie-design-tokens": "6.2.1",
"@justeat/stylelint-config-fozzie": "2.2.0",
"@percy/cli": "1.0.5",
"@percy/webdriverio": "2.0.1",
"@vercel/ncc": "0.31.1",
"@vue/babel-preset-app": "5.0.8",
"@vue/cli-plugin-babel": "5.0.8",
"@vue/cli-plugin-unit-jest": "5.0.8",
"@vue/cli-service": "4.5.19",
"@vue/eslint-config-standard": "4.0.0",
"@vue/test-utils": "1.3.0",
"@wdio/allure-reporter": "7.19.7",
"@wdio/cli": "7.19.7",
"@wdio/local-runner": "7.19.7",
"@wdio/mocha-framework": "7.19.7",
"@wdio/spec-reporter": "7.19.7",
"allure-commandline": "2.17.2",
"axe-core": "4.3.5",
"axe-reports": "1.1.11",
"axios": "0.28.1",
"axios-mock-adapter": "1.19.0",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "29.7.0",
"babel-loader": "8.1.0",
"bundlewatch": "0.3.3",
"chromedriver": "128.0.1",
"core-js": "3.36.1",
"cross-env": "7.0.2",
"css-loader": "1.0.1",
"danger": "11.2.8",
"eslint": "8.26.0",
"eslint-import-resolver-webpack": "0.13.2",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-json-schema-validator": "1.0.48",
"eslint-plugin-jsonc": "1.3.1",
"eslint-plugin-vue": "8.7.1",
"eslint-plugin-vuejs-accessibility": "1.1.1",
"eslint-plugin-webdriverio": "1.0.1",
"eyeglass": "3.0.2",
"flush-promises": "1.0.2",
"husky": "^8.0.0",
"include-media": "1.4.9",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-extended": "0.11.5",
"js-cookie": "2.2.1",
"lerna": "3.22.1",
"miragejs": "0.1.42",
"mocha-each": "2.0.1",
"mocha-tags": "1.0.1",
"npm-run-all": "4.1.5",
"peer-deps-externals-webpack-plugin": "1.0.4",
"postcss-loader": "3.0.0",
"rimraf": "5.0.5",
"sass": "1.53.0",
"sass-loader": "10.1.0",
"stylelint": "16.1.0",
"stylelint-scss": "3.18.0",
"turbo": "1.6.0",
"vite": "2.9.18",
"vue": "2.6.10",
"vue-router": "3.5.2",
"vue-svg-loader": "0.16.0",
"vue-template-compiler": "2.6.10",
"vuex": "3.5.1",
"wdio-chromedriver-service": "8.0.0",
"wdio-video-reporter": "3.2.1",
"webdriverio": "7.19.7"
},
"bugs": {
"url": "https://github.com/justeat/fozzie-components/issues"
},
"contributors": [
"Github contributors <https://github.com/justeat/fozzie-components/graphs/contributors>"
],
"engines": {
"node": ">=14"
},
"homepage": "https://github.com/justeat/fozzie-components",
"keywords": [
"fozzie"
],
"license": "Apache-2.0",
"packageManager": "[email protected]",
"repository": {
"type": "git",
"url": "[email protected]:justeat/fozzie-components.git"
},
"stylelint": {
"extends": "@justeat/stylelint-config-fozzie"
},
"workspaces": {
"packages": [
"packages/*",
"packages/components/atoms/*",
"packages/components/molecules/*",
"packages/components/organisms/*",
"packages/components/templates/*",
"packages/components/pages/*",
"packages/services/*",
"packages/tools/*"
],
"nohoist": [
"**/@justeat/fozzie/**"
]
},
"dependencies": {
"@vue/vue2-jest": "28.0.0",
"deepmerge": "4.2.2",
"vue-jest": "3.0.7"
},
"publishConfig": {
"access": "public"
},
"volta": {
"node": "20.3.1",
"yarn": "3.5.0"
}
}