-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.67 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
60
61
62
63
{
"name": "psw-frontend",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^4.8.3",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.39",
"axios": "^0.19.0",
"bootstrap": "^4.3.1",
"dependencies": "0.0.1",
"google-maps-api": "^2.0.1",
"google-maps-react": "^2.0.2",
"material-ui": "^0.20.2",
"material-ui-icons": "^1.0.0-beta.36",
"moment": "^2.24.0",
"react": "^16.12.0",
"react-big-calendar": "^0.23.0",
"react-bootstrap": "^1.0.0-beta.16",
"react-datepicker": "^2.11.0",
"react-dates": "^21.7.0",
"react-datetime": "^2.16.3",
"react-datetime-picker": "^2.9.0",
"react-datetime-range-picker": "^2.0.5",
"react-dom": "^16.12.0",
"react-modal": "^3.11.1",
"react-notifications": "^1.4.3",
"react-private-route": "^1.1.2",
"react-rating": "^2.0.4",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"react-scripts": "^3.3.1",
"react-select": "^3.0.8",
"react-star-rating-component": "^1.4.1",
"react-stepzilla": "^6.0.2",
"react-table": "^6.10.3",
"react-time-range": "^1.0.4",
"routes": "^2.1.0",
"sweetalert2": "^9.3.16",
"sweetalert2-react-content": "^2.0.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}