mirror of
https://github.com/DerTyp7/explainegy-nextjs.git
synced 2025-10-29 21:02:13 +01:00
41 lines
1011 B
JSON
41 lines
1011 B
JSON
{
|
|
"name": "explainegy_pages",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@next/font": "13.1.6",
|
|
"@prisma/client": "^4.10.0",
|
|
"@types/node": "18.11.19",
|
|
"@types/react": "18.0.27",
|
|
"@types/react-dom": "18.0.10",
|
|
"eslint": "8.33.0",
|
|
"eslint-config-next": "13.1.6",
|
|
"next": "13.1.6",
|
|
"next-auth": "^4.19.2",
|
|
"next-superjson-plugin": "^0.5.4",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"react-markdown": "^8.0.5",
|
|
"react-select": "^5.7.0",
|
|
"react-syntax-highlighter": "^15.5.0",
|
|
"remark-gemoji": "^7.0.1",
|
|
"remark-gfm": "^3.0.1",
|
|
"remark-stringify": "^10.0.2",
|
|
"sass": "^1.58.0",
|
|
"swr": "^2.0.3",
|
|
"typescript": "4.9.5",
|
|
"url-join": "^5.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react-select": "^5.0.1",
|
|
"@types/react-syntax-highlighter": "^15.5.6",
|
|
"prisma": "^4.10.0"
|
|
}
|
|
}
|