Files
Webserver/package.json

37 lines
871 B
JSON
Raw Permalink Normal View History

2026-02-06 14:10:59 -05:00
{
"name": "web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
2026-02-07 20:17:46 -05:00
"@tailwindcss/typography": "^0.5.19",
"better-sqlite3": "^12.6.2",
2026-02-07 20:17:46 -05:00
"date-fns": "^4.1.0",
"gray-matter": "^4.0.3",
2026-02-06 14:10:59 -05:00
"next": "16.1.6",
2026-02-07 20:17:46 -05:00
"next-mdx-remote": "^5.0.0",
2026-02-06 14:10:59 -05:00
"react": "19.2.3",
2026-02-07 20:17:46 -05:00
"react-dom": "19.2.3",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
"remark-gfm": "^4.0.1"
2026-02-06 14:10:59 -05:00
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/better-sqlite3": "^7.6.13",
2026-02-06 14:10:59 -05:00
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"babel-plugin-react-compiler": "1.0.0",
"eslint": "^9",
"eslint-config-next": "16.1.6",
"tailwindcss": "^4",
"typescript": "^5"
}
}