2021-12-08 03:38:31 +00:00
|
|
|
{
|
|
|
|
"scripts": {
|
|
|
|
"dev": "next dev",
|
|
|
|
"build": "next build",
|
|
|
|
"start": "next start",
|
|
|
|
"lint": "next lint"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-12-08 06:13:39 +00:00
|
|
|
"@types/react": "^17.0.37",
|
2021-12-08 03:38:31 +00:00
|
|
|
"dotenv": "^10.0.0",
|
2021-12-08 06:13:39 +00:00
|
|
|
"next": "^11.1.3",
|
2021-12-08 03:38:31 +00:00
|
|
|
"react": "^17.0.2",
|
|
|
|
"react-dom": "^17.0.2",
|
|
|
|
"react-markdown": "^7.1.1"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@svgr/webpack": "^5.5.0",
|
|
|
|
"@types/react-dom": "^17.0.11",
|
2021-12-08 06:13:39 +00:00
|
|
|
"eslint": "^7.32.0",
|
|
|
|
"eslint-config-next": "^11.1.2",
|
|
|
|
"typescript": "^4.5.2"
|
2021-12-08 03:38:31 +00:00
|
|
|
}
|
|
|
|
}
|