www/package.json

30 lines
661 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": {
2021-12-08 01:13:39 -05:00
"@types/react": "^17.0.37",
2021-12-07 22:38:31 -05:00
"dotenv": "^10.0.0",
"gray-matter": "^4.0.3",
2022-04-23 19:03:43 -04:00
"js-yaml-loader": "^1.2.2",
2022-02-14 15:45:27 -05:00
"next": "^11.1.4",
2021-12-08 02:53:04 -05:00
"normalize.css": "^8.0.1",
2021-12-07 22:38:31 -05:00
"react": "^17.0.2",
"react-dom": "^17.0.2",
2022-04-28 12:37:12 -04:00
"react-markdown": "^7.1.2",
"react-syntax-highlighter": "^15.5.0",
"remark-gfm": "^3.0.1"
2021-12-07 22:38:31 -05:00
},
"devDependencies": {
"@svgr/webpack": "^5.5.0",
"@types/react-dom": "^17.0.11",
2022-04-28 12:37:12 -04:00
"@types/react-syntax-highlighter": "^13.5.2",
2021-12-08 01:13:39 -05:00
"eslint": "^7.32.0",
2022-02-14 15:45:27 -05:00
"eslint-config-next": "^11.1.4",
"typescript": "^4.5.5"
2021-12-07 22:38:31 -05:00
}
}