-
Notifications
You must be signed in to change notification settings - Fork 44
/
package.json
75 lines (75 loc) · 1.94 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
{
"name": "opengis",
"homepage": "public",
"version": "1.6.0",
"private": true,
"dependencies": {
"@arcgis/core": "^4.26.5",
"@azure/msal-browser": "^3.7.1",
"@azure/msal-react": "^2.0.10",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/material": "^5.14.4",
"alertifyjs": "^1.13.1",
"fast-xml-parser": "^4.4.1",
"github-buttons": "^2.27.0",
"html-to-image": "^1.11.11",
"moment": "^2.29.4",
"ol": "7.5.1",
"ol-mapbox-style": "^11.0.3",
"proj4": "^2.7.5",
"rc-menu": "^9.11.1",
"rc-slider": "^9.7.5",
"re-resizable": "^6.9.1",
"react": "^18.2.0",
"react-collapsible": "^2.10.0",
"react-color": "^2.19.3",
"react-copy-to-clipboard": "^5.0.4",
"react-datepicker": "^4.16.0",
"react-device-detect": "^2.2.3",
"react-dom": "^18.2.0",
"react-ga4": "^2.0.0",
"react-highlight-words": "^0.20.0",
"react-icons": "^4.8.0",
"react-masonry-css": "^1.0.16",
"react-movable": "^3.2.0",
"react-responsive-modal": "^6.4.2",
"react-router-dom": "^6.15.0",
"react-scripts": "5.0.1",
"react-select": "^5.7.4",
"react-slick": "^0.29.0",
"react-switch": "^7.0.0",
"react-table": "^7.8.0",
"react-table-sticky": "^1.1.3",
"react-tabs": "^6.0.2",
"react-tooltip": "^5.20.0",
"react-transition-group": "^4.4.5",
"react-virtualized": "^9.22.5",
"react-window": "^1.8.9",
"slick-carousel": "^1.8.1",
"styled-components": "^5.3.6",
"url": "^0.11.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"jshintConfig": {
"loopfunc": true,
"jsx-a11y/anchor-is-valid": true
},
"devDependencies": {
"dotenv": "^16.4.5"
}
}