-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
75 lines (75 loc) · 2.15 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
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
{
"name": "svelte-changelog",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:ci": "svelte-kit sync && svelte-check --no-tsconfig",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --check . && eslint .",
"format": "prettier --write .",
"prepare": "svelte-kit sync"
},
"devDependencies": {
"@eslint/js": "^9.20.0",
"@neoconfetti/svelte": "^2.2.1",
"@octokit/graphql-schema": "^15.25.0",
"@shikijs/langs": "^2.3.2",
"@shikijs/rehype": "^2.3.2",
"@shikijs/themes": "^2.3.2",
"@sveltejs/adapter-vercel": "^5.6.1",
"@sveltejs/kit": "^2.17.1",
"@sveltejs/vite-plugin-svelte": "^5.0.3",
"@tailwindcss/typography": "^0.5.16",
"@total-typescript/ts-reset": "^0.6.1",
"@types/eslint-config-prettier": "^6.11.3",
"@types/semver": "^7.5.8",
"@vercel/speed-insights": "^1.1.0",
"arctic": "^3.2.4",
"autoprefixer": "^10.4.20",
"bits-ui": "1.0.0-next.88",
"clsx": "^2.1.1",
"eslint": "^9.20.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-svelte": "^2.46.1",
"globals": "^15.14.0",
"lucide-svelte": "^0.475.0",
"mode-watcher": "^0.5.1",
"octokit": "^4.1.1",
"postcss": "^8.5.1",
"postcss-load-config": "^6.0.1",
"prettier": "^3.4.2",
"prettier-plugin-svelte": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.11",
"rehype-raw": "^7.0.0",
"semver": "^7.7.1",
"shiki": "^2.3.2",
"svelte": "^5.19.9",
"svelte-check": "^4.1.4",
"svelte-exmarkdown": "^4.0.2",
"svelte-meta-tags": "^4.1.0",
"svelte-persisted-store": "^0.12.0",
"svelte-sonner": "^0.3.28",
"sveltekit-search-params": "^3.0.0",
"tailwind-merge": "^2.6.0",
"tailwind-variants": "^0.3.1",
"tailwindcss": "^3.4.17",
"tailwindcss-animate": "^1.0.7",
"tslib": "^2.8.1",
"typescript": "^5.7.3",
"typescript-eslint": "^8.23.0",
"vite": "^6.1.0",
"vite-plugin-lucide-preprocess": "^1.2.4"
},
"pnpm": {
"onlyBuiltDependencies": [
"@vercel/speed-insights",
"esbuild"
]
},
"type": "module",
"packageManager": "[email protected]"
}