forked from DangerDogs/BoneBuds
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.26 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
{
"name": "BoneBuds",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "webpack -w & nodemon server",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jaehchi/BoneBuds.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/jaehchi/BoneBuds/issues"
},
"homepage": "https://github.com/jaehchi/BoneBuds#readme",
"dependencies": {
"axios": "^0.17.1",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"body-parser": "^1.18.2",
"compression": "^1.7.1",
"dotenv": "^4.0.0",
"express": "^4.16.2",
"firebase": "^4.8.1",
"fuse.js": "^3.2.0",
"google-maps-react": "^1.1.2",
"materialize-css": "^0.100.2",
"moment": "^2.20.1",
"mysql": "^2.15.0",
"mysql2": "^1.5.1",
"nodemon": "^1.14.7",
"path": "^0.12.7",
"react": "^16.2.0",
"react-body-backgroundcolor": "^1.0.1",
"react-dom": "^16.2.0",
"react-router-dom": "^4.2.2",
"sequelize": "^4.29.0",
"socket.io": "^2.0.4",
"sqlite3": "^3.1.13",
"sweetalert": "^2.1.0",
"webpack": "^3.10.0"
}
}