-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
149 lines (149 loc) · 5.64 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": "material-ui-build",
"private": true,
"author": "Call-em-all Engineering Team",
"version": "0.16.0-alpha",
"description": "Material Design UI components built with React",
"main": "./src/index.js",
"keywords": [
"react",
"react-component",
"material design",
"material-ui"
],
"repository": {
"type": "git",
"url": "https://github.com/callemall/material-ui.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/callemall/material-ui/issues"
},
"homepage": "http://material-ui.com/",
"scripts": {
"build": "npm run build:babel && npm run build:copy-files && npm run build:min",
"build:icon-index": "babel-node ./scripts/icon-index-generator.js",
"build:babel": "babel ./src --ignore *.spec.js --out-dir ./build",
"build:copy-files": "babel-node ./scripts/copy-files.js",
"build:min": "cross-env NODE_ENV=production webpack -p src/index.js --output-filename material-ui.min.js",
"build:docs": "babel-node ./scripts/build-api-docs.js",
"clean": "npm run clean:build",
"clean:docs": "rimraf docs/api/*",
"clean:build": "rimraf build",
"docs:start": "(cd docs/site; npm start)",
"lint": "eslint . && echo \"eslint: no lint errors\"",
"lint:find-rules": "eslint-find-rules -u .eslintrc.js",
"prebuild": "npm run clean:build",
"test": "node test mocha",
"test:watch": "node test mocha -w",
"test:coverage": "istanbul cover test/index.js -- mocha",
"test:karma": "node test karma",
"start-docs": "node docs/site/webpack.dev.server",
"test:regressions:chrome:info": "echo make sure cd test/regressions/site/; npm install; npm start; localhost:3333",
"test:regressions:chrome:selenium": "docker run -d -p 4444:4444 -v /dev/shm:/dev/shm selenium/standalone-chrome:4.0.0-beta-2-20210317",
"e2e-screenshot": "node test/index.js regressions -l -c",
"test:regressions:baseline": "node test/index.js regressions -l -c -e chrome",
"test:regressions": "rm -rf test/regressions/screenshots/output && node test/index.js regressions -l",
"test:regressions:chrome": "rm -rf test/regressions/screenshots/output && node test/index.js regressions -l -e chrome",
"debug-regression": "node --inspect-brk test/index.js regressions -l -e chrome ",
"test:e2e": "node test e2e -l",
"test:e2e:chrome": "node test e2e -l -e chrome",
"test:e2e:chrome:no-boot": "nightwatch -c test/nightwatch.local.conf.js -e chrome",
"test:e2e:ff": "node test e2e -l -e firefox",
"test:e2e:ff:no-boot": "nightwatch -c test/nightwatch.local.conf.js -e firefox",
"test:e2e:remote": "node test e2e -e chrome_51",
"test:nightwatch:remote": "nightwatch -c test/nightwatch.conf.js -e chrome_51",
"debug-e2e": "node debugNightWatch",
"test:e2e:all": "node test e2e -e chrome_51,safari_9,firefox_46,ie_edge,ie_10",
"flow": "flow"
},
"peerDependencies": {
"react": "^15.0.0",
"react-dom": "^15.0.0"
},
"dependencies": {
"chalk": "^2.1.0",
"classnames": "^2.2.5",
"dom-helpers": "^3.2.0",
"jss-preset-default": "^1.3.1",
"jss-theme-reactor": "^0.9.0",
"keycode": "^2.1.8",
"lodash": "^4.17.4",
"object-assign": "^4.1.1",
"react-addons-transition-group": "^15.4.2",
"react-event-listener": "^0.4.1",
"recompose": "^0.21.2",
"warning": "^3.0.0"
},
"devDependencies": {
"app-module-path": "^2.2.0",
"babel-cli": "^6.22.2",
"babel-core": "^6.22.1",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.2.10",
"babel-plugin-react-remove-properties": "^0.2.3",
"babel-plugin-transform-dev-warning": "^0.1.0",
"babel-plugin-transform-react-constant-elements": "^6.22.0",
"babel-plugin-transform-react-inline-elements": "^6.22.0",
"babel-plugin-transform-react-remove-prop-types": "^0.2.11",
"babel-plugin-transform-replace-object-assign": "^0.2.1",
"babel-polyfill": "^6.22.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.22.0",
"babel-preset-stage-1": "^6.22.0",
"babel-register": "^6.22.0",
"babel-runtime": "^6.22.0",
"blink-diff": "^1.0.13",
"chai": "^3.5.0",
"commander": "^2.9.0",
"coveralls": "^2.11.15",
"cross-env": "^3.1.4",
"doctrine": "^2.0.0",
"enzyme": "^2.7.0",
"eslint": "^3.14.0",
"eslint-config-airbnb": "^14.0.0",
"eslint-find-rules": "^1.14.3",
"eslint-plugin-babel": "^4.0.1",
"eslint-plugin-flowtype": "^2.30.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^3.0.2",
"eslint-plugin-material-ui": "file:packages/eslint-plugin-material-ui",
"eslint-plugin-mocha": "^4.8.0",
"eslint-plugin-react": "^6.9.0",
"eventsource-polyfill": "^0.9.6",
"flow-bin": "^0.38.0",
"fs-extra": "^2.0.0",
"glob": "^7.1.1",
"http-server": "^0.9.0",
"istanbul": "^1.1.0-alpha.1",
"jsdom": "^9.9.1",
"json-loader": "^0.5.4",
"karma": "^1.4.0",
"karma-firefox-launcher": "^1.0.0",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.2",
"karma-phantomjs-launcher": "^1.0.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^2.0.1",
"mocha": "^3.2.0",
"ngrok": "^2.2.5",
"nightwatch": "^1.5.1",
"nodemon": "^1.11.0",
"png-crop": "^0.0.1",
"progress-bar-webpack-plugin": "^1.9.2",
"random-words": "0.0.1",
"raw-loader": "^0.5.1",
"react": "^15.4.2",
"react-a11y": "^0.3.3",
"react-addons-perf": "^15.4.2",
"react-addons-test-utils": "^15.4.2",
"react-docgen": "^2.13.0",
"react-dom": "^15.4.2",
"react-hot-loader": "^3.0.0-beta.2",
"recast": "^0.11.20",
"recursive-readdir-sync": "^1.0.6",
"rimraf": "^2.5.2",
"sinon": "^1.17.7",
"webpack": "^1.14.0"
}
}