-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.4 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
{
"name": "custom-react-with-materialui",
"version": "1.0.0",
"description": "A starter customised Project using React, Skeleton (The gird only) and the Material UI",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npm-run-all build serve",
"serve": "babel-node server/index.js",
"build": "webpack --config webpack.dev.config.js",
"prod": "webpack --config webpack.prod.config.js -p"
},
"keywords": [
"react",
"reactjs",
"materialUI",
"customisedmaterial",
"materialUIwithReact"
],
"author": "Omar Zeidan [email protected]",
"license": "ISC",
"devDependencies": {
"autoprefixer": "^6.7.1",
"babel": "^6.5.2",
"babel-cli": "^6.22.2",
"babel-core": "^6.22.1",
"babel-loader": "^6.2.10",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.22.0",
"css-loader": "^0.26.1",
"material-ui": "^0.16.7",
"node-sass": "^4.4.0",
"npm-run-all": "^4.0.1",
"postcss-loader": "^1.2.2",
"postcss-scss": "^0.4.0",
"precss": "^1.4.0",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-hot-loader": "^1.3.1",
"react-tap-event-plugin": "^2.0.1",
"sass-loader": "^4.1.1",
"style-loader": "^0.13.1",
"webpack": "^2.2.0",
"webpack-dev-middleware": "^1.9.0",
"webpack-dev-server": "^1.16.2",
"webpack-hot-middleware": "^2.16.1"
}
}