-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.5 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.5 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
{
"name": "xiris",
"private": true,
"version": "2.0.0",
"type": "module",
"scripts": {
"dev": "vite dev --port 3000 --host",
"build": "vite build",
"preview": "vite preview --port 3000 --host",
"start": "vite build && vite preview --port 3000 --host",
"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 .",
"rebuild": "electron-rebuild -f -w better-sqlite3"
},
"devDependencies": {
"@iconify/svelte": "^4.2.0",
"@sveltejs/adapter-auto": "^4.0.0",
"@sveltejs/kit": "^2.16.0",
"@sveltejs/vite-plugin-svelte": "^5.0.0",
"@tailwindcss/vite": "^4.0.8",
"@types/async-retry": "^1.4.9",
"@types/ms": "^2.1.0",
"@types/semver": "^7.5.8",
"animejs": "^3.2.2",
"async-retry": "^1.3.3",
"better-sqlite3": "^11.8.1",
"bits-ui": "^1.3.2",
"clsx": "^2.1.1",
"fluent-svelte-extra": "^2.0.7",
"highlight.js": "^11.11.1",
"ms": "^2.1.3",
"prettier": "^3.4.2",
"prettier-plugin-svelte": "^3.3.3",
"rehype-highlight": "^7.0.2",
"semver": "^7.7.1",
"svelte": "^5.0.0",
"svelte-check": "^4.0.0",
"svelte-exmarkdown": "^4.0.3",
"tailwind-merge": "^3.0.2",
"tailwind-variants": "^0.3.1",
"tailwindcss": "^4.0.8",
"typescript": "^5.0.0",
"ua-parser-js": "^2.0.2",
"vite": "^6.0.0"
},
"dependencies": {
"@inlang/paraglide-sveltekit": "^0.15.5",
"quick.db": "^9.1.7"
}
}