top-overlay-navbar
Version:
This is a modern, customizable overlay navbar built with React and Framer Motion.
57 lines (56 loc) • 1.4 kB
JSON
{
"name": "top-overlay-navbar",
"version": "2.0.3",
"description": "This is a modern, customizable overlay navbar built with React and Framer Motion.",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"type": "module",
"scripts": {
"build": "tsc && rollup -c",
"start": "rollup -c -w",
"prepare": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Ritik",
"license": "MIT",
"files": [
"dist",
"src",
"README.md",
"LICENSE"
],
"dependencies": {
"framer-motion": "^11.18.1",
"react": ">=17.0.0 <19.0.0",
"react-dom": ">=17.0.0 <19.0.0",
"react-icons": "^5.4.0",
"react-router-dom": "^7.1.3"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^28.0.2",
"@rollup/plugin-node-resolve": "^16.0.0",
"@rollup/plugin-typescript": "^12.1.2",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"autoprefixer": "^10.4.20",
"postcss": "^8.5.1",
"rollup": "^4.31.0",
"rollup-plugin-strip": "^1.2.2",
"rollup-plugin-terser": "^7.0.2",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.3"
},
"peerDependencies": {
"react": ">=17.0.0 <19.0.0",
"react-dom": ">=17.0.0 <19.0.0"
},
"keywords": [
"react",
"navbar",
"overlay",
"framer-motion",
"responsive",
"modern"
]
}