-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 1.28 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": "materialui-express-boilerplate",
"author": "Cory Forward",
"version": "0.1.1",
"description": "Boilerplate for Express applications that use React, and more specifically the Material-UI library",
"repository": {
"type": "git",
"url": "https://github.com/c4wrd/materialui-express-boilerplate"
},
"scripts": {
"test": "webpack-dev-server --config webpack-dev-server.config.js --progress --inline --colors",
"start": "webpack --config webpack-production.config.js --progress --colors && node server.js"
},
"dependencies": {
"babel-core": "^6.3.26",
"babel-eslint": "^5.0.0-beta6",
"babel-loader": "^6.2.0",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-runtime": "^6.3.19",
"eslint": "^1.10.3",
"eslint-loader": "^1.1.1",
"eslint-plugin-react": "^3.13.1",
"events": "^1.1.0",
"express": "^4.13.4",
"hbs": "^4.0.0",
"html-webpack-plugin": "^2.7.2",
"http": "0.0.0",
"material-ui": "^0.14.4",
"react": "^0.14.3",
"react-dom": "^0.14.3",
"react-hot-loader": "^1.3.0",
"react-router": "^2.0.0",
"react-tap-event-plugin": "^0.2.1",
"socket.io": "^1.4.5",
"transfer-webpack-plugin": "^0.1.4",
"webpack": "^1.12.9",
"webpack-dev-server": "^1.14.0"
}
}