-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
50 lines (50 loc) · 1.44 KB
/
package.json
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
{
"name": "datapack-wiki",
"version": "1.0.0",
"private": true,
"license": "GPL-3.0-only",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"format": "prettier --write ./src/**",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch"
},
"devDependencies": {
"@sveltejs/kit": "^2.15.2",
"@sveltejs/vite-plugin-svelte": "^5.0.3",
"consola": "^3.4.0",
"lightningcss": "^1.29.1",
"mdsvex": "^0.12.3",
"prettier": "^3.4.2",
"prettier-plugin-svelte": "^3.3.3",
"remove-markdown": "^0.6.0",
"string-strip-html": "^13.4.8",
"super-sitemap": "^1.0.3",
"svelte": "^5.17.4",
"svelte-check": "^4.1.4",
"tslib": "^2.8.1",
"typescript": "^5.7.3",
"vite": "^6.0.7"
},
"type": "module",
"dependencies": {
"@formkit/auto-animate": "^0.8.2",
"@iconify-json/tabler": "^1.2.14",
"@sveltejs/adapter-auto": "^3.3.1",
"@tailwindcss/typography": "^0.5.16",
"@tailwindcss/vite": "^4.0.0-beta.9",
"flexsearch": "^0.7.43",
"gray-matter": "^4.0.3",
"nbtify": "^2.2.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
"remark-admonitions": "^1.2.1",
"remark-code-titles": "^0.1.2",
"shiki": "^1.26.2",
"sk-seo": "^0.5.3",
"tailwindcss": "^4.0.0-beta.9",
"unplugin-icons": "^0.22.0"
}
}