www/package.json

33 lines
737 B
JSON
Raw Normal View History

2021-12-07 22:38:31 -05:00
{
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
2022-09-27 22:04:44 -04:00
"dotenv": "^16.0.2",
"gray-matter": "^4.0.3",
2022-04-23 19:03:43 -04:00
"js-yaml-loader": "^1.2.2",
2022-09-27 22:04:44 -04:00
"next": "^12.3.1",
2021-12-08 02:53:04 -05:00
"normalize.css": "^8.0.1",
2022-09-27 22:04:44 -04:00
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-markdown": "^8.0.3",
2022-04-28 12:37:12 -04:00
"react-syntax-highlighter": "^15.5.0",
2022-10-04 23:41:59 -04:00
"rehype-raw": "^6.1.1",
2022-09-28 00:01:03 -04:00
"remark-gfm": "^3.0.1",
"uri-js": "^4.4.1"
2021-12-07 22:38:31 -05:00
},
"devDependencies": {
2022-09-27 22:04:44 -04: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-07 22:38:31 -05:00
}
}