-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.29 KB
/
package.json
File metadata and controls
76 lines (76 loc) · 2.29 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
72
73
74
75
76
{
"name": "my-app",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "bun --bun vite dev",
"build": "bun --bun vite build && cp -r drizzle dist/",
"preview": "bun --bun 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.39.1",
"@internationalized/date": "^3.10.0",
"@lucide/svelte": "^0.561.0",
"@mediapipe/tasks-vision": "^0.10.22-rc.20250304",
"@sveltejs/adapter-auto": "^7.0.0",
"@sveltejs/kit": "^2.49.1",
"@sveltejs/vite-plugin-svelte": "^6.2.1",
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.1.17",
"@types/d3-scale": "^4.0.9",
"@types/metascraper": "^5.41.0",
"@types/node": "^24",
"@vite-pwa/sveltekit": "^1.1.0",
"bits-ui": "^2.14.4",
"clsx": "^2.1.1",
"drizzle-kit": "^0.31.8",
"eslint": "^9.39.1",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-svelte": "^3.13.1",
"formsnap": "^2.0.1",
"globals": "^16.5.0",
"layerchart": "2.0.0-next.43",
"mdsvex": "^0.12.6",
"prettier": "^3.7.4",
"prettier-plugin-svelte": "^3.4.0",
"prettier-plugin-tailwindcss": "^0.7.2",
"svelte": "^5.45.6",
"svelte-check": "^4.3.4",
"sveltekit-superforms": "^2.28.1",
"tailwind-merge": "^3.4.0",
"tailwind-variants": "^3.2.2",
"tailwindcss": "^4.1.17",
"tailwindcss-animate": "^1.0.7",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.3",
"typescript-eslint": "^8.48.1",
"vite": "^7.2.6",
"vite-plugin-devtools-json": "^1.0.0",
"vite-plugin-pwa": "^1.2.0"
},
"dependencies": {
"@jesterkit/exe-sveltekit": "^0.1.7",
"d3-scale": "^4.0.2",
"date-fns": "^4.1.0",
"drizzle-orm": "^0.45.1",
"metascraper": "^5.49.15",
"metascraper-author": "^5.49.15",
"metascraper-clearbit": "^5.49.2",
"metascraper-description": "^5.49.15",
"metascraper-image": "^5.49.15",
"metascraper-logo": "^5.49.15",
"metascraper-publisher": "^5.49.15",
"metascraper-title": "^5.49.15",
"metascraper-url": "^5.49.15",
"mode-watcher": "^1.1.0",
"runed": "^0.37.1"
}
}