www/package.json
2022-04-23 19:03:43 -04:00

27 lines
546 B
JSON

{
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@types/react": "^17.0.37",
"dotenv": "^10.0.0",
"gray-matter": "^4.0.3",
"js-yaml-loader": "^1.2.2",
"next": "^11.1.4",
"normalize.css": "^8.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-markdown": "^7.1.2"
},
"devDependencies": {
"@svgr/webpack": "^5.5.0",
"@types/react-dom": "^17.0.11",
"eslint": "^7.32.0",
"eslint-config-next": "^11.1.4",
"typescript": "^4.5.5"
}
}