feat: move to astro (#10)

* initial commit

* add shadcn ui

* only main page is left!

* ready to pr?

* change font
This commit is contained in:
2024-05-25 16:09:59 +02:00
committed by GitHub
parent 2f5caaf01a
commit b2e7ffb670
91 changed files with 6333 additions and 7627 deletions

View File

@@ -1,40 +1,42 @@
{
"name": "njs-move",
"version": "0.1.0",
"private": true,
"name": "mainwebsite",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "node src/blogPostGenerator.js && next dev",
"build": "node src/blogPostGenerator.js && next build",
"start": "node src/blogPostGenerator.js;next start",
"lint": "next lint"
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/lab": "^5.0.0-alpha.153",
"@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"
"@astrojs/check": "^0.7.0",
"@astrojs/mdx": "^3.0.1",
"@astrojs/react": "^3.3.4",
"@astrojs/rss": "^4.0.6",
"@astrojs/sitemap": "^3.1.5",
"@astrojs/tailwind": "^5.1.0",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-slot": "^1.0.2",
"@tryghost/content-api": "^1.11.21",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"astro": "^4.8.7",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"lucide-react": "^0.379.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.2.1",
"tailwind-merge": "^2.3.0",
"tailwindcss": "^3.4.3",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.4.5"
},
"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"
},
"packageManager": "yarn@4.1.1"
"@tailwindcss/typography": "^0.5.13",
"@types/tryghost__content-api": "^1.3.16",
"prettier": "^3.2.5",
"prettier-plugin-astro": "^0.14.0"
}
}