40 lines
1016 B
JSON
40 lines
1016 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"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"
|
|
}
|
|
}
|