-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.03 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
{
"name": "notify",
"version": "0.0.0-alpha",
"description": "Office Stretch Reminder",
"scripts": {
"start": "node server.js",
"build": "NODE_ENV=production webpack --config webpack.config.prod.js",
"push": "git subtree push --prefix static origin gh-pages"
},
"repository": {
"type": "git",
"url": "https://github.com/liamqma/notify.git"
},
"license": "MIT",
"dependencies": {
"firebase": "^2.4.1",
"lodash": "^4.5.0",
"material-ui": "^0.14.4",
"moment": "^2.10.6",
"notie": "^2.1.0",
"react": "^0.14.0",
"react-dom": "^0.14.0",
"react-redux": "^4.0.0",
"redux": "^3.0.0",
"redux-thunk": "^0.1.0"
},
"devDependencies": {
"babel-core": "^6.5.2",
"babel-loader": "^6.2.3",
"babel-preset-es2015": "^6.5.0",
"babel-preset-react": "^6.5.0",
"babel-preset-react-hmre": "^1.1.0",
"express": "^4.13.3",
"react-transform-hmr": "^1.0.0",
"webpack": "^1.9.11",
"webpack-dev-middleware": "^1.2.0",
"webpack-hot-middleware": "^2.2.0"
}
}