36 lines
844 B
JSON
36 lines
844 B
JSON
{
|
|
"name": "frontend",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "eslint"
|
|
},
|
|
"dependencies": {
|
|
"class-variance-authority": "0.7.1",
|
|
"clsx": "2.1.1",
|
|
"gray-matter": "4.0.3",
|
|
"lucide-react": "0.561.0",
|
|
"next": "16.0.10",
|
|
"react": "19.2.1",
|
|
"react-dom": "19.2.1",
|
|
"react-markdown": "10.1.0",
|
|
"remark-gfm": "4.0.1",
|
|
"tailwind-merge": "3.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "4.1.18",
|
|
"@types/node": "20.19.26",
|
|
"@types/react": "19.2.7",
|
|
"@types/react-dom": "19.2.3",
|
|
"babel-plugin-react-compiler": "1.0.0",
|
|
"eslint": "9.39.1",
|
|
"eslint-config-next": "16.0.10",
|
|
"tailwindcss": "4.1.18",
|
|
"tw-animate-css": "1.4.0",
|
|
"typescript": "5.9.3"
|
|
}
|
|
}
|