forked from cerner/terra-toolkit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
133 lines (133 loc) · 4.66 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": "terra-toolkit",
"version": "4.22.0",
"description": "Utilities to help when developing terra modules.",
"main": "lib/index.js",
"engines": {
"node": ">=8.9.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cerner/terra-toolkit"
},
"keywords": [
"Cerner",
"Terra",
"Terra Toolkit",
"terra-toolkit",
"UI"
],
"author": "Cerner Corporation",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/cerner/terra-toolkit/issues"
},
"bin": {
"tt-aggregate-translations": "bin/aggregate-translations.js",
"tt-clean-screenshots": "bin/clean-screenshots.js",
"tt-heroku-serve-static": "bin/heroku-serve-static.js",
"tt-pack": "bin/pack.js",
"tt-serve": "bin/serve.js",
"tt-serve-static": "bin/serve-static.js",
"tt-wdio": "bin/wdio-runner.js"
},
"browserslist": [
"extends browserslist-config-terra"
],
"eslintConfig": {
"extends": "terra"
},
"scripts": {
"clean:all": "npm run clean:compiled && npm run clean:dependencies",
"clean:compiled": "rimraf lib",
"clean:dependencies": "rimraf node_modules",
"clean:install": "npm run clean:all && npm install && npm run compile:build",
"compile": "npm run clean:compiled && npm run compile:build",
"compile:build": "babel src --out-dir lib --copy-files",
"danger": "danger ci",
"jest": "jest --config jestConfig.js",
"lint": "eslint --ext .js,.jsx .",
"nightwatch": "nightwatch",
"nightwatch:port-provided": "nightwatch -c tests/test.nightwatch.conf.js",
"pack": "webpack --config tests/test.config.js",
"prepare": "npm run compile",
"prepublishOnly": "npm test",
"pretest": "npm run lint",
"release:major": "node scripts/release/release.js major",
"release:minor": "node scripts/release/release.js minor",
"release:patch": "node scripts/release/release.js patch",
"start": "node scripts/serve/serve-cli.js --config ./tests/test.config",
"start-static": "node scripts/serve/serve-static-cli.js --config ./tests/test.config",
"test": "npm run jest && npm run nightwatch && npm run nightwatch:port-provided && npm run wdio",
"wdio": "npm run wdio-webpack-obj && npm run wdio-webpack-func && npm run tt-wdio-webpack-obj && npm run tt-wdio-webpack-func && npm run tt-wdio-unopinionated",
"wdio-webpack-obj": "wdio --suite opinionated",
"wdio-webpack-func": "TT_TEST_WDIO_FUNCTION=true wdio --suite opinionated",
"tt-wdio-webpack-obj": "node scripts/wdio/wdio-runner-cli.js --suite opinionated",
"tt-wdio-webpack-func": "TT_TEST_WDIO_FUNCTION=true node scripts/wdio/wdio-runner-cli.js --suite opinionated",
"tt-wdio-unopinionated": "npm run pack; node scripts/wdio/wdio-runner-cli.js --formFactors=['tiny','huge'] --locales=['en','fr'] --suite unopinionated; rm -rf ./build"
},
"dependencies": {
"async": "^2.5.0",
"autoprefixer": "^8.5.2",
"axe-core": "3.0.3",
"babel-loader": "^7.1.2",
"babel-polyfill": "^6.23.0",
"browserslist-config-terra": "^1.0.0",
"chai": "^4.2.0",
"chalk": "^2.4.2",
"clean-webpack-plugin": "^0.1.17",
"clone": "^2.1.1",
"commander": "^2.19.0",
"css-loader": "^0.28.7",
"express": "^4.16.4",
"file-loader": "^1.1.5",
"fs-extra": "^6.0.1",
"glob": "^7.1.1",
"ip": "^1.1.5",
"load-json-file": "^5.0.0",
"lodash.startcase": "^4.4.0",
"memory-fs": "^0.4.1",
"mime-types": "^2.1.21",
"mini-css-extract-plugin": "^0.4.5",
"node-sass": "^4.11.0",
"postcss": "^6.0.9",
"postcss-assets-webpack-plugin": "^2.0.0",
"postcss-custom-properties": "^7.0.0",
"postcss-loader": "^2.0.6",
"postcss-rtl": "^1.3.3",
"raf": "^3.4.1",
"raw-loader": "^0.5.1",
"sass-loader": "^7.0.1",
"shelljs": "^0.8.3",
"terser-webpack-plugin": "^1.1.0",
"wdio-visual-regression-service": "^0.9.0",
"webdriverio": "^4.14.1",
"webpack": "^4.28.1",
"webpack-cli": "^3.0.0",
"webpack-dev-server": "^3.1.11",
"webpack-merge": "^4.2.1"
},
"peerDependencies": {
"nightwatch": "^0.9.12"
},
"optionalDependencies": {
"wdio-mocha-framework": "^0.5.11"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.24.1",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"babel-runtime": "^6.26.0",
"danger": "^3.7.14",
"eslint": "^5.12.0",
"eslint-config-terra": "^2.2.0",
"html-webpack-plugin": "^3.1.0",
"jest": "^23.1.0",
"nightwatch": "^0.9.12",
"rimraf": "^2.6.3"
}
}