-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.11 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.11 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
{
"name": "scout-travel",
"version": "0.1.0",
"private": true,
"engines": {
"npm": "6.5.0",
"node": "11.6.0"
},
"dependencies": {
"axios": "^0.18.0",
"bootstrap": "^4.2.1",
"google-map-react": "^1.1.2",
"google-maps-react": "^2.0.2",
"history": "^4.7.2",
"react": "^16.6.0",
"react-bootstrap": "^0.32.4",
"react-bootstrap-dropdown-menu": "^1.1.15",
"react-dom": "^16.7.0",
"react-dropdown-button": "^1.0.11",
"react-import": "^1.5.3",
"react-places-autocomplete": "^7.2.0",
"react-redux": "^6.0.0",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-scripts": "^2.1.3",
"react-social-button": "^1.0.2",
"react-stack-grid": "^0.7.1",
"reactstrap": "^7.0.2",
"redux": "^4.0.1",
"redux-starter-kit": "^0.3.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}