-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
81 lines (81 loc) · 2.17 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "discover-vegan-client",
"version": "0.1.0",
"private": true,
"dependencies": {
"@babel/runtime": "^7.13.10",
"@date-io/date-fns": "^1.3.13",
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.57",
"@material-ui/pickers": "^3.3.10",
"@testing-library/jest-dom": "^5.11.10",
"@testing-library/react": "^11.2.6",
"@testing-library/user-event": "^12.8.3",
"axios": "^0.21.1",
"axios-hooks": "^2.6.1",
"d3-ease": "^2.0.0",
"date-fns": "^2.21.2",
"date-utils": "^1.2.21",
"dotenv-webpack": "^7.0.2",
"geolib": "^3.3.1",
"haversine-distance": "^1.2.1",
"jwt-decode": "^3.1.2",
"postcss": "^8.1.0",
"react": "^17.0.2",
"react-context-hook": "^3.0.0",
"react-dom": "^17.0.2",
"react-dropzone": "^11.3.2",
"react-infinite-scroll-component": "^6.1.0",
"react-localization": "^1.0.16",
"react-map-gl": "^6.1.11",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.3",
"react-toastify": "^7.0.3",
"recharts": "^2.0.9",
"use-position": "0.0.8",
"web-vitals": "^1.1.1"
},
"scripts": {
"start": "webpack-dev-server --mode development",
"prebuild": "rimraf dist",
"build": "webpack --progress --mode production",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/core": "^7.13.14",
"@babel/plugin-transform-runtime": "^7.13.10",
"@babel/preset-env": "^7.13.12",
"@babel/preset-react": "^7.13.13",
"babel-loader": "^8.2.2",
"css-loader": "^5.2.0",
"html-webpack-plugin": "^3.2.0",
"less": "^3.5.0",
"less-loader": "^7.0.0",
"mini-css-extract-plugin": "^1.4.0",
"rimraf": "^3.0.2",
"style-loader": "^2.0.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.4",
"webpack-dev-server": "^3.7.1"
}
}