-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.27 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
{
"name": "www",
"version": "1.1.1",
"private": true,
"type": "module",
"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",
"cypress:open": "cypress open"
},
"devDependencies": {
"@biomejs/biome": "^1.7.3",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@sveltejs/adapter-auto": "^3.0.0",
"@sveltejs/kit": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"@tailwindcss/nesting": "0.0.0-insiders.565cd3e",
"@vercel/speed-insights": "^1.0.12",
"@types/node": "^20.14.2",
"autoprefixer": "^10.4.19",
"clsx": "^2.1.1",
"cypress": "^13.11.0",
"lefthook": "^1.6.15",
"mdsvex": "^0.11.2",
"postcss": "^8.4.38",
"svelte": "^5.0.0-next.1",
"svelte-check": "^3.6.0",
"tailwind-merge": "^2.3.0",
"tslib": "^2.4.1",
"typescript": "^5.0.0",
"vite": "^5.0.3"
},
"dependencies": {
"@vercel/analytics": "^1.3.1",
"highlight.js": "^11.9.0",
"resend": "^3.2.0",
"svelte-highlight": "^7.6.1",
"tailwindcss": "^3.4.3",
"zod": "^3.23.8"
}
}