forked from mui/material-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
86 lines (86 loc) · 2.41 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
{
"name": "material-ui",
"author": "Call-em-all Engineering Team",
"version": "0.13.3",
"description": "Material Design UI components built with React",
"main": "./lib",
"scripts": {
"test": "npm run test-base -- --single-run",
"test-watch": "npm run test-base -- --auto-watch",
"test-base": "./node_modules/.bin/karma start",
"prebuild": "rimraf lib",
"lint": "gulp eslint",
"build": "babel ./src --out-dir ./lib",
"prepublish": "npm run build"
},
"keywords": [
"react",
"react-component",
"material design",
"material-ui",
"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/",
"dependencies": {
"inline-style-prefixer": "^0.5.1",
"lodash.throttle": "~3.0.4",
"lodash.debounce": "~3.1.1",
"react-addons-transition-group": "^0.14.0",
"react-addons-update": "^0.14.0",
"react-addons-create-fragment": "^0.14.0",
"react-addons-pure-render-mixin": "^0.14.0",
"warning": "^2.1.0"
},
"peerDependencies": {
"react": "^0.14.0",
"react-dom": "^0.14.0",
"react-tap-event-plugin": "^0.2.0"
},
"devDependencies": {
"babel": "^5.4.3",
"babel-core": "^5.8.21",
"babel-eslint": "^4.1.3",
"babel-loader": "^5.3.2",
"babel-plugin-dev-expression": "^0.1.0",
"babel-runtime": "^5.8.25",
"babelify": "^6.1.3",
"browserify-istanbul": "^0.2.1",
"chai": "^3.2.0",
"eslint": "^1.8.0",
"eslint-loader": "^1.0.0",
"eslint-plugin-react": "^3.2.2",
"fbjs": "^0.2.1",
"gulp": "^3.9.0",
"gulp-eslint": "^1.0.0",
"html-webpack-plugin": "^1.6.1",
"karma": "^0.13.3",
"karma-browserify": "^4.2.1",
"karma-chai-sinon": "^0.1.5",
"karma-coverage": "^0.4.2",
"karma-mocha": "^0.2.0",
"karma-mocha-reporter": "^1.0.4",
"karma-phantomjs-launcher": "^0.2.0",
"karma-webpack": "^1.7.0",
"mocha": "^2.2.5",
"phantomjs": "^1.9.17",
"react": "^0.14.0",
"react-dom": "^0.14.0",
"react-tap-event-plugin": "^0.2.0",
"react-hot-loader": "^1.2.8",
"react-router": "^1.0.0-rc1",
"recursive-readdir-sync": "^1.0.6",
"rimraf": "^2.4.3",
"sinon": "^1.15.4",
"sinon-chai": "^2.8.0",
"transfer-webpack-plugin": "^0.1.4",
"webpack": "^1.11.0"
}
}