-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
68 lines (68 loc) · 1.94 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "away",
"version": "1.0.0",
"description": "Hack Reactor Greenfield",
"main": "app.js",
"dependencies": {
"axios": "^0.16.2",
"babel-core": "^6.25.0",
"babel-loader": "^7.0.0",
"babel-plugin-react": "^1.0.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"body-parser": "^1.17.2",
"classnames": "^2.2.5",
"cookie-parser": "^1.4.3",
"css-loader": "^0.28.4",
"express": "^4.15.3",
"express-session": "^1.15.3",
"firebase": "^4.1.2",
"leaflet": "^1.0.3",
"lodash": "^4.17.4",
"lodash.clonedeep": "^4.5.0",
"moment": "^2.18.1",
"mongoose": "^4.10.6",
"morgan": "^1.8.2",
"passport": "^0.3.2",
"passport-google-oauth20": "^1.0.0",
"re-base": "^3.0.2",
"react": "^15.6.0",
"react-datepicker": "^0.47.0",
"react-dom": "^15.6.0",
"react-infinite-calendar": "^2.3.1",
"react-leaflet": "^1.3.0",
"react-router-dom": "^4.1.1",
"react-tabs": "^1.1.0",
"semantic-ui-react": "^0.68.5",
"style-loader": "^0.18.2",
"uglify": "^0.1.5",
"webpack": "^2.6.1"
},
"devDependencies": {
"eslint": "^3.19.0",
"eslint-config-airbnb": "^15.0.1",
"eslint-plugin-import": "^2.6.0",
"eslint-plugin-jsx-a11y": "^5.0.3",
"eslint-plugin-react": "^7.1.0"
},
"scripts": {
"start": "node app.js",
"startmon": "nodemon app.js",
"webpack": "webpack -d --watch",
"test": "test",
"heroku-postbuild": "webpack -p",
"freshtall": "rm -rf node_modules && rm -rf package-lock.json && npm install",
"lint": "./node_modules/.bin/eslint *; exit 0;"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rcornell/Away.git"
},
"author": "Jenny Cheng, Henry Han, Andrew Shih, Rob Cornell",
"license": "ISC",
"bugs": {
"url": "https://github.com/rcornell/Away/issues"
},
"homepage": "https://github.com/rcornell/Away#readme"
}