tailwind-ui-library/package.json
2026-03-05 22:06:38 +01:00

42 lines
1.1 KiB
JSON

{
"name": "tailwind-ui-library",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3270",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"gray-matter": "^4.0.3",
"html-to-react": "^1.7.0",
"lodash": "^4.17.23",
"lucide-react": "^0.577.0",
"mdx": "^0.3.1",
"next-mdx-remote": "^6.0.0",
"openai": "^6.25.0",
"postcss": "^8",
"react-code-blocks": "^0.1.6",
"react-responsive-modal": "^7.1.0",
"rehype-prism-plus": "^2.0.2",
"remark-gfm": "^4.0.1",
"tailwind-merge": "^3.5.0",
"tailwindcss": "^4.2.1"
},
"devDependencies": {
"@next/mdx": "^16.1.6",
"@types/ace": "^0.0.52",
"@types/bun": "latest",
"@types/mdx": "^2.0.13",
"@types/node": "^20",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"typescript": "^5.9.3",
"@types/lodash": "^4.17.23"
},
"exports": {
".": "./components"
}
}