forked from justeattakeaway/fozzie-components
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
149 lines (149 loc) · 7.02 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
{
"name": "root",
"version": "5.8.7",
"private": true,
"scripts": {
"build": "cross-env-shell \"lerna run $LERNA_ARGS build --stream\"",
"bundlewatch": "cross-env-shell \"bundlewatch --config bundlewatch.config.js\"",
"lint": "cross-env-shell \"lerna run $LERNA_ARGS lint --stream\"",
"lint:fix": "lerna run lint -- --fix",
"lint:style": "lerna run lint:style --stream",
"prepublishOnly": "lerna run prepublishOnly --stream",
"release": "lerna publish",
"storybook:build": "lerna run storybook:build --stream",
"storybook:build-changed": "cross-env-shell CHANGED_ONLY=true lerna run storybook:build --include-dependencies --stream",
"storybook:serve": "lerna run storybook:serve --stream",
"storybook:serve-changed": "cross-env-shell CHANGED_ONLY=true lerna run storybook:serve --stream",
"storybook:serve-static": "lerna run storybook:serve-static --stream",
"storybook:deploy": "lerna run storybook:deploy --stream",
"test": "cross-env-shell \"lerna run $LERNA_ARGS test --stream\"",
"ci:test:tools": "cross-env-shell \"lerna run $LERNA_ARGS ci:test:tools --stream\"",
"ci:test:services": "cross-env-shell \"lerna run $LERNA_ARGS ci:test:services --stream\"",
"ci:test:atoms": "cross-env-shell \"lerna run $LERNA_ARGS ci:test:atoms --stream\"",
"ci:test:molecules": "cross-env-shell \"lerna run $LERNA_ARGS ci:test:molecules --stream\"",
"ci:test:organisms": "cross-env-shell \"lerna run $LERNA_ARGS ci:test:organisms --stream\"",
"ci:test:pages": "cross-env-shell \"lerna run $LERNA_ARGS ci:test:pages --stream\"",
"ci:test:templates": "cross-env-shell \"lerna run $LERNA_ARGS ci:test:templates --stream\"",
"ci:test-component:chrome:atoms": "cross-env-shell TEST_TYPE=component lerna run $LERNA_ARGS ci:test-component:chrome:atoms --concurrency 1 --stream",
"ci:test:visual:atoms": "cross-env-shell TEST_TYPE=visual lerna run $LERNA_ARGS ci:test:visual:atoms --concurrency 1 --stream",
"ci:test-a11y:chrome:atoms": "cross-env-shell TEST_TYPE=a11y lerna run $LERNA_ARGS ci:test-a11y:chrome:atoms --concurrency 1 --stream",
"ci:test-component:chrome:molecules": "cross-env-shell TEST_TYPE=component lerna run $LERNA_ARGS ci:test-component:chrome:molecules --concurrency 1 --stream",
"ci:test:visual:molecules": "cross-env-shell TEST_TYPE=visual lerna run $LERNA_ARGS ci:test:visual:molecules --concurrency 1 --stream",
"ci:test-a11y:chrome:molecules": "cross-env-shell TEST_TYPE=a11y lerna run $LERNA_ARGS ci:test-a11y:chrome:molecules --concurrency 1 --stream",
"ci:test-component:chrome:organisms": "cross-env-shell TEST_TYPE=component lerna run $LERNA_ARGS ci:test-component:chrome:organisms --concurrency 1 --stream",
"ci:test:visual:organisms": "cross-env-shell TEST_TYPE=visual lerna run $LERNA_ARGS ci:test:visual:organisms --concurrency 1 --stream",
"ci:test-a11y:chrome:organisms": "cross-env-shell TEST_TYPE=a11y lerna run $LERNA_ARGS ci:test-a11y:chrome:organisms --concurrency 1 --stream",
"ci:test-component:chrome:pages": "cross-env-shell TEST_TYPE=component lerna run $LERNA_ARGS ci:test-component:chrome:pages --concurrency 1 --stream",
"ci:test:visual:pages": "cross-env-shell TEST_TYPE=visual lerna run $LERNA_ARGS ci:test:visual:pages --concurrency 1 --stream",
"ci:test-a11y:chrome:pages": "cross-env-shell TEST_TYPE=a11y lerna run $LERNA_ARGS ci:test-a11y:chrome:pages --concurrency 1 --stream",
"test-component:chrome": "cross-env-shell TEST_TYPE=component lerna run test-component:chrome --concurrency 1 --stream",
"test:visual": "cross-env-shell TEST_TYPE=visual lerna run test:visual --concurrency 1 --stream",
"test-a11y:chrome": "cross-env-shell TEST_TYPE=a11y lerna run test-a11y:chrome --concurrency 1 --stream",
"test:consumer": "lerna 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"
},
"devDependencies": {
"@babel/cli": "7.14.8",
"@babel/plugin-proposal-class-properties": "7.14.5",
"@babel/plugin-proposal-optional-chaining": "7.14.5",
"@babel/preset-env": "7.14.9",
"@justeat/browserslist-config-fozzie": "1.2.0",
"@justeat/eslint-config-fozzie": "3.4.1",
"@justeat/fozzie": "6.2.0",
"@justeat/stylelint-config-fozzie": "2.2.0",
"@percy/cli": "1.0.0-beta.52",
"@percy/webdriverio": "2.0.0",
"@vercel/ncc": "0.31.1",
"@vue/babel-preset-app": "4.5.13",
"@vue/cli-plugin-babel": "4.4.6",
"@vue/cli-plugin-eslint": "3.9.2",
"@vue/cli-plugin-unit-jest": "4.5.13",
"@vue/cli-service": "4.5.13",
"@vue/eslint-config-standard": "4.0.0",
"@vue/test-utils": "1.0.3",
"@wdio/allure-reporter": "7.6.0",
"@wdio/cli": "7.6.0",
"@wdio/local-runner": "7.6.0",
"@wdio/mocha-framework": "7.6.0",
"@wdio/spec-reporter": "7.6.0",
"@wdio/sync": "7.6.0",
"allure-commandline": "2.13.0",
"axe-core": "4.3.5",
"axe-reports": "1.1.11",
"axios": "0.21.4",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "10.1.0",
"babel-jest": "26.1.0",
"babel-loader": "8.1.0",
"bundlewatch": "0.3.1",
"chromedriver": "96.0.0",
"cross-env": "7.0.2",
"css-loader": "1.0.1",
"danger": "10.2.1",
"eslint": "6.8.0",
"eslint-import-resolver-webpack": "0.12.2",
"eslint-plugin-vue": "6.2.2",
"eslint-plugin-vuejs-accessibility": "0.6.0",
"eyeglass": "3.0.2",
"husky": "6.0.0",
"include-media": "1.4.9",
"lerna": "3.22.1",
"mocha-each": "2.0.1",
"mocha-tags": "1.0.1",
"node-sass": "4.14.1",
"node-sass-magic-importer": "5.3.2",
"npm-run-all": "4.1.5",
"peer-deps-externals-webpack-plugin": "1.0.4",
"postcss-loader": "3.0.0",
"sass-loader": "10.1.0",
"stylelint": "13.7.2",
"stylelint-scss": "3.18.0",
"vue": "2.6.10",
"vue-svg-loader": "0.16.0",
"vue-template-compiler": "2.6.10",
"wdio-chromedriver-service": "7.1.0",
"wdio-video-reporter": "3.1.1",
"webdriverio": "7.6.0"
},
"bugs": {
"url": "https://github.com/justeat/fozzie-components/issues"
},
"contributors": [
"Github contributors <https://github.com/justeat/fozzie-components/graphs/contributors>"
],
"engines": {
"node": ">=12.0.0"
},
"homepage": "https://github.com/justeat/fozzie-components",
"keywords": [
"fozzie"
],
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "[email protected]:justeat/fozzie-components.git"
},
"stylelint": {
"extends": "@justeat/stylelint-config-fozzie"
},
"workspaces": [
"packages/*",
"packages/components/atoms/*",
"packages/components/molecules/*",
"packages/components/organisms/*",
"packages/components/templates/*",
"packages/components/pages/*",
"packages/services/*",
"packages/tools/*"
],
"dependencies": {
"deepmerge": "4.2.2"
}
}