-
-
Notifications
You must be signed in to change notification settings - Fork 107
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 2.2 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 2.2 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
{
"name": "pocket-id-website",
"version": "1.0.0",
"private": true,
"type": "module",
"packageManager": "pnpm@10.33.0+sha512.10568bb4a6afb58c9eb3630da90cc9516417abebd3fabbe6739f0ae795728da1491e9db5a544c76ad8eb7570f5c4bb3d6c637b2cb41bfdcdb47fa823c8649319",
"scripts": {
"preinstall": "npx only-allow pnpm",
"velite": "velite",
"velite:watch": "velite --watch",
"dev": "pnpm velite:watch & vite dev",
"start": "cross-env API_DOCS_DISABLED=true vite dev",
"prebuild": "pnpm velite",
"build": "vite build && pagefind --site 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"
},
"dependencies": {
"@prettier/sync": "^0.6.1",
"@sveltejs/adapter-static": "^3.0.10",
"js-yaml": "^4.1.1",
"mode-watcher": "^1.1.0",
"rehype-pretty-code": "^0.14.3",
"rehype-slug": "^6.0.0",
"remark-code-import": "^1.2.0",
"remark-gfm": "^4.0.1",
"tailwind-merge": "^3.5.0",
"tw-animate-css": "^1.4.0",
"unist-builder": "^4.0.0",
"unist-util-visit": "^5.1.0"
},
"devDependencies": {
"@internationalized/date": "^3.12.1",
"@lucide/svelte": "^1.8.0",
"@shikijs/langs": "^4.0.2",
"@shikijs/themes": "^4.0.2",
"@sveltejs/kit": "^2.57.1",
"@sveltejs/vite-plugin-svelte": "^7.0.0",
"@tailwindcss/vite": "^4.2.2",
"@types/js-yaml": "^4.0.9",
"@types/node": "^24.12.2",
"bits-ui": "^2.18.0",
"clsx": "^2.1.1",
"cross-env": "^10.1.0",
"isomorphic-dompurify": "^2.36.0",
"mdsx": "^0.0.7",
"package-manager-detector": "^1.6.0",
"pagefind": "^1.5.2",
"postcss": "^8.5.10",
"prettier": "^3.8.3",
"prettier-plugin-svelte": "^3.5.1",
"prettier-plugin-tailwindcss": "^0.7.2",
"runed": "^0.37.1",
"shiki": "^4.0.2",
"svelte": "^5.55.4",
"svelte-check": "^4.4.6",
"svelte-toolbelt": "^0.10.6",
"tailwind-merge": "^3.5.0",
"tailwind-variants": "^3.2.2",
"tailwindcss": "^4.2.2",
"tw-animate-css": "^1.4.0",
"typescript": "^6.0.3",
"velite": "^0.3.1",
"vite": "^8.0.8"
}
}