-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 910 Bytes
/
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
{
"name": "dclatebus-viz",
"version": "0.0.1",
"description": "dclatebus viz",
"main": "index.js",
"repository": "https://github.com/maxgrossman/dclatebus-viz.git",
"author": "maxgrossman <[email protected]>",
"license": "MIT",
"scripts": {
"serve": "nodemon server/server.js --ignore components",
"start": "webpack --config webpack.config.js"
},
"dependencies": {
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-react-hmre": "^1.1.1",
"express": "^4.15.3",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"react-foundation": "^0.7.0",
"react-redux": "^5.0.5",
"redux": "^3.6.0",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.2.0",
"webpack": "^2.6.0",
"webpack-dev-middleware": "^1.10.2",
"webpack-hot-middleware": "^2.18.0"
}
}