-
-
Notifications
You must be signed in to change notification settings - Fork 186
Expand file tree
/
Copy pathpackage.json
More file actions
89 lines (89 loc) · 2.85 KB
/
package.json
File metadata and controls
89 lines (89 loc) · 2.85 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
87
88
89
{
"name": "arcane-frontend",
"private": true,
"version": "1.17.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-rs --tsconfig ./tsconfig.json",
"format": "prettier --write ./src",
"format:check": "prettier --check ./src",
"check:watch": "svelte-kit sync && svelte-check-rs --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.3",
"@codemirror/language": "^6.12.3",
"@codemirror/legacy-modes": "^6.5.2",
"@codemirror/lint": "^6.9.5",
"@codemirror/merge": "^6.12.1",
"@codemirror/state": "^6.6.0",
"@codemirror/view": "^6.41.0",
"@lezer/highlight": "^1.2.3",
"@sveltejs/adapter-static": "^3.0.10",
"@sveltejs/kit": "^2.57.1",
"@tanstack/svelte-query": "^6.1.14",
"@tanstack/table-core": "^8.21.3",
"@uiw/codemirror-themes": "^4.25.9",
"@xterm/addon-fit": "^0.11.0",
"@xterm/xterm": "^6.0.0",
"@xyflow/svelte": "^1.5.2",
"ajv": "^8.18.0",
"ansi-to-html": "^0.7.2",
"date-fns": "^4.1.0",
"embla-carousel-svelte": "^8.6.0",
"js-yaml": "^4.1.1",
"ky": "^1.12.0",
"prettier": "^3.8.2",
"prettier-plugin-svelte": "^3.5.1",
"prettier-plugin-tailwindcss": "^0.7.2",
"svelte": "^5.55.3",
"svelte-codemirror-editor": "^2.1.0",
"svelte-motion": "^0.12.2",
"yaml": "^2.8.3"
},
"devDependencies": {
"@iconify/json": "^2.2.461",
"@inlang/paraglide-js": "2.15.1",
"@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.99.0",
"@tanstack/svelte-query-devtools": "^6.1.14",
"@types/js-yaml": "^4.0.9",
"@types/node": "^25.5.0",
"@typescript/native-preview": "7.0.0-dev.20260322.1",
"bits-ui": "^2.17.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.6",
"svelte-check-rs": "^0.9.6",
"svelte-sonner": "^1.1.0",
"svelte-toolbelt": "^0.10.6",
"sveltekit-superforms": "^2.30.1",
"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": "^6.0.2",
"unplugin-icons": "^23.0.1",
"vaul-svelte": "1.0.0-next.7",
"vite": "^8.0.8",
"vite-plugin-devtools-json": "^1.0.0",
"zod": "^4.3.6"
}
}