-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 737 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 737 Bytes
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
{
"devDependencies": {
"@babel/cli": "^7.26.4",
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"babel-loader": "^9.2.1",
"css-loader": "^7.1.2",
"style-loader": "^4.0.0",
"webpack": "^5.97.1",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.0"
},
"scripts": {
"build": "webpack",
"start": "webpack serve"
},
"dependencies": {
"assert": "^2.1.0",
"bootstrap": "^5.3.3",
"cors": "^2.8.5",
"crypto-browserify": "^3.12.1",
"d3": "^7.9.0",
"d3-geo": "^3.1.1",
"express": "^4.21.2",
"html-webpack-plugin": "^5.6.3",
"leaflet": "^1.9.4",
"maplibre-gl": "^5.0.0",
"topojson": "^3.0.2",
"webpack-node-externals": "^3.0.0"
}
}