-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 2.1 KB
/
package.json
File metadata and controls
71 lines (71 loc) · 2.1 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "mufaro.dev",
"private": true,
"version": "0.0.1",
"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",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"format": "prettier --write .",
"lint": "prettier --check . && eslint ."
},
"devDependencies": {
"@eslint/compat": "^1.4.0",
"@eslint/js": "^9.36.0",
"@fontsource-variable/doto": "^5.2.10",
"@fontsource-variable/google-sans-code": "^5.2.3",
"@fontsource-variable/source-serif-4": "^5.2.9",
"@fontsource/gloria-hallelujah": "^5.2.8",
"@hugeicons/svelte": "^1.0.2",
"@sveltejs/adapter-cloudflare": "^7.2.3",
"@sveltejs/kit": "^2.43.2",
"@sveltejs/vite-plugin-svelte": "^6.2.0",
"@tailwindcss/typography": "^0.5.18",
"@tailwindcss/vite": "^4.1.13",
"@turf/turf": "^7.2.0",
"@types/animejs": "^3.1.13",
"@types/node": "^22",
"clsx": "^2.1.1",
"d3-selection": "^3.0.0",
"d3-shape": "^3.2.0",
"eslint": "^9.36.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-svelte": "^3.12.4",
"geojson": "^0.5.0",
"globals": "^16.4.0",
"marchingsquares": "^1.3.3",
"mode-watcher": "^1.1.0",
"prettier": "^3.6.2",
"prettier-plugin-svelte": "^3.4.0",
"prettier-plugin-tailwindcss": "^0.6.14",
"runed": "^0.34.0",
"simplex-noise": "^4.0.3",
"simplify-js": "^1.2.4",
"svelte": "^5.39.5",
"svelte-check": "^4.3.2",
"sveltekit-lanyard": "^0.1.0",
"tailwind-merge": "^3.3.1",
"tailwind-variants": "^3.1.1",
"tailwindcss": "^4.1.13",
"typescript": "^5.9.2",
"typescript-eslint": "^8.44.1",
"vite": "^7.1.7",
"vite-plugin-devtools-json": "^1.0.0"
},
"dependencies": {
"@fontsource-variable/inter": "^5.2.8",
"@fontsource-variable/jetbrains-mono": "^5.2.8",
"@fontsource/caveat": "^5.2.8",
"@fontsource/instrument-serif": "^5.2.8",
"@hugeicons/core-free-icons": "^1.1.0",
"@lucide/svelte": "^0.548.0",
"animejs": "^4.3.1",
"gsap": "^3.14.2",
"lenis": "^1.3.17",
"motion": "^12.23.24"
}
}