You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
50 lines
1.6 KiB
JSON
50 lines
1.6 KiB
JSON
{
|
|
"name": "website",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "run-s astro:sync drizzle:* astro:dev",
|
|
"build": "run-s drizzle:generate astro:build",
|
|
"astro:sync": "astro sync",
|
|
"astro:dev": "astro dev",
|
|
"astro:build": "astro check && astro build",
|
|
"drizzle:generate": "drizzle-kit generate:sqlite",
|
|
"drizzle:migrate": "tsx src/db/migrate.ts"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/check": "^0.9.4",
|
|
"@astrojs/node": "^8.3.4",
|
|
"@astrojs/preact": "^3.5.3",
|
|
"@fontsource-variable/material-symbols-outlined": "^5.1.1",
|
|
"@fontsource/iosevka": "^5.0.11",
|
|
"@fontsource/mononoki": "^5.0.11",
|
|
"@fontsource/open-sans": "^5.0.24",
|
|
"@fontsource/source-code-pro": "^5.0.16",
|
|
"@fontsource/source-sans-pro": "^5.0.8",
|
|
"@fontsource/space-mono": "^5.0.20",
|
|
"@preact/signals": "^1.3.0",
|
|
"astro": "^4.15.11",
|
|
"better-sqlite3": "^9.4.3",
|
|
"drizzle-orm": "^0.29.4",
|
|
"fuse.js": "^7.0.0",
|
|
"katex": "^0.16.9",
|
|
"preact": "^10.19.6",
|
|
"typescript": "^5.3.3"
|
|
},
|
|
"devDependencies": {
|
|
"@astrojs/mdx": "^3.1.7",
|
|
"@types/better-sqlite3": "^7.6.9",
|
|
"@types/katex": "^0.16.7",
|
|
"drizzle-kit": "^0.20.14",
|
|
"jsdom": "^24.1.1",
|
|
"linkedom": "^0.18.4",
|
|
"npm-run-all": "^4.1.5",
|
|
"rehype-autolink-headings": "^7.1.0",
|
|
"rehype-slug": "^6.0.0",
|
|
"remark-math": "^6.0.0",
|
|
"remark-toc": "^9.0.0",
|
|
"sass": "^1.71.1",
|
|
"tsx": "^4.7.1"
|
|
}
|
|
}
|