-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 939 Bytes
/
package.json
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
{
"name": "my-starter-kit",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json --watch"
},
"devDependencies": {
"@iconify/json": "^2.2.196",
"@sveltejs/adapter-auto": "^2.1.1",
"@sveltejs/kit": "^1.30.4",
"@unocss/extractor-svelte": "^0.52.7",
"@unocss/preset-attributify": "^0.52.7",
"@unocss/preset-icons": "^0.52.7",
"@unocss/preset-uno": "^0.52.7",
"@unocss/preset-web-fonts": "^0.52.7",
"@unocss/reset": "^0.52.7",
"mdsvex": "^0.10.6",
"sass": "^1.72.0",
"svelte": "^3.59.2",
"svelte-check": "^3.6.8",
"svelte-preprocess": "^5.1.3",
"typescript": "^5.4.3",
"unocss": "^0.52.7",
"vite": "^4.5.3"
},
"type": "module"
}