-
-
Notifications
You must be signed in to change notification settings - Fork 37
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 2.76 KB
/
package.json
File metadata and controls
79 lines (79 loc) · 2.76 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
{
"name": "vale.sh",
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"format": "prettier --write .",
"lint": "prettier --check . && eslint ."
},
"devDependencies": {
"@codemirror/lang-yaml": "^6.1.1",
"@codemirror/language": "^6.10.3",
"@codemirror/legacy-modes": "^6.4.2",
"@codemirror/state": "^6.4.1",
"@codemirror/theme-one-dark": "^6.1.2",
"@codemirror/view": "^6.34.3",
"@sveltejs/adapter-auto": "^3.0.0",
"@sveltejs/kit": "^2.8.3",
"@sveltejs/vite-plugin-svelte": "^4.0.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"@types/eslint": "^9.6.0",
"autoprefixer": "^10.4.20",
"bits-ui": "1.0.0-next.67",
"clsx": "^2.1.1",
"config-ini-parser": "^1.6.1",
"eslint": "^9.7.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.36.0",
"formsnap": "2.0.0-next.1",
"globals": "^15.0.0",
"lucide-svelte": "^0.456.0",
"mdsvex": "^0.12.3",
"prettier": "^3.3.2",
"prettier-plugin-svelte": "^3.2.6",
"prettier-plugin-tailwindcss": "^0.6.5",
"rehype-pretty-code": "^0.14.0",
"rehype-slug": "^6.0.0",
"rehype-toc": "^3.0.2",
"shiki": "^1.23.0",
"svelte": "^5.0.0",
"svelte-check": "^4.0.0",
"svelte-codemirror-editor": "^1.4.1",
"svelte-meta-tags": "^4.0.4",
"svelte-radix": "^2.0.1",
"sveltekit-superforms": "^2.20.1",
"tailwind-merge": "^2.5.4",
"tailwind-variants": "^0.3.0",
"tailwindcss": "^3.4.9",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.0.0",
"typescript-eslint": "^8.0.0",
"unist-util-visit": "^5.0.0",
"vaul-svelte": "1.0.0-next.3",
"vite": "^5.4.21",
"zod": "^3.23.8"
},
"dependencies": {
"@algolia/autocomplete-js": "^1.17.7",
"@docsearch/css": "3",
"@docsearch/js": "3",
"@rehype-pretty/transformers": "^0.13.2",
"@sveltejs/adapter-netlify": "^4.3.6",
"algoliasearch": "5.18.0",
"hastscript": "^9.0.0",
"micromark": "^4.0.1",
"micromark-extension-gfm": "^3.0.0",
"mode-watcher": "^0.4.1",
"rehype-autolink-headings": "^7.1.0",
"svelte-icons-pack": "^3.1.3",
"thememirror": "^2.0.1"
}
}