-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 864 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
32
33
34
35
36
37
38
39
{
"name": "riotfit",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "nodemon ./bin/www",
"dev": "webpack-dev-server --host 0.0.0.0"
},
"babel": {
"presets": [
"es2015"
]
},
"dependencies": {
"body-parser": "~1.13.2",
"cookie-parser": "~1.3.5",
"d3": "^4.2.6",
"datejs": "^1.0.0-rc3",
"debug": "~2.2.0",
"express": "~4.13.1",
"express-handlebars": "^3.0.0",
"morgan": "~1.6.1",
"pouchdb": "^5.4.4",
"redux": "^3.5.2",
"riot": "^2.4.1",
"serve-favicon": "~2.3.0",
"velocity-animate": "^1.2.3",
"web-push": "^3.0.0"
},
"devDependencies": {
"babel-core": "^6.9.1",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.9.0",
"nodemon": "^1.11.0",
"tag-loader": "^0.3.0",
"webpack": "^1.13.1",
"webpack-dev-server": "^1.14.1"
}
}