-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
35 lines (35 loc) · 945 Bytes
/
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
{
"name": "blog",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "vite dev --host",
"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 ."
},
"devDependencies": {
"@robino/md": "^1.0.1",
"@robino/prettier": "^0.1.1",
"@sveltejs/adapter-vercel": "^5.4.4",
"@sveltejs/kit": "^2.6.1",
"@tailwindcss/typography": "^0.5.15",
"@vercel/analytics": "^1.3.1",
"autoprefixer": "^10.4.20",
"drab": "^5.4.2",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.7",
"prettier-plugin-tailwindcss": "^0.6.8",
"svelte": "^5.0.0-next.258",
"svelte-check": "^4.0.4",
"tailwindcss": "^3.4.13",
"tslib": "^2.7.0",
"typescript": "^5.6.2",
"uico": "^0.3.3",
"vite": "^5.4.8",
"zod": "^3.23.8"
},
"type": "module"
}