-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
69 lines (69 loc) · 1.97 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
{
"name": "annotated-atlas",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --mode development --open --hot",
"build": "webpack --mode production",
"test": "jest",
"format:check": "npx prettier --check ."
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/preset-env": "^7.22.4",
"@babel/preset-react": "^7.22.3",
"@babel/preset-typescript": "^7.21.5",
"@testing-library/react": "^14.0.0",
"@types/geojson": "^7946.0.10",
"@types/jest": "^29.5.2",
"@types/leaflet": "^1.9.3",
"@types/react": "^18.2.8",
"@types/react-dom": "^18.2.4",
"@types/react-leaflet": "^2.8.3",
"babel-jest": "^29.5.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.8.1",
"dotenv-webpack": "^8.0.1",
"html-loader": "^4.2.0",
"html-webpack-plugin": "^5.5.1",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"mini-css-extract-plugin": "^2.7.6",
"path": "^0.12.7",
"prettier": "2.8.8",
"react-scripts": "^5.0.1",
"react-test-renderer": "^18.2.0",
"ts-jest": "^29.1.0",
"ts-loader": "^9.4.3",
"typescript": "^4.9.5",
"webpack": "^5.85.0",
"webpack-cli": "^5.1.3",
"webpack-dev-server": "^4.15.0"
},
"dependencies": {
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.13.3",
"@mui/x-date-pickers": "^5.0.20",
"axios": "^1.4.0",
"date-fns": "^2.30.0",
"dayjs": "^1.11.8",
"fast-xml-parser": "^4.2.3",
"file-loader": "^6.2.0",
"geojson-apply-right-hand-rule": "^1.0.7",
"geojson-bounding-box": "^0.2.0",
"leaflet": "^1.9.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-draggable": "^4.4.5",
"react-leaflet": "^4.2.1",
"react-oidc-context": "^2.2.2",
"react-router-dom": "^6.11.2",
"react-select": "^5.7.3",
"xml-loader": "^1.2.1"
}
}