www/package.json

32 lines
763 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": {
"dotenv": "^16.3.1",
"js-yaml-loader": "^1.2.2",
"next": "^13.5.1",
"normalize.css": "^8.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-markdown": "^8.0.7",
"react-syntax-highlighter": "^15.5.0",
"rehype-raw": "^6.1.1",
"remark-gfm": "^3.0.1",
"uri-js": "^4.4.1"
},
"devDependencies": {
"@svgr/webpack": "^6.5.1",
"@types/node": "^18.17.17",
"@types/react": "^18.2.22",
"@types/react-dom": "^18.2.7",
"@types/react-syntax-highlighter": "^15.5.7",
"eslint": "^8.49.0",
"eslint-config-next": "^13.5.1",
"typescript": "^4.9.5"
}
2021-12-08 03:38:31 +00:00
}