-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.29 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-example-webpack",
"version": "0.16.4",
"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"
},
"private": true,
"devDependencies": {
"babel-core": "^6.18.2",
"babel-loader": "^6.2.8",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-2": "^6.18.0",
"bootstrap": "^3.3.7",
"css-loader": "^0.26.4",
"html-webpack-plugin": "^2.24.1",
"style-loader": "^0.13.2",
"transfer-webpack-plugin": "^0.1.4",
"webpack": "^1.13.3",
"webpack-dev-server": "^1.16.2"
},
"dependencies": {
"bootstrap": "^3.3.7",
"card-react": "^1.2.6",
"install": "^0.8.7",
"material-ui": "^0.16.7",
"npm": ">=6.14.6",
"rc-collapse": "^1.6.12",
"react": "^15.4.1",
"react-addons-css-transition-group": "^15.4.2",
"react-dom": "^15.4.1",
"react-native-accordion": "^1.0.1",
"react-pure-grid": "^2.1.1",
"react-swipeable-views": "^0.11.1",
"react-tap-event-plugin": "^2.0.1"
}
}