forked from mui/material-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.11 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
{
"name": "material-ui",
"author": "Material-UI Team",
"version": "0.17.4",
"description": "React Components that Implement Google's Material Design.",
"main": "./index.js",
"module": "./index.es.js",
"jsnext:main": "./index.es.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/",
"peerDependencies": {
"react": "^15.4.0",
"react-dom": "^15.4.0",
"react-tap-event-plugin": "^2.0.1"
},
"dependencies": {
"babel-runtime": "^6.23.0",
"inline-style-prefixer": "^3.0.2",
"keycode": "^2.1.8",
"lodash.merge": "^4.6.0",
"lodash.throttle": "^4.1.1",
"prop-types": "^15.5.7",
"react-addons-create-fragment": "^15.4.0",
"react-addons-transition-group": "^15.4.0",
"react-event-listener": "^0.4.5",
"recompose": "^0.23.0",
"simple-assign": "^0.1.0",
"warning": "^3.0.0"
}
}