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.
38 lines
1.1 KiB
JSON
38 lines
1.1 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.5.6",
|
|
"@astrojs/node": "^8.2.1",
|
|
"@astrojs/preact": "^3.1.1",
|
|
"@fontsource/open-sans": "^5.0.24",
|
|
"@fontsource/source-code-pro": "^5.0.16",
|
|
"@fontsource/source-sans-pro": "^5.0.8",
|
|
"astro": "^4.4.6",
|
|
"better-sqlite3": "^9.4.3",
|
|
"drizzle-orm": "^0.29.4",
|
|
"katex": "^0.16.9",
|
|
"preact": "^10.19.6",
|
|
"typescript": "^5.3.3"
|
|
},
|
|
"devDependencies": {
|
|
"@astrojs/mdx": "^2.1.1",
|
|
"@types/better-sqlite3": "^7.6.9",
|
|
"drizzle-kit": "^0.20.14",
|
|
"npm-run-all": "^4.1.5",
|
|
"remark-math": "^6.0.0",
|
|
"sass": "^1.71.1",
|
|
"tsx": "^4.7.1"
|
|
}
|
|
}
|