www/package.json
Paul W. c39203207d
Add prebuild instead of manual metagen
Signed-off-by: Paul W. <lambdapaul@protonmail.com>
2024-12-28 16:51:52 -05:00

41 lines
1.0 KiB
JSON

{
"private": true,
"scripts": {
"prebuild": "node ./scripts/generate-metadata.js",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"dotenv": "^16.3.1",
"highlight.js": "^11.10.0",
"next": "^15.0.4",
"normalize.css": "^8.0.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-markdown": "^9.0.1",
"rehype-autolink-headings": "^7.1.0",
"rehype-highlight": "^7.0.0",
"rehype-highlight-code-lines": "^1.0.4",
"rehype-katex": "^7.0.1",
"rehype-raw": "^7.0.0",
"rehype-slug": "^6.0.0",
"remark-gfm": "^4.0.0",
"remark-loader": "^6.0.0",
"remark-math": "^6.0.0",
"uri-js": "^4.4.1"
},
"devDependencies": {
"@next/bundle-analyzer": "^15.0.4",
"@svgr/webpack": "^8.1.0",
"@types/node": "^22.7.4",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.1",
"@types/react-syntax-highlighter": "^15.5.7",
"eslint": "^9.11.1",
"eslint-config-next": "^15.0.4",
"typescript": "^5.6.2"
}
}