-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.11 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.11 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
{
"name": "michaelschultz.com",
"private": true,
"version": "3.0.0",
"type": "module",
"engines": {
"node": ">=24.0.0 <25.0.0"
},
"scripts": {
"dev": "vite dev",
"build": "vite build && node scripts/postbuild.mjs",
"preview": "vite preview",
"prepare": "svelte-kit sync || echo '' && husky",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json && tsc --noEmit",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^7.0.1",
"@sveltejs/adapter-static": "^3.0.10",
"@sveltejs/kit": "^2.57.0",
"@sveltejs/vite-plugin-svelte": "^7.0.0",
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.3.0",
"@types/node": "^24.12.4",
"autoprefixer": "^10.4.21",
"github-slugger": "^2.0.0",
"husky": "^9.1.7",
"mdsvex": "^0.12.7",
"pagefind": "^1.5.2",
"postcss": "^8.5.15",
"svelte": "^5.55.2",
"svelte-check": "^4.4.6",
"tailwindcss": "^3.4.18",
"typescript": "^6.0.2",
"vite": "^8.0.7"
},
"dependencies": {
"onedollarstats": "^0.0.23"
}
}