-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 955 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 955 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
35
{
"name": "starter-kit",
"version": "2.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite dev --host",
"build": "vite build",
"preview": "vite preview",
"prepare": "svelte-kit sync || echo ''",
"check": "svelte-kit sync && svelte-check-rs --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check-rs --tsconfig ./tsconfig.json --watch",
"lint": "oxfmt --check . && eslint .",
"format": "oxfmt"
},
"devDependencies": {
"@eslint/js": "10.0.1",
"@sveltejs/adapter-auto": "7.0.1",
"@sveltejs/kit": "2.69.3",
"@sveltejs/vite-plugin-svelte": "7.2.0",
"@types/node": "26.1.1",
"eslint": "10.7.0",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-svelte": "3.20.0",
"fontless": "0.2.1",
"globals": "17.7.0",
"kitto": "1.5.2",
"oxfmt": "0.58.0",
"svelte": "5.56.4",
"svelte-check-rs": "0.10.2",
"typescript": "5.9.3",
"typescript-eslint": "8.64.0",
"vite": "8.1.4"
}
}