-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.6 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
{
"name": "petdoc-finder-client",
"version": "0.1.0",
"private": true,
"dependencies": {
"@google/maps": "^0.4.3",
"@mapbox/point-geometry": "^0.1.0",
"axios": "^0.16.2",
"body-parser": "^1.17.2",
"express": "^4.15.3",
"express-session": "^1.15.5",
"google-map-react": "^0.24.0",
"i": "^0.3.5",
"jest-cli": "^20.0.4",
"jwt-decode": "^2.2.0",
"lodash": "^4.17.4",
"mongoose": "^4.11.5",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^4.0.0",
"prettier": "^1.7.0",
"react": "^15.6.1",
"react-bootstrap": "^0.31.5",
"react-dom": "^15.6.1",
"react-google-maps": "^9.4.5",
"react-redux": "^5.0.5",
"react-router": "^4.1.2",
"react-router-bootstrap": "^0.24.4",
"react-router-dom": "^4.1.2",
"react-stars": "^2.2.3",
"redux": "^3.7.2",
"redux-form": "^7.0.3",
"redux-promise": "^0.5.3",
"redux-thunk": "^2.2.0",
"should": "^13.0.1",
"validator": "^8.0.0"
},
"devDependencies": {
"chai": "^4.1.0",
"chai-http": "^3.0.0",
"chai-jquery": "^2.0.0",
"concurrently": "^3.5.0",
"enzyme": "^2.9.1",
"jquery": "^3.2.1",
"jsdom": "^11.1.0",
"mocha": "^3.4.2",
"mockgoose": "^7.3.3",
"react-addons-test-utils": "^15.6.0",
"react-redux": "^5.0.5",
"react-scripts": "^1.0.10",
"react-test-renderer": "^15.6.1"
},
"scripts": {
"start": "REACT_APP_API_BASE_URL=http://localhost:8080/api react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}