-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.79 KB
/
Copy pathpackage.json
File metadata and controls
57 lines (57 loc) · 1.79 KB
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
{
"name": "felsstudio",
"version": "0.0.1",
"scripts": {
"dev": "vite dev --host",
"build": "vite build",
"preview": "vite preview",
"test:outline": "node scripts/test-outline-geometry.mjs",
"test:selection": "node scripts/test-selection-geometry.mjs",
"test:symbol-distortion": "node scripts/test-symbol-distortion.mjs",
"test:flight-plan": "node scripts/test-flight-plan-generator.mjs",
"test:flight-plan-kml": "node scripts/test-flight-plan-kml.mjs",
"lint": "prettier --ignore-path .gitignore --check . && eslint --ignore-path .gitignore .",
"format": "prettier --ignore-path .gitignore --write ."
},
"devDependencies": {
"@sveltejs/adapter-static": "^3.0.0",
"@sveltejs/enhanced-img": "^0.4.4",
"@sveltejs/kit": "^2.5.27",
"@sveltejs/vite-plugin-svelte": "^4.0.0",
"@tailwindcss/postcss": "^4.0.12",
"@tailwindcss/typography": "^0.5.13",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.45.1",
"mdsvex": "^0.11.0",
"postcss": "^8.4.38",
"prettier": "^3.1.1",
"prettier-plugin-svelte": "^3.2.6",
"prettier-plugin-tailwindcss": "^0.6.11",
"rehype-autolink-headings": "^6.1.1",
"rehype-slug": "^5.1.0",
"svelte": "^5.0.0",
"svelte-preprocess": "^6.0.0",
"tailwindcss": "^4.0.12",
"vite": "^5.4.4"
},
"type": "module",
"dependencies": {
"@deck.gl/core": "^9.3.7",
"@deck.gl/layers": "^9.3.7",
"@deck.gl/mapbox": "^9.3.7",
"@vorstieg/topo-renderer": "file:topo-renderer",
"@fortawesome/fontawesome-free": "^6.5.2",
"@tailwindcss/vite": "^4.0.12",
"@threlte/core": "^8.0.1",
"@threlte/extras": "^9.0.1",
"@turf/turf": "^7.3.4",
"d3-selection": "^3.0.0",
"d3-zoom": "^3.0.0",
"jszip": "^3.10.1",
"maplibre-gl": "^5.24.0",
"svelte-i18n": "^4.0.1",
"three": "^0.175.0",
"three-stdlib": "^2.36.1"
}
}