-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.49 KB
/
Copy pathpackage.json
File metadata and controls
51 lines (51 loc) · 1.49 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
{
"name": "norn",
"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",
"lint": "prettier --check .",
"format": "prettier --write ."
},
"devDependencies": {
"@internationalized/date": "3.12.1",
"@lucide/svelte": "^1.14.0",
"@sveltejs/adapter-node": "^5.5.4",
"@sveltejs/kit": "^2.57.1",
"@sveltejs/vite-plugin-svelte": "^6.2.4",
"@tailwindcss/vite": "^4.2.4",
"@types/pidusage": "^2.0.5",
"bits-ui": "2.18.0",
"clsx": "2.1.1",
"prettier": "^3.8.3",
"prettier-plugin-svelte": "^3.5.1",
"prettier-plugin-tailwindcss": "^0.7.2",
"svelte": "^5.55.4",
"svelte-check": "^4.4.6",
"sveltekit-sse": "^0.14.3",
"tailwind-merge": "3.4.0",
"tailwind-variants": "^3.2.2",
"tailwindcss": "^4.2.4",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.3",
"vite": "^7.3.2",
"vite-plugin-devtools-json": "^1.0.0"
},
"dependencies": {
"@codemirror/theme-one-dark": "^6.1.3",
"@types/node": "^25.6.0",
"ansi_up": "^6.0.6",
"extract-zip": "^2.0.1",
"layerchart": "2.0.0-next.48",
"lucide-svelte": "^0.564.0",
"pidusage": "^4.0.1",
"svelte-codemirror-editor": "^2.1.0",
"tar": "^7.5.13"
}
}