-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.8 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "website-next",
"version": "0.0.1",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"test": "vitest",
"xml": "node scripts/xml.js",
"lint": "prettier --check .",
"format": "prettier --write ."
},
"devDependencies": {
"@fontsource/fira-mono": "^4.5.10",
"@neoconfetti/svelte": "^1.0.0",
"@sveltejs/adapter-auto": "^3.0.0",
"@sveltejs/adapter-vercel": "^5.1.0",
"@sveltejs/kit": "^2.16.1",
"@sveltejs/vite-plugin-svelte": "^4.0.4",
"@types/canvas-confetti": "^1.9.0",
"@types/leaflet": "^1.9.16",
"autoprefixer": "^10.4.16",
"bits-ui": "^1.1.0",
"clsx": "^2.1.1",
"embla-carousel-svelte": "^8.5.2",
"formsnap": "^2.0.0",
"lucide-svelte": "^0.475.0",
"mode-watcher": "^0.5.1",
"postcss": "^8.4.32",
"postcss-load-config": "^5.0.2",
"prettier": "^3.1.1",
"prettier-plugin-svelte": "^3.2.6",
"prettier-plugin-tailwindcss": "^0.5.9",
"svelte": "^5.19.5",
"svelte-check": "^4.0.0",
"svelte-dnd-action": "^0.9.38",
"svelte-sonner": "^0.3.28",
"sveltekit-superforms": "^2.23.1",
"tailwind-merge": "^3.0.1",
"tailwind-variants": "^0.3.1",
"tailwindcss": "^3.3.6",
"tailwindcss-animate": "^1.0.7",
"tslib": "^2.4.1",
"typescript": "^5.5.0",
"vaul-svelte": "^1.0.0-next.3",
"vite": "^5",
"vitest": "^3.0.4",
"zod": "^3.24.1"
},
"type": "module",
"dependencies": {
"@docsearch/js": "^3.5.2",
"@jazzymcjazz/mdsvelte": "^0.3.3",
"@sveltelegos-blue/svelte-legos": "^0.2.0",
"leaflet": "^1.9.4",
"slugify": "^1.6.6",
"svelte-drag-and-drop-actions": "^1.0.1",
"svelte-drag-drop-touch": "^0.1.9",
"svelte-typewriter": "^3.2.3",
"xml2js": "^0.6.2"
}
}