-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 798 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 798 Bytes
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
{
"name": "bitsandpiecesfm",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"test": "svelte-kit sync && vitest run"
},
"dependencies": {
"@sveltejs/adapter-static": "^3.0.10",
"@sveltejs/kit": "^2.55.0",
"gray-matter": "^4.0.3",
"marked": "^17.0.4",
"svelte": "^5.53.12",
"zod": "^4.3.6"
},
"devDependencies": {
"@sveltejs/enhanced-img": "^0.10.4",
"@sveltejs/vite-plugin-svelte": "^7.0.0",
"@types/node": "^25.5.0",
"svelte-check": "^4.4.5",
"typescript": "^5.9.3",
"vite": "^8.0.0",
"vite-plugin-sitemap": "^0.8.2",
"vitest": "^4.1.0"
}
}