forked from RoyTimes/materialize_blog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.43 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
{
"name": "materialize_blog",
"version": "1.0.0",
"description": "",
"scripts": {
"start": "npm run browser:development",
"browser:development": "webpack-dev-server --config webpack-dev-server.config.js --progress --colors --inline",
"build": "webpack --config webpack-production.config.js --progress --colors --profile",
"prd": "webpack-dev-server --config webpack-production.config.js --progress --colors --profile"
},
"author": "",
"devDependencies": {
"babel": "^6.5.2",
"babel-core": "^6.17.0",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.14.0",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-0": "^6.5.0",
"html-webpack-plugin": "^2.22.0",
"json-loader": "^0.5.4",
"react": "^15.3.1",
"react-dom": "^15.3.1",
"react-hot-loader": "^3.0.0-beta.6",
"react-router": "^2.7.0",
"react-tap-event-plugin": "^2.0.0",
"transfer-webpack-plugin": "^0.1.4",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.15.0"
},
"dependencies": {
"body-parser": "^1.15.2",
"colors": "^1.1.2",
"cookie-parser": "^1.4.3",
"cors": "^2.8.1",
"css-loader": "^0.28.8",
"express": "^4.14.0",
"highlight": "^0.2.4",
"lodash": "^4.15.0",
"marked": "^0.3.12",
"material-ui": "^0.16.0",
"mongoose": "^4.6.4",
"mongoose-deep-populate": "^3.0.0",
"morgan": "^1.7.0",
"prop-types": "^15.6.0",
"style-loader": "^0.19.1"
}
}