website/package.json

35 lines
772 B
JSON
Raw Normal View History

2024-04-20 14:56:46 +00:00
{
"name": "flint-homepage",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
2024-04-21 12:51:22 +00:00
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@next/mdx": "^14.2.2",
"@types/mdx": "^2.0.13",
"gray-matter": "^4.0.3",
"highlight.js": "^11.9.0",
"lucide-react": "^0.372.0",
2024-04-20 14:56:46 +00:00
"next": "14.2.2",
2024-04-21 14:48:51 +00:00
"next-themes": "^0.3.0",
2024-04-20 14:56:46 +00:00
"react": "^18",
2024-04-21 12:51:22 +00:00
"react-dom": "^18",
"rehype-highlight": "^7.0.0"
2024-04-20 14:56:46 +00:00
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.2",
"sass": "^1.75.0",
"typescript": "^5"
}
}