websites/package.json

34 lines
748 B
JSON
Raw Permalink Normal View History

2024-03-07 11:27:32 +01:00
{
"name": "website-2024",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
2024-05-06 22:35:25 +02:00
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@next/mdx": "^14.2.3",
"@tailwindcss/typography": "^0.5.10",
"@types/mdx": "^2.0.13",
"next": "14.1.3",
"next-mdx-remote": "^4.4.1",
2024-03-07 11:27:32 +01:00
"react": "^18",
2024-05-06 22:35:25 +02:00
"react-dom": "^18"
2024-03-07 11:27:32 +01:00
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
2024-05-06 22:35:25 +02:00
"eslint": "^8",
"eslint-config-next": "14.1.3",
2024-03-07 11:27:32 +01:00
"postcss": "^8",
"tailwindcss": "^3.3.0",
2024-05-06 22:35:25 +02:00
"typescript": "^5"
2024-03-07 11:27:32 +01:00
}
}