www/package.json

33 lines
737 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": {
2022-09-28 02:04:44 +00:00
"dotenv": "^16.0.2",
"gray-matter": "^4.0.3",
2022-04-23 23:03:43 +00:00
"js-yaml-loader": "^1.2.2",
2022-09-28 02:04:44 +00:00
"next": "^12.3.1",
2021-12-08 07:53:04 +00:00
"normalize.css": "^8.0.1",
2022-09-28 02:04:44 +00:00
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-markdown": "^8.0.3",
2022-04-28 16:37:12 +00:00
"react-syntax-highlighter": "^15.5.0",
2022-10-05 03:41:59 +00:00
"rehype-raw": "^6.1.1",
2022-09-28 04:01:03 +00:00
"remark-gfm": "^3.0.1",
"uri-js": "^4.4.1"
2021-12-08 03:38:31 +00:00
},
"devDependencies": {
2022-09-28 02:04:44 +00:00
"@svgr/webpack": "^6.3.1",
"@types/node": "^18.7.23",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"@types/react-syntax-highlighter": "^15.5.5",
"eslint": "^8.24.0",
"eslint-config-next": "^12.3.1",
"typescript": "^4.8.4"
2021-12-08 03:38:31 +00:00
}
}