-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 922 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 922 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
32
33
34
35
36
{
"name": "twosides",
"version": "1.0.0",
"description": "Interactive visualizations of biomes and anthromes",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CenterForSpatialResearch/twosides.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/CenterForSpatialResearch/twosides/issues"
},
"homepage": "https://github.com/CenterForSpatialResearch/twosides#readme",
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^6.2.1",
"svelte": "^5.43.14",
"vite": "^7.2.4"
},
"dependencies": {
"d3": "^7.9.0",
"d3-geo-projection": "^4.0.0",
"gh": "^2.8.9",
"maplibre-gl": "^5.13.0",
"topojson-client": "^3.1.0",
"topojson-server": "^3.0.1",
"topojson-simplify": "^3.0.3"
}
}