-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.38 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
{
"name": "lhc.lu",
"version": "1.0.0",
"private": true,
"dependencies": {
"@react-leaflet/core": "^1.1.1",
"dompurify": "^2.2.6",
"leaflet": "^1.7.1",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"react": "^16.14.0",
"react-bootstrap": "^1.5.1",
"react-dom": "^16.3.1",
"react-graph-vis": "^1.0.7",
"react-leaflet": "^3.2.2",
"react-notifications": "^1.6.0",
"react-responsive-carousel": "^3.2.23",
"react-router-dom": "^5.2.0",
"react-select": "^3.2.0",
"reactjs-popup": "^2.0.4"
},
"scripts": {
"analyze": "source-map-explorer build/static/js/main.*",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"lint": "eslint . --ext .js --ext .jsx",
"lint-fix": "eslint --fix --ext .js --ext .jsx src"
},
"devDependencies": {
"@babel/eslint-parser": "^7.19.1",
"@babel/preset-react": "^7.18.6",
"react-scripts": "^5.0.0",
"source-map-explorer": "^2.5.2"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"overrides": {
"eslint": "^8.0.0",
"nth-check": "2.0.1",
"react": "^16.14.0",
"react-dom": "^16.3.1"
}
}