-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.41 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.41 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
48
49
50
51
52
53
{
"name": "client",
"version": "0.1.0",
"private": true,
"dependencies": {
"@date-io/date-fns": "^1.3.13",
"@material-ui/core": "^4.9.14",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.53",
"@material-ui/pickers": "^3.2.10",
"@material-ui/styles": "^4.9.14",
"axios": "^0.19.2",
"date-fns": "^2.13.0",
"litepicker": "^1.3.4",
"litepicker-module-ranges": "0.0.3",
"mapbox-gl": "^1.10.0",
"material-date-range-picker": "^0.1.1",
"moment": "^2.26.0",
"moment-timezone": "^0.5.31",
"object-to-formdata": "^3.0.9",
"react": "^16.13.1",
"react-chat-widget": "^3.0.2",
"react-datepicker": "^2.15.0",
"react-dom": "^16.13.1",
"react-mapbox-gl": "^4.8.3",
"react-moment": "^0.9.7",
"react-router-dom": "^5.1.2",
"react-scripts": "3.4.1"
},
"scripts": {
"start": "react-scripts start",
"build-dev": "dotenv -e .env.development react-scripts build",
"build-prod": "dotenv -e .env.production react-scripts build",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"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"
]
}
}