www/package.json

24 lines
458 B
JSON
Raw Normal View History

2021-12-08 03:38:31 +00:00
{
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@types/react": "^17.0.30",
"dotenv": "^10.0.0",
"next": "^11.1.2",
"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",
"eslint": "7.32.0",
"eslint-config-next": "11.1.2",
"typescript": "^4.4.4"
}
}