This repository has been archived by the owner on Jan 6, 2025. It is now read-only.
forked from Turba-Hectoris/Friend.ly
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.74 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
{
"name": "friend.ly",
"version": "0.1.0",
"private": true,
"description": "Friend.ly Event Planner",
"main": "index.js",
"author": "Team Hector - Aaron Chan - Derrick Theodore - William Eichhold - Jackie Wang",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.23.1",
"babel-loader": "^6.3.2",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.23.0",
"webpack": "^2.2.1"
},
"dependencies": {
"axios": "0.17.1",
"body-parser": "1.17.2",
"bcrypt": "*",
"btoa": "1.1.2",
"c3": "0.4.18",
"cloudinary": "1.9.1",
"cloudinary-core": "2.4.0",
"cloudinary-react": "1.0.6",
"d3": "4.12.2",
"dotenv": "5.0.0",
"dotenv-webpack": "1.5.5",
"express": "4.15.0",
"express-session": "1.15.6",
"firebase": "4.9.1",
"form-data": "2.3.1",
"fs": "0.0.1-security",
"jquery": "3.1.1",
"lodash": "4.17.5",
"material-ui": "0.20.0",
"moment": "2.20.1",
"multer": "1.3.0",
"path": "0.12.7",
"pg": "7.4.1",
"react": "15.4.2",
"react-bootstrap": "0.32.1",
"react-dates": "16.2.1",
"react-dom": "15.4.2",
"react-dropzone": "4.2.7",
"react-facebook-login": "4.0.0",
"react-form": "2.16.1",
"react-google-login": "3.0.4",
"react-google-maps": "9.4.5",
"react-modal": "3.2.1",
"react-modal-login": "1.1.3",
"react-router": "4.2.0",
"react-router-dom": "4.2.2",
"react-with-styles": "2.4.0",
"request": "2.83.0",
"semantic-ui-react": "0.78.2",
"sequelize": "4.37.5",
"sha1": "1.1.1",
"web-push": "3.2.5"
},
"scripts": {
"prestart": "npm install --production",
"start": "node server/index.js",
"react-dev": "webpack -d --watch",
"server-dev": "nodemon server/index.js"
}
}