-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.17 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": "ten-thousand-feet",
"version": "1.0.0",
"description": "A high-level overview of your day's physical and coding activity.",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon app.js",
"build": "webpack --config webpack.config.js --watch"
},
"author": "Andrew Garcia",
"license": "ISC",
"dependencies": {
"axios": "^0.15.3",
"babel-core": "^6.21.0",
"babel-loader": "^6.2.10",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"body-parser": "^1.15.2",
"cors": "^2.8.1",
"d3": "^4.4.0",
"express": "^4.14.0",
"express-session": "^1.14.2",
"https": "^1.0.0",
"jawbone-up": "^0.1.2",
"materialize-css": "^0.97.8",
"passport": "^0.3.2",
"passport-oauth": "^1.0.0",
"path": "^0.12.7",
"react": "^15.4.1",
"react-dom": "^15.4.1",
"react-redux": "^5.0.1",
"react-router": "^3.0.0",
"redux": "^3.6.0",
"redux-logger": "^2.7.4",
"redux-thunk": "^2.1.0",
"volleyball": "^1.4.1",
"wakatime-promise": "^0.3.0"
},
"devDependencies": {
"nodemon": "^1.11.0",
"webpack": "^1.14.0"
}
}