27 lines
568 B
JSON
27 lines
568 B
JSON
{
|
|
"name": "new-website-again",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"next": "13.5.4",
|
|
"react": "^18",
|
|
"react-dom": "^18",
|
|
"react-markdown": "^9.0.0",
|
|
"rehype-raw": "^7.0.0",
|
|
"remark-breaks": "^4.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20",
|
|
"@types/react": "^18",
|
|
"@types/react-dom": "^18",
|
|
"eslint": "^8",
|
|
"eslint-config-next": "13.5.4",
|
|
"typescript": "^5"
|
|
}
|
|
}
|