-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.31 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": "portfolio",
"version": "0.0.1",
"private": true,
"type": "module",
"scripts": {
"dev": "bun --bun vite dev",
"build": "bun --bun vite build",
"preview": "bun --bun vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch"
},
"dependencies": {
"@fontsource/atkinson-hyperlegible": "^5.1.0",
"@fontsource/mononoki": "^5.1.0",
"svelte-copy": "^1.4.2"
},
"devDependencies": {
"@shikijs/transformers": "^1.24.2",
"@sveltejs/adapter-auto": "^3.3.1",
"@sveltejs/kit": "^2.7.3",
"@sveltejs/vite-plugin-svelte": "^4.0.0",
"@types/bun": "^1.1.13",
"mdast-util-toc": "^7.1.0",
"mdsvex": "^0.12.3",
"mdsvex-reading-time": "^1.0.5",
"minireset.css": "^0.0.7",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
"rehype-unwrap-images": "^1.0.0",
"remark-footnotes": "2.0",
"remark-ins": "^1.1.0",
"remark-sub-super": "^1.0.21",
"remark-toc": "^9.0.0",
"sass": "^1.80.4",
"shiki": "^1.24.0",
"svelte": "^5",
"svelte-adapter-bun": "^0.5.2",
"svelte-check": "^3.8.6",
"svelte-preprocess": "^6.0.3",
"typescript": "^5.6.3",
"unplugin-yaml": "^1.2.0",
"vite": "^5.4.10"
}
}