-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.01 KB
/
package.json
File metadata and controls
35 lines (35 loc) · 1.01 KB
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
{
"name": "material-ui-example",
"version": "0.8.0",
"description": "Sample project that uses material-ui",
"repository": {
"type": "git",
"url": "https://github.com/callemall/material-ui.git"
},
"scripts": {
"start": "webpack-dev-server --config webpack-dev-server.config.js --progress --inline --colors",
"build": "webpack --config webpack-production.config.js --progress --colors"
},
"devDependencies": {
"babel-core": "^5.8.21",
"babel-eslint": "^4.0.5",
"babel-loader": "^5.3.2",
"babel-runtime": "^5.8.25",
"css-loader": "^0.21.0",
"eslint": "^1.1.0",
"eslint-loader": "^1.0.0",
"eslint-plugin-react": "^3.2.2",
"html-webpack-plugin": "^1.6.1",
"react-hot-loader": "^1.2.8",
"style-loader": "^0.13.0",
"transfer-webpack-plugin": "^0.1.4",
"webpack": "^1.11.0",
"webpack-dev-server": "^1.10.1"
},
"dependencies": {
"flexboxgrid": "^6.3.0",
"material-ui": ">=0.8",
"react": ">=0.13",
"react-tap-event-plugin": ">=0.1.3"
}
}