forked from justeattakeaway/fozzie-components
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
123 lines (123 loc) · 4.31 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
{
"name": "root",
"version": "3.29.0",
"private": true,
"scripts": {
"build": "cross-env-shell \"lerna run $LERNA_ARGS build --stream\"",
"bundlewatch": "cross-env-shell \"yarn build && 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:serve": "lerna run storybook:serve --stream",
"storybook:serve-static": "lerna run storybook:serve-static --stream",
"storybook:deploy": "storybook-to-ghpages --script storybook:build",
"test": "cross-env-shell \"lerna run $LERNA_ARGS test --stream\"",
"test-component:chrome": "cross-env-shell JE_ENV=local TEST_TYPE=component lerna run test-component:chrome --concurrency 1 --stream",
"test-component:browserstack": "cross-env-shell JE_ENV=browserstack TEST_TYPE=component lerna run test-component:browserstack --concurrency 1 --stream",
"test-a11y:chrome": "cross-env-shell JE_ENV=local 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:clean": "rimraf test/results/allure",
"prepare": "husky install"
},
"resolutions": {
"webpack": "4.36.0"
},
"devDependencies": {
"@babel/cli": "7.10.5",
"@babel/plugin-proposal-class-properties": "7.12.1",
"@babel/plugin-proposal-optional-chaining": "7.10.4",
"@babel/preset-env": "7.10.4",
"@justeat/browserslist-config-fozzie": "1.1.1",
"@justeat/eslint-config-fozzie": "3.4.1",
"@justeat/f-utils": "1.1.0",
"@justeat/fozzie": "5.0.0-beta.3",
"@justeat/fozzie-colour-palette": "3.1.0",
"@justeat/stylelint-config-fozzie": "2.2.0",
"@storybook/storybook-deployer": "2.8.6",
"@vue/cli-plugin-babel": "4.4.6",
"@vue/cli-plugin-eslint": "3.9.2",
"@vue/cli-plugin-unit-jest": "4.4.6",
"@vue/cli-service": "4.4.6",
"@vue/eslint-config-standard": "4.0.0",
"@vue/test-utils": "1.0.3",
"@wdio/allure-reporter": "6.7.2",
"@wdio/browserstack-service": "6.4.0",
"@wdio/cli": "6.4.0",
"@wdio/junit-reporter": "7.0.7",
"@wdio/local-runner": "6.4.0",
"@wdio/mocha-framework": "6.4.0",
"@wdio/spec-reporter": "6.4.0",
"@wdio/sync": "6.4.0",
"allure-commandline": "2.13.0",
"axe-core": "4.1.1",
"axe-reports": "1.1.11",
"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": "89.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",
"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": "6.0.3",
"wdio-video-reporter": "3.1.1",
"webdriverio": "6.3.4"
},
"bugs": {
"url": "https://github.com/justeat/fozzie-components/issues"
},
"contributors": [
"Github contributors <https://github.com/justeat/fozzie-components/graphs/contributors>"
],
"engines": {
"node": ">=10.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/services/*",
"packages/tools/*"
],
"dependencies": {
"browserstack-local": "1.4.8"
}
}