Files
mainwebsite/package.json
SrIzan10 da0982b5ff feat: switch to nextjs (#7)
* feat: switch to nextjs

* chore: move everyting to main dir

* fix: blogpostgen

* chore: dot?

* chore: remove blogposts

* fix: everything

* chore: why

* chore: move to public

* chore: fetch

* chore: remove slash

* chore: aedfa

* feat: defenitive nextjs move
2023-11-17 19:29:30 +01:00

39 lines
963 B
JSON

{
"name": "njs-move",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "node src/blogPostGenerator.js && next dev",
"build": "next build",
"start": "node src/blogPostGenerator.js;next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/material": "^5.14.18",
"dayjs": "^1.11.10",
"feed": "^4.2.2",
"glob": "^10.3.10",
"gray-matter": "^4.0.3",
"marked": "^10.0.0",
"next": "^14.0.3",
"react": "^18",
"react-dom": "^18",
"react-icons": "^4.12.0",
"react-markdown": "^9.0.1",
"react-syntax-highlighter": "^15.5.0",
"remark-gfm": "^4.0.0"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-syntax-highlighter": "^15.5.10",
"eslint": "^8",
"eslint-config-next": "14.0.2",
"typescript": "^5"
}
}