-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
51 lines (51 loc) · 1.16 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
{
"name": "client",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "node server.js",
"build": "react-scripts build",
"dev": "react-scripts start",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"dependencies": {
"@sentry/browser": "^5.15.4",
"axios": "^0.19.2",
"bootstrap": "^4.4.1",
"compression": "^1.7.4",
"express": "^4.17.1",
"intl-tel-input": "^17.0.0",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-circular-progressbar": "^2.0.3",
"react-dom": "^16.13.1",
"react-intl-tel-input-v2": "^1.0.8",
"react-map-gl": "^5.2.3",
"react-map-gl-geocoder": "^2.0.11",
"react-redux": "^7.2.0",
"react-router-dom": "^5.1.2",
"react-scripts": "3.4.1",
"react-typist": "^2.0.5",
"reactstrap": "^8.4.1",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"styled-components": "^5.0.1"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"engines": {
"node": "12.7",
"npm": "6.12.1"
},
"devDependencies": {
"prettier": "^1.5.2"
}
}