forked from Sorrel29/UrbanTails
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.88 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
{
"name": "urbantails",
"version": "1.0.0",
"description": " UrbanTails gives pet owners the opportunity to travel with their pets, stress-free, knowing there is a welcoming host for pets wherever they wish to travel.",
"main": "index.js",
"scripts": {
"heroku-postbuild": "webpack -p --config ./webpack.config.js --progress",
"start": "nodemon --inspect server/index.js",
"test": "test",
"webpack": "webpack -d --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/UrbanTails/UrbanTails.git"
},
"author": "Queenie Smith, Michael Shin, Annah Patterson, Yufan Wang",
"license": "ISC",
"bugs": {
"url": "https://github.com/UrbanTails/UrbanTails/issues"
},
"homepage": "https://github.com/UrbanTails/UrbanTails#readme",
"dependencies": {
"axios": "^0.18.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"bcrypt": "^1.0.3",
"body-parser": "^1.18.2",
"bootstrap-social": "^5.1.1",
"connect-mongo": "^2.0.1",
"cookie-parser": "^1.4.3",
"cors": "^2.8.4",
"css-loader": "^0.28.10",
"express": "^4.16.2",
"express-session": "^1.15.6",
"google-maps-react": "^1.1.2",
"jquery": "^3.3.1",
"material-ui": "^0.20.0",
"moment": "^2.21.0",
"mongodb": "^3.0.2",
"mongoose": "^5.0.6",
"mongoose-unique-validator": "^2.0.0",
"nodemon": "^1.15.1",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^5.0.0",
"react": "^16.2.0",
"react-bootstrap": "^0.32.1",
"react-calendar": "^2.13.0",
"react-dates": "^16.3.6",
"react-dom": "^16.2.0",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-share": "^2.0.0",
"react-stripe-checkout": "^2.6.3",
"stripe": "^5.5.0",
"validator": "^9.4.1",
"webpack": "^3.11.0"
}
}