This commit is contained in:
Janis
2023-02-07 13:45:40 +01:00
parent d5f5b79140
commit d2ff34d3b6
70 changed files with 1388 additions and 8768 deletions

View File

@@ -1,55 +1,38 @@
{
"name": "explainegy",
"version": "0.2.0",
"name": "explainegy_pages",
"version": "0.1.0",
"private": true,
"scripts": {
"prisma": "prisma generate && prisma db push && prisma studio",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"vercel-build": "prisma generate && prisma db push && next build",
"prisma:generate": "prisma generate"
"lint": "next lint"
},
"dependencies": {
"@next/font": "13.0.7",
"@next/font": "13.1.6",
"@prisma/client": "^4.9.0",
"@types/express": "^4.17.15",
"@types/formidable": "^2.0.5",
"@types/marked": "^4.0.8",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.9",
"encoding": "^0.1.13",
"eslint": "8.30.0",
"eslint-config-next": "13.0.7",
"formidable": "^2.1.1",
"marked": "^4.2.4",
"multer": "^1.4.5-lts.1",
"next": "^13.1.6",
"prismjs": "^1.29.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-superjson-plugin": "^0.5.4",
"react": "18.2.0",
"react-code-blocks": "^0.0.9-0",
"react-dom": "18.2.0",
"react-grid-gallery": "^1.0.0",
"react-markdown": "^8.0.4",
"react-markdown": "^8.0.5",
"react-select": "^5.7.0",
"react-syntax-highlighter": "^15.5.0",
"reflect-metadata": "^0.1.13",
"remark-code-blocks": "^2.0.1",
"remark-codesandbox": "^0.10.1",
"remark-emoji": "^3.0.2",
"remark-gemoji": "^7.0.1",
"remark-gfm": "^3.0.1",
"remark-stringify": "^10.0.2",
"sass": "^1.57.0",
"typescript": "4.9.4",
"sass": "^1.58.0",
"typescript": "4.9.5",
"url-join": "^5.0.0"
},
"devDependencies": {
"@fec/remark-a11y-emoji": "^3.1.0",
"@types/multer": "^1.4.7",
"@types/node": "^18.11.17",
"@types/prismjs": "^1.26.0",
"@types/react-select": "^5.0.1",
"@types/react-syntax-highlighter": "^15.5.6",
"prisma": "^4.9.0"
}
}