-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
86 lines (86 loc) · 2.32 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "heda",
"version": "0.4.30",
"type": "module",
"private": true,
"author": {
"name": "Peter John Arao"
},
"contributors": [
{
"name": "Alessandro Benig",
"url": "https://github.com/isipisii"
},
{
"name": "Peter John Arao",
"url": "https://github.com/pitzzahh"
}
],
"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",
"format": "prettier --write .",
"lint": "prettier --check . && eslint .",
"tauri": "tauri",
"db:gen": "drizzle-kit generate",
"db:push": "drizzle-kit push",
"site:td": "bun run build && bun run preview"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.3.1",
"@sveltejs/adapter-static": "^3.0.8",
"@sveltejs/kit": "^2.15.1",
"@sveltejs/vite-plugin-svelte": "^5.0.3",
"@tailwindcss/typography": "^0.5.15",
"@tauri-apps/cli": "^2.2.0",
"@types/eslint": "^9.6.1",
"autoprefixer": "^10.4.20",
"bits-ui": "^1.0.0-next.74",
"clsx": "^2.1.1",
"embla-carousel-svelte": "^8.5.1",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.46.1",
"globals": "^15.14.0",
"lucide-svelte": "^0.469.0",
"prettier": "^3.4.2",
"prettier-plugin-svelte": "^3.3.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"svelte": "^5.16.1",
"svelte-check": "^4.1.1",
"svelte-radix": "^2.0.1",
"svelte-sonner": "^0.3.28",
"tailwind-merge": "^2.6.0",
"tailwind-variants": "^0.3.0",
"tailwindcss": "^3.4.17",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.7.2",
"typescript-eslint": "^8.19.0",
"vaul-svelte": "^1.0.0-next.3",
"vite": "^6.0.7"
},
"dependencies": {
"@paralleldrive/cuid2": "^2.2.2",
"@tanstack/table-core": "^8.20.5",
"@tauri-apps/api": "^2.2.0",
"@tauri-apps/plugin-dialog": "^2.2.0",
"@tauri-apps/plugin-fs": "^2.2.0",
"@tauri-apps/plugin-log": "~2",
"@tauri-apps/plugin-process": "~2",
"@tauri-apps/plugin-updater": "~2",
"@thisux/sveltednd": "^0.0.19",
"dompurify": "^3.2.3",
"exceljs": "^4.4.0",
"formsnap": "^2.0.0",
"mode-watcher": "^0.5.0",
"runed": "^0.22.0",
"rxdb": "^15.39.0",
"rxjs": "^7.8.1",
"svelte-exmarkdown": "^4.0.2",
"sveltekit-superforms": "^2.22.1",
"zod": "v3.24.1"
}
}