-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.72 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
{
"name": "console",
"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"
},
"devDependencies": {
"@fontsource/fira-mono": "^4.5.10",
"@neoconfetti/svelte": "^1.0.0",
"@sveltejs/adapter-auto": "^3.1.1",
"@sveltejs/adapter-cloudflare": "^4.1.0",
"@sveltejs/kit": "^2.5.2",
"@sveltejs/vite-plugin-svelte": "^3.0.2",
"@types/mapbox-gl": "^3.1.0",
"@types/node": "^20.11.28",
"autoprefixer": "^10.4.18",
"postcss": "^8.4.35",
"postcss-load-config": "^5.0.3",
"svelte": "^4.2.12",
"svelte-check": "^3.6.6",
"svelte-intersection-observer": "^1.0.0",
"tailwindcss": "^3.4.1",
"tslib": "^2.6.2",
"typescript": "^5.3.3",
"vite": "^5.1.4"
},
"type": "module",
"dependencies": {
"@fastify/cookie": "^9.3.1",
"@fortawesome/free-brands-svg-icons": "^6.5.1",
"@unovis/svelte": "1.3.6-beta.1",
"@unovis/ts": "1.3.6-beta.1",
"bits-ui": "^0.18.6",
"chart.js": "^4.4.2",
"chartjs-adapter-moment": "^1.0.1",
"chartjs-chart-financial": "^0.2.1",
"chartjs-chart-matrix": "^2.0.1",
"clsx": "^2.1.0",
"copy-text-to-clipboard": "^3.2.0",
"frappe-charts": "2.0.0-rc23",
"lucide-svelte": "^0.343.0",
"mapbox-gl": "3.2.0-beta.1",
"mode-watcher": "^0.2.1",
"moment": "^2.30.1",
"svelte-chartjs": "^3.1.5",
"svelte-fa": "^4.0.2",
"svelte-heatmap": "^1.0.2",
"svelte-sonner": "^0.3.19",
"svelte-tiny-linked-charts": "^1.6.0",
"tailwind-merge": "^2.2.1",
"tailwind-variants": "^0.2.0"
}
}