-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·76 lines (76 loc) · 1.92 KB
/
Copy pathpackage.json
File metadata and controls
executable file
·76 lines (76 loc) · 1.92 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "nrm-landscape-explorer",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/cache": "^11.14.0",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@floating-ui/dom": "^1.7.4",
"@mui/icons-material": "^7.3.4",
"@mui/material": "^7.3.4",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@vis.gl/react-google-maps": "^1.5.1",
"aws-sdk": "^2.1569.0",
"chart.js": "^4.5.0",
"chartjs-adapter-date-fns": "^3.0.0",
"chartjs-plugin-annotation": "^3.1.0",
"date-fns": "^4.1.0",
"dompurify": "^3.3.2",
"dotenv": "^16.4.7",
"file-saver": "^2.0.5",
"html2canvas": "^1.4.1",
"jspdf": "^4.2.0",
"jspdf-autotable": "^5.0.7",
"lucide-react": "^0.468.0",
"mathjs": "^14.8.2",
"ol": "^10.7.0",
"ol-ext": "^4.0.35",
"react": "^18.2.0",
"react-chartjs-2": "^5.3.0",
"react-dom": "^18.2.0",
"react-ga4": "^2.1.0",
"react-hot-toast": "^2.5.1",
"react-icons": "^5.5.0",
"react-intersection-observer": "^10.0.3",
"react-router": "7.6.3",
"react-router-dom": "7.6.3",
"react-scripts": "5.0.1",
"react-select": "^5.10.1",
"react-toastify": "^10.0.5",
"recoil": "^0.7.7",
"regression": "^2.0.1",
"web-vitals": "^2.1.4",
"xlsx": "^0.18.5",
"xlsx-js-style": "^1.2.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"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": {
"tailwindcss": "^3.4.1"
}
}