day.moris.blog/package.json

40 lines
1.1 KiB
JSON
Raw Normal View History

2025-01-19 01:06:28 +09:00
{
"name": "day.moris.blog",
"private": true,
"version": "0.0.1",
"type": "module",
"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"
},
"devDependencies": {
"@sveltejs/adapter-static": "^3.0.8",
"@sveltejs/kit": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^4.0.0",
"svelte": "^5.0.0",
"svelte-check": "^4.0.0",
"typescript": "^5.0.0",
"vite": "^5.4.11",
"@types/bun": "latest"
},
"dependencies": {
"@twemoji/parser": "^15.1.1",
"github-slugger": "^2.0.0",
"rehype-external-links": "^3.0.0",
2025-01-31 15:38:24 +09:00
"rehype-github-alert": "^1.0.0",
2025-01-19 01:06:28 +09:00
"rehype-highlight": "^7.0.1",
"rehype-katex": "^7.0.1",
"rehype-slug": "^6.0.0",
"rehype-stringify": "^10.0.1",
"remark": "^15.0.1",
"remark-breaks": "^4.0.0",
"remark-gfm": "^4.0.0",
"remark-math": "^6.0.0",
"remark-rehype": "^11.1.1",
"yaml": "^2.6.1"
},
"module": "index.ts"
}