forked from danielpencak/GameLink
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.25 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": "gameHub",
"version": "0.1.0",
"private": true,
"devDependencies": {
"react-scripts": "0.9.0"
},
"engines": {
"node": "7.6.0"
},
"proxy": "http://localhost:3001",
"dependencies": {
"axios": "^0.15.3",
"bcrypt-as-promised": "^1.1.0",
"blacklist": "^1.1.4",
"body-parser": "^1.16.1",
"boom": "^4.2.0",
"classnames": "^2.2.5",
"cookie-parser": "^1.4.3",
"dotenv": "^4.0.0",
"express": "^4.14.1",
"express-validation": "^1.0.1",
"humps": "^2.0.0",
"input-moment": "^0.3.2",
"joi": "^10.2.2",
"jsonwebtoken": "^7.3.0",
"knex": "^0.12.7",
"lodash": "^4.17.4",
"moment": "^2.17.1",
"morgan": "^1.8.1",
"pg": "^6.1.2",
"react": "^15.4.2",
"react-bootstrap": "^0.30.7",
"react-dom": "^15.4.2",
"react-geosuggest": "^2.1.0",
"react-google-maps": "^4.11.0",
"react-input-slider": "^1.6.0",
"react-router": "^3.0.2",
"react-validation": "^2.10.9",
"request-promise": "^4.1.1",
"validator": "^7.0.0"
},
"scripts": {
"knex": "knex",
"start": "react-scripts start & nodemon --watch server/ server/bin/www",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}