-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 968 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 968 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
34
{
"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.4.15",
"svelte-check": "^4.4.8",
"typescript": "^6.0.3"
},
"dependencies": {
"@sveltejs/adapter-static": "^3.0.10",
"@sveltejs/enhanced-img": "^0.10.4",
"@sveltejs/kit": "^2.61.1",
"@sveltejs/vite-plugin-svelte": "^7.1.2",
"@unocss/extractor-svelte": "^66.7.0",
"@unocss/transformer-directives": "^66.7.0",
"rehype-stringify": "^10.0.1",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.2",
"svelte": "^5.55.9",
"unified": "^11.0.5",
"unocss": "^66.7.0",
"vite": "^8.0.14"
}
}