-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.16 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
{
"name": "accord",
"private": true,
"version": "0.0.1",
"type": "module",
"engines": {
"node": "20.x"
},
"scripts": {
"dev": "vite dev",
"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"
},
"devDependencies": {
"@catppuccin/tailwindcss": "^0.1.6",
"@sveltejs/adapter-auto": "^3.0.0",
"@sveltejs/kit": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^4.0.0",
"@types/node": "^22.10.5",
"autoprefixer": "^10.4.20",
"prettier": "3.4.2",
"svelte": "^5.0.0",
"svelte-check": "^4.0.0",
"sveltekit-rate-limiter": "^0.6.1",
"sveltekit-sse": "^0.13.12",
"tailwindcss": "^3.4.9",
"typescript": "^5.0.0",
"vite": "^5.4.11"
},
"dependencies": {
"@sveltejs/adapter-node": "^5.2.11",
"@tailwindcss/typography": "^0.5.16",
"bcrypt": "^5.1.1",
"dompurify": "^3.2.3",
"lucide-svelte": "^0.469.0",
"marked": "^15.0.6",
"minio": "^8.0.3",
"mongoose": "^8.9.3",
"sharp": "^0.33.5",
"typescript-cookie": "^1.0.6"
}
}