generated from technologiestiftung/template-repo-citylab
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
50 lines (50 loc) · 1.33 KB
/
package.json
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
{
"name": "app",
"version": "0.0.1",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"lint": "prettier --plugin-search-dir . --check . && eslint .",
"format": "prettier --plugin-search-dir . --write ."
},
"devDependencies": {
"@fontsource/fira-mono": "^4.5.10",
"@neoconfetti/svelte": "^1.0.0",
"@sveltejs/adapter-auto": "^2.0.0",
"@sveltejs/adapter-netlify": "^2.0.5",
"@sveltejs/adapter-static": "^2.0.1",
"@sveltejs/kit": "^1.5.0",
"autoprefixer": "^10.4.7",
"eslint": "^8.28.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-svelte3": "^4.0.0",
"postcss": "^8.4.14",
"postcss-load-config": "^4.0.1",
"prettier": "^2.8.0",
"prettier-plugin-svelte": "^2.8.1",
"svelte": "^3.54.0",
"svelte-preprocess": "^4.10.7",
"tailwindcss": "^3.1.5",
"vite": "^4.0.0"
},
"type": "module",
"dependencies": {
"@fontsource/outfit": "^4.5.11",
"@turf/area": "^6.5.0",
"@turf/bbox-polygon": "^6.5.0",
"@turf/boolean-within": "^6.5.0",
"@turf/destination": "^6.5.0",
"@turf/distance": "^6.5.0",
"@turf/intersect": "^6.5.0",
"@turf/midpoint": "^6.5.0",
"@turf/points-within-polygon": "^6.5.0",
"chroma-js": "^2.4.2",
"d3": "^7.6.1",
"d3-hierarchy": "^3.1.2",
"daisyui": "^2.51.6",
"maplibre-gl": "^2.1.9",
"svelte-select": "^5.6.0",
"textures": "^1.2.3"
}
}