-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.41 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.41 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
{
"name": "ink-pulse",
"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"
},
"devDependencies": {
"@bulatdashiev/svelte-slider": "^1.0.3",
"@iconify-json/heroicons-outline": "^1.2.1",
"@sveltejs/adapter-auto": "^4.0.0",
"@sveltejs/adapter-static": "^3.0.8",
"@sveltejs/adapter-vercel": "^5.10.2",
"@sveltejs/kit": "^2.16.0",
"@sveltejs/vite-plugin-svelte": "^5.0.0",
"@types/node": "^24.10.3",
"@types/papaparse": "^5.5.0",
"drizzle-kit": "^0.31.8",
"svelte": "^5.33.1",
"svelte-check": "^4.0.0",
"svelte-range-slider-pips": "^3.2.2",
"ts-node": "^10.9.2",
"tsx": "^4.21.0",
"typescript": "^5.9.3",
"unplugin-icons": "^22.1.0",
"vite": "^6.0.0"
},
"dependencies": {
"better-sqlite3": "^12.5.0",
"chart.js": "^4.4.7",
"chartjs-adapter-date-fns": "^3.0.0",
"chartjs-plugin-annotation": "^3.1.0",
"chartjs-plugin-zoom": "^2.2.0",
"d3": "^7.9.0",
"drizzle-orm": "^0.45.1",
"flowbite-svelte": "^0.48.4",
"jsdom": "^26.1.0",
"jstat": "^1.9.6",
"jszip": "^3.10.1",
"papaparse": "^5.5.3",
"quill": "^2.0.3",
"sql.js": "^1.13.0",
"tippy.js": "^6.3.7",
"virtua": "^0.41.3"
}
}