-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.68 KB
/
Copy pathpackage.json
File metadata and controls
61 lines (61 loc) · 1.68 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
{
"name": "arcane-website",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"preinstall": "npx only-allow pnpm",
"velite": "velite",
"dev": "velite --watch & vp dev --port 3001",
"prebuild": "pnpm velite",
"build": "vp build",
"prepare": "vp config",
"check": "svelte-check-rs",
"format": "vp fmt",
"fallow": "fallow dead-code --fail-on-issues",
"lint": "vp lint"
},
"dependencies": {
"@sveltejs/adapter-static": "4.0.0-next.1",
"@sveltejs/enhanced-img": "1.0.0-next.1",
"mode-watcher": "^1.1.0",
"rehype-slug": "^6.0.0",
"remark-gfm": "^4.0.1"
},
"devDependencies": {
"@iconify/json": "^2.2.500",
"@internationalized/date": "^3.12.2",
"@shikijs/langs": "^4.3.1",
"@shikijs/themes": "^4.3.1",
"@sveltejs/kit": "3.0.0-next.8",
"@sveltejs/vite-plugin-svelte": "^7.2.0",
"@tailwindcss/vite": "^4.3.2",
"@types/node": "^26.1.1",
"@typescript/native-preview": "7.0.0-dev.20260707.2",
"bits-ui": "^2.18.1",
"clsx": "^2.1.1",
"fallow": "^3.6.0",
"isomorphic-dompurify": "^3.18.0",
"mdsvex": "^0.12.7",
"rolldown": "^1.2.0",
"runed": "^0.37.1",
"shiki": "^4.3.1",
"svelte": "^5.56.5",
"svelte-check-rs": "^0.10.2",
"svelte-toolbelt": "^0.10.6",
"tailwind-merge": "^3.6.0",
"tailwind-variants": "^3.2.2",
"tailwindcss": "^4.3.2",
"tw-animate-css": "^1.4.0",
"typescript": "^7.0.2",
"unplugin-icons": "^23.0.1",
"velite": "^0.4.0",
"vite": "catalog:",
"vite-plus": "catalog:",
"wrangler": "^4.111.0"
},
"engines": {
"node": ">=26"
},
"packageManager": "pnpm@11.13.1+sha512.b2fc7683b8a6525414e7d13e1ba28caaddde96bf66ec540bfaeb7e702b81f3e0be4d1f295edf7f9fe0396740a8dce4509c582ddf79891f4543fea32d37645f25"
}