UNPKG

asafarim-navlinks

Version:

A versatile React navigation component with unlimited multi-level dropdowns, four alignment options, mobile responsiveness, and customizable styling. Perfect for modern web applications.

28 lines 743 B
{ "name": "asafarim-navlinks-demo", "version": "1.1.0", "private": true, "description": "Demo application for asafarim-navlinks package", "type": "module", "scripts": { "dev": "vite", "build": "tsc && vite build", "demo:manual-deploy": "pnpm run build && gh-pages -d dist", "preview": "vite preview" }, "dependencies": { "asafarim-navlinks": "file:..", "prism-react-renderer": "^2.4.1", "prismjs": "^1.30.0", "react": "^18.3.1", "react-dom": "^18.3.1" }, "devDependencies": { "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", "@vitejs/plugin-react": "^4.3.1", "typescript": "^5.5.2", "gh-pages": "^6.3.0", "vite": "^5.3.1" } }