-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 954 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 954 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
32
33
{
"name": "heliodex.cf",
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"format": "biome format src --write",
"lint": "biome lint src",
"preview": "vite preview",
"buildview": "vite build && vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch"
},
"devDependencies": {
"@biomejs/biome": "^2.3.6",
"prettier-plugin-svelte": "^3.4.0",
"prettier-plugin-tailwindcss": "^0.7.1",
"svelte-check": "^4.3.4",
"typescript": "^5.9.3"
},
"dependencies": {
"@sveltejs/adapter-static": "^3.0.10",
"@sveltejs/enhanced-img": "^0.8.5",
"@sveltejs/kit": "^2.48.5",
"@sveltejs/vite-plugin-svelte": "^6.2.1",
"@unocss/extractor-svelte": "^66.5.6",
"@unocss/transformer-directives": "^66.5.6",
"mdsvex": "^0.12.6",
"svelte": "^5.43.10",
"unocss": "^66.5.6",
"vite": "^7.2.2"
}
}