-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
85 lines (85 loc) · 2.58 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
76
77
78
79
80
81
82
83
84
85
{
"name": "kesval.com",
"version": "0.0.1",
"devDependencies": {
"@giscus/svelte": "^3.0.0",
"@inlang/paraglide-js": "1.8.0",
"@inlang/paraglide-sveltekit": "0.6.14",
"@internationalized/date": "^3.5.3",
"@playwright/test": "^1.42.1",
"@svelte-put/copy": "^3.0.0",
"@sveltejs/adapter-vercel": "^5.3.0",
"@sveltejs/enhanced-img": "^0.2.0",
"@sveltejs/kit": "^2.5.7",
"@sveltejs/vite-plugin-svelte": "^3.1.0",
"@tailwindcss/container-queries": "^0.1.1",
"@total-typescript/ts-reset": "^0.5.1",
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.12.10",
"@types/nprogress": "^0.2.3",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"@vercel/speed-insights": "^1.0.10",
"autoprefixer": "^10.4.19",
"bits-ui": "^0.21.8",
"clsx": "^2.1.1",
"cmdk-sv": "^0.0.17",
"dayjs": "^1.11.11",
"embla-carousel-svelte": "^8.1.1",
"eslint": "^9.2.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.38.0",
"formsnap": "^1.0.0",
"fs-extra": "^11.2.0",
"github-slugger": "^2.0.0",
"gray-matter": "^4.0.3",
"is-emoji-supported": "^0.0.5",
"lucide-svelte": "^0.378.0",
"marked": "^12.0.2",
"mode-watcher": "^0.3.0",
"nprogress": "^0.2.0",
"paneforge": "^0.0.4",
"prettier": "^3.2.5",
"prettier-plugin-svelte": "^3.2.3",
"prettier-plugin-tailwindcss": "^0.5.14",
"reading-time-estimator": "^1.11.0",
"sass": "^1.77.0",
"shiki": "^1.5.1",
"striptags": "^3.2.0",
"svelte": "^4.2.15",
"svelte-check": "^3.7.1",
"svelte-legos": "^0.2.2",
"svelte-sonner": "^0.3.24",
"sveltekit-superforms": "^2.13.1",
"sveltekit-view-transition": "^0.5.3",
"tailwind-merge": "^2.3.0",
"tailwind-variants": "^0.2.1",
"tailwindcss": "^3.4.3",
"tslib": "^2.6.2",
"typescript": "^5.4.5",
"vaul-svelte": "^0.3.1",
"vite": "^5.2.11",
"vite-plugin-kit-routes": "^0.6.2",
"vite-plugin-node-polyfills": "^0.22.0",
"zod": "^3.23.8"
},
"private": true,
"scripts": {
"dev": "vite dev --host",
"build": "vite build",
"preview": "vite preview",
"test": "playwright test",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --check . && eslint .",
"format": "prettier --write ."
},
"type": "module",
"trustedDependencies": [
"@sveltejs/kit",
"@vercel/speed-insights",
"esbuild",
"sharp",
"svelte-preprocess"
]
}