57 lines
1.5 KiB
JSON
57 lines
1.5 KiB
JSON
{
|
|
"name": "testapp",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev --turbopack",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "eslint"
|
|
},
|
|
"dependencies": {
|
|
"@radix-ui/react-avatar": "^1.1.10",
|
|
"@radix-ui/react-icons": "^1.3.2",
|
|
"@radix-ui/react-separator": "^1.1.7",
|
|
"@radix-ui/react-slot": "^1.2.3",
|
|
"@radix-ui/react-tooltip": "^1.2.8",
|
|
"@retorquere/bibtex-parser": "^9.0.21",
|
|
"@tailwindcss/typography": "^0.5.16",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"gray-matter": "^4.0.3",
|
|
"lucide-react": "^0.543.0",
|
|
"mdx-bundler": "^10.1.1",
|
|
"motion": "^12.23.12",
|
|
"next": "15.5.2",
|
|
"next-themes": "^0.4.6",
|
|
"react": "19.1.1",
|
|
"react-dom": "19.1.1",
|
|
"react-icons": "^5.5.0",
|
|
"react-markdown": "^10.1.0",
|
|
"rehype-pretty-code": "^0.14.1",
|
|
"rehype-slug": "^6.0.0",
|
|
"rehype-stringify": "^10.0.1",
|
|
"remark-gfm": "^4.0.1",
|
|
"remark-html": "^16.0.1",
|
|
"remark-parse": "^11.0.0",
|
|
"remark-rehype": "^11.1.2",
|
|
"rough-notation": "^0.5.1",
|
|
"shiki": "^3.12.2",
|
|
"tailwind-merge": "^3.3.1",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"unified": "^11.0.5"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/eslintrc": "^3.3.1",
|
|
"@tailwindcss/postcss": "^4.1.13",
|
|
"@types/node": "^24.3.1",
|
|
"@types/react": "^19.1.12",
|
|
"@types/react-dom": "^19.1.9",
|
|
"eslint": "^9.35.0",
|
|
"eslint-config-next": "15.5.2",
|
|
"tailwindcss": "^4.1.13",
|
|
"tw-animate-css": "^1.3.8",
|
|
"typescript": "^5.9.2"
|
|
}
|
|
}
|