-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.3 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "@vospel/blog",
"type": "module",
"version": "0.0.1",
"private": true,
"packageManager": "[email protected]",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "eslint .",
"sync": "svelte-kit sync"
},
"devDependencies": {
"@antfu/eslint-config": "^0.42.0",
"@iconify-json/cib": "^1.1.4",
"@iconify-json/ic": "^1.1.13",
"@iconify-json/mdi": "^1.1.53",
"@sveltejs/adapter-auto": "^2.1.0",
"@sveltejs/adapter-node": "^1.3.1",
"@sveltejs/adapter-static": "^2.0.2",
"@sveltejs/kit": "^1.22.3",
"@unocss/reset": "^0.60.0",
"@unocss/transformer-directives": "^0.60.0",
"chart.js": "^4.3.0",
"eslint": "^8.44.0",
"eslint-plugin-svelte3": "^4.0.0",
"katex": "^0.16.8",
"mdsvex": "^0.11.0",
"prism-themes": "^1.9.0",
"rehype-katex-svelte": "^1.2.0",
"remark-gfm": "^4.0.0",
"remark-math": "^2.0.1",
"svelte": "^3.59.2",
"svelte-check": "^3.4.6",
"svelte-preprocess": "^5.0.4",
"tslib": "^2.6.0",
"typescript": "^5.1.6",
"unocss": "^0.60.0",
"unplugin-icons": "^0.19.0",
"vite": "^4.4.3"
}
}