-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 990 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 990 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
37
{
"name": "yuddha",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"prepare": "svelte-kit sync || echo ''",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"geo:sp": "node scripts/fetch-geo.mjs"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.3.1",
"@sveltejs/kit": "^2.8.0",
"@sveltejs/vite-plugin-svelte": "^4.0.0",
"@turf/turf": "^7.3.5",
"@types/d3-geo": "^3.1.1",
"@types/three": "^0.185.3",
"@types/topojson-client": "^3.1.5",
"svelte": "^5.1.0",
"svelte-check": "^4.0.0",
"topojson-server": "^3.0.1",
"typescript": "^5.6.0",
"vite": "^5.4.0"
},
"dependencies": {
"bootstrap-icons": "^1.13.1",
"d3-geo": "^3.1.0",
"globe.gl": "^2.33.0",
"solar-calculator": "^0.3.0",
"three": "^0.185.1",
"topojson-client": "^3.1.0",
"world-atlas": "^2.0.2"
}
}