mirror of
https://github.com/kyantech/Palmr.git
synced 2025-11-02 13:03:15 +00:00
Added new interactive components like animated grids, pulsating buttons, and ripple effects to enhance the user experience. Updated the layout to include sections for features, architecture, and file sharing. Improved the overall design with modern animations and typography.
37 lines
904 B
JSON
37 lines
904 B
JSON
{
|
|
"name": "docs-v2",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "next build",
|
|
"dev": "next dev --turbo",
|
|
"start": "next start",
|
|
"postinstall": "fumadocs-mdx"
|
|
},
|
|
"dependencies": {
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"fumadocs-core": "15.2.7",
|
|
"fumadocs-mdx": "11.6.0",
|
|
"fumadocs-ui": "15.2.7",
|
|
"lucide-react": "^0.488.0",
|
|
"motion": "^12.9.1",
|
|
"next": "15.3.0",
|
|
"react": "^19.1.0",
|
|
"react-dom": "^19.1.0",
|
|
"tailwind-merge": "^3.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "^4.1.3",
|
|
"@types/mdx": "^2.0.13",
|
|
"@types/node": "22.14.0",
|
|
"@types/react": "^19.1.0",
|
|
"@types/react-dom": "^19.1.2",
|
|
"eslint": "^8",
|
|
"eslint-config-next": "15.3.0",
|
|
"postcss": "^8.5.3",
|
|
"tailwindcss": "^4.1.3",
|
|
"tw-animate-css": "^1.2.8",
|
|
"typescript": "^5.8.3"
|
|
}
|
|
} |