-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.06 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.06 KB
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
{
"name": "silver-volt4-homepage",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "vite dev --host",
"build": "vite build",
"preview": "vite preview",
"format": "prettier . --write",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"check:all": "npm run format && npm run check",
"deploy": "gh-pages -d build --no-history --nojekyll"
},
"devDependencies": {
"@jamescoyle/svelte-icon": "^0.1.1",
"@mdi/js": "^7.4.47",
"@sveltejs/adapter-auto": "^3.0.0",
"@sveltejs/adapter-static": "^3.0.6",
"@sveltejs/kit": "^2.11.1",
"@sveltejs/vite-plugin-svelte": "^5.0.3",
"@types/node": "^22.10.7",
"prettier": "3.4.2",
"sass-embedded": "^1.79.4",
"svelte": "^5.0.0",
"svelte-check": "^4.0.0",
"typescript": "^5.5.0",
"vite": "^6.2.0",
"vite-plugin-markdown": "^2.2.0",
"xmlbuilder2": "^3.1.1"
},
"type": "module",
"dependencies": {
"sveltekit-i18n": "^2.4.2"
}
}