-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 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
41
42
43
44
{
"name": "ReactLab",
"version": "1.0.0",
"description": "Playground for React (and Node)",
"main": "server.js",
"scripts": {
"build": "webpack",
"prodbuild": "NODE_ENV=production webpack",
"start": "node server.js",
"dev": "webpack-dev-server --inline --hot --config webpack.config.js --content-base ./build --devtool eval --port 7070"
},
"author": "Mattias Cederlund",
"license": "",
"devDependencies": {
"babel-core": "^6.4.5",
"babel-loader": "^6.2.1",
"babel-preset-es2015": "^6.3.13",
"webpack-dev-server": "^1.14.1"
},
"dependencies": {
"babel-plugin-add-module-exports": "^0.1.2",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-dev-warning": "^0.1.0",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-1": "^6.3.13",
"body-parser": "^1.14.2",
"cors": "^2.7.1",
"dateformat": "^1.0.12",
"express": "^4.13.4",
"history": "^1.17.0",
"marked": "^0.3.5",
"material-ui": "^0.14.3",
"mongodb": "^2.1.7",
"react": "^0.14.7",
"react-bootstrap": "^0.28.3",
"react-dom": "^0.14.7",
"react-ga": "^1.2.0",
"react-helmet": "^2.3.1",
"react-router": "^1.0.3",
"react-tap-event-plugin": "^0.2.2",
"request": "^2.74.0",
"webpack": "^1.12.12"
}
}