-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1 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
{
"name": "Express-React-Material-UI-Boilerplate",
"version": "1.0.0",
"description": "",
"main": "app.js",
"author": "Chloe Echikson",
"license": "ISC",
"scripts": {
"start": "nodemon app.js",
"build": "webpack --progress --colors",
"watch": "webpack --progress --colors --watch",
"postinstall": "webpack"
},
"dependencies": {
"babel-core": "^6.13.2",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.13.2",
"babel-preset-react": "^6.11.1",
"body-parser": "^1.15.2",
"express": "^4.12.4",
"material-ui": "^0.15.4",
"morgan": "^1.7.0",
"nodemon": "^1.10.0",
"path": "^0.12.7",
"rc-tooltip": "^3.4.2",
"react": "^15.3.0",
"react-addons-css-transition-group": "^15.3.0",
"react-copy-to-clipboard": "^4.2.3",
"react-dom": "^15.3.0",
"react-tap-event-plugin": "^1.0.0",
"swig": "^1.4.2",
"webpack": "^1.13.2"
},
"devDependencies": {
"webpack-dev-server": "^1.14.1"
},
"engines": {
"node": "6.2.2"
}
}