-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.84 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.84 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
{
"name": "client",
"version": "0.1.0",
"private": true,
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e",
"dependencies": {
"@chakra-ui/react": "^3.27.0",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"eslint": "^9.21.0",
"eslint-plugin-react": "^7.37.4",
"framer-motion": "^12.4.7",
"leaflet": "^1.9.4",
"leaflet-draw": "^1.0.4",
"prop-types": "^15.5.2",
"ramda": "^0.31.3",
"react": "^19.1.1",
"react-datepicker": "^8.1.0",
"react-dom": "^19.1.1",
"react-icons": "^5.5.0",
"react-leaflet": "^5.0.0",
"react-leaflet-draw": "^0.20.6",
"react-markdown": "^10.0.0",
"react-scripts": "5.0.1",
"react-syntax-highlighter": "^15.5.13",
"source-map-explorer": "^2.5.3",
"swagger-ui-react": "^5.19.0",
"typescript": "^5.7.3"
},
"scripts": {
"start": "react-scripts start",
"analyze": "source-map-explorer 'build/static/js/*.js'",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"devDependencies": {
"@babel/core": "^7.26.9",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.2.0",
"@types/leaflet": "^1.9.16",
"@types/react": "^19.1.13",
"@types/react-dom": "^19.1.9",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/swagger-ui-react": "^5.18.0",
"depcheck": "^1.4.7"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}