forked from team-alpha-wolf-squadron/friendlyst
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.55 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.55 KB
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
{
"name": "friendlyst",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack -w & nodemon ./server/server.js",
"server": "nodemon server/server.js",
"build": "webpack -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Kiwilicious/friendlyst.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Kiwilicious/friendlyst/issues"
},
"homepage": "https://github.com/Kiwilicious/friendlyst#readme",
"dependencies": {
"annyang": "^2.6.0",
"auth0-js": "^8.8.0",
"axios": "^0.16.2",
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"body-parser": "^1.17.2",
"cloudinary": "^1.9.0",
"cors": "^2.8.4",
"express": "^4.15.3",
"jquery": "^3.2.1",
"multer": "^1.3.0",
"path": "^0.12.7",
"pg": "^6.4.1",
"push.js": "^1.0.4",
"react": "^15.6.1",
"react-bootstrap": "^0.31.2",
"react-bootstrap-date-picker": "^5.1.0",
"react-dom": "^15.6.1",
"react-dropzone": "^4.0.1",
"react-redux": "^5.0.5",
"react-router": "^4.1.2",
"react-router-dom": "^4.1.2",
"react-time": "^4.3.0",
"redux": "^3.7.2",
"semantic-ui-react": "^0.71.3",
"sequelize": "^4.4.2",
"socket.io": "^2.0.3",
"socket.io-client": "^2.0.3"
},
"devDependencies": {
"dotenv": "^4.0.0",
"nodemon": "^1.11.0",
"webpack": "^3.4.1"
}
}