This commit is contained in:
2026-07-18 12:40:30 +08:00 Unverified
parent b20f5d736d
commit 03579c51d8
7 changed files with 916 additions and 0 deletions
+5
View File
@@ -13,10 +13,15 @@
"dependencies": {
"@astrojs/check": "^0.9.9",
"astro": "^7.1.0",
"cn-atlas": "^0.1.2",
"d3-geo": "^3.1.1",
"topojson-client": "^3.1.0",
"typescript": "^6.0.3"
},
"devDependencies": {
"@types/d3-geo": "^3.1.0",
"@types/node": "^26.1.1",
"@types/topojson-client": "^3.1.5",
"tsx": "^4.23.1"
}
}