-
-
Notifications
You must be signed in to change notification settings - Fork 170
Expand file tree
/
Copy pathpackage.json
More file actions
86 lines (86 loc) · 2.72 KB
/
package.json
File metadata and controls
86 lines (86 loc) · 2.72 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
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": "arcane-frontend",
"private": true,
"version": "1.16.3",
"type": "module",
"scripts": {
"dev": "vite dev --port 3000 --host",
"build": "vite build",
"preview": "vite preview --port 3000",
"lint-staged": "lint-staged",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"format": "prettier --write ./src",
"format:check": "prettier --check ./src",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"knip": "knip",
"i18n:unused": "i18n-unused display-unused",
"i18n:remove": "i18n-unused remove-unused",
"i18n:mark": "i18n-unused mark-unused"
},
"dependencies": {
"@codemirror/autocomplete": "^6.20.1",
"@codemirror/lang-yaml": "^6.1.2",
"@codemirror/language": "^6.12.2",
"@codemirror/legacy-modes": "^6.5.2",
"@codemirror/lint": "^6.9.5",
"@codemirror/merge": "^6.12.1",
"@codemirror/state": "^6.6.0",
"@codemirror/view": "^6.40.0",
"@lezer/highlight": "^1.2.3",
"@sveltejs/adapter-static": "^3.0.10",
"@sveltejs/kit": "^2.55.0",
"@tanstack/svelte-query": "^6.1.0",
"@tanstack/table-core": "^8.21.3",
"@uiw/codemirror-themes": "^4.25.8",
"@xterm/addon-fit": "^0.11.0",
"@xterm/xterm": "^6.0.0",
"ajv": "^8.18.0",
"ansi-to-html": "^0.7.2",
"axios": "^1.13.6",
"date-fns": "^4.1.0",
"embla-carousel-svelte": "^8.6.0",
"js-yaml": "^4.1.1",
"prettier": "^3.8.1",
"prettier-plugin-svelte": "^3.5.1",
"prettier-plugin-tailwindcss": "^0.7.2",
"svelte": "^5.53.12",
"svelte-codemirror-editor": "^2.1.0",
"svelte-motion": "^0.12.2",
"yaml": "^2.8.2"
},
"devDependencies": {
"@iconify/json": "^2.2.449",
"@inlang/paraglide-js": "2.15.0",
"@internationalized/date": "^3.12.0",
"@prettier/plugin-oxc": "^0.1.3",
"@sveltejs/vite-plugin-svelte": "^7.0.0",
"@tailwindcss/vite": "^4.2.2",
"@tanstack/eslint-plugin-query": "^5.91.4",
"@tanstack/svelte-query-devtools": "^6.0.4",
"@types/js-yaml": "^4.0.9",
"@types/node": "^25.5.0",
"bits-ui": "^2.16.3",
"clsx": "^2.1.1",
"formsnap": "^2.0.1",
"isomorphic-dompurify": "^3.3.0",
"knip": "^6.0.1",
"mode-watcher": "^1.1.0",
"paneforge": "^1.0.2",
"runed": "^0.37.1",
"svelte-check": "^4.4.5",
"svelte-sonner": "^1.1.0",
"svelte-toolbelt": "^0.10.6",
"sveltekit-superforms": "^2.30.0",
"tailwind-merge": "^3.5.0",
"tailwind-variants": "^3.2.2",
"tailwindcss": "^4.2.1",
"tsx": "^4.21.0",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.3",
"unplugin-icons": "^23.0.1",
"vaul-svelte": "1.0.0-next.7",
"vite": "^8.0.0",
"vite-plugin-devtools-json": "^1.0.0",
"zod": "^4.3.6"
}
}