www/package.json

26 lines
516 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": {
2021-12-08 06:13:39 +00:00
"@types/react": "^17.0.37",
2021-12-08 03:38:31 +00:00
"dotenv": "^10.0.0",
"gray-matter": "^4.0.3",
2022-02-14 20:45:27 +00:00
"next": "^11.1.4",
2021-12-08 07:53:04 +00:00
"normalize.css": "^8.0.1",
2021-12-08 03:38:31 +00:00
"react": "^17.0.2",
"react-dom": "^17.0.2",
2022-02-14 20:45:27 +00:00
"react-markdown": "^7.1.2"
2021-12-08 03:38:31 +00:00
},
"devDependencies": {
"@svgr/webpack": "^5.5.0",
"@types/react-dom": "^17.0.11",
2021-12-08 06:13:39 +00:00
"eslint": "^7.32.0",
2022-02-14 20:45:27 +00:00
"eslint-config-next": "^11.1.4",
"typescript": "^4.5.5"
2021-12-08 03:38:31 +00:00
}
}