react-dynamic-snbar
Version:
Responsive React sidebar with role-based navigation support and easy customization.
55 lines (54 loc) • 1.53 kB
JSON
{
"name": "react-dynamic-snbar",
"version": "1.2.0",
"main": "dist/index.js",
"description": "Responsive React sidebar with role-based navigation support and easy customization.",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"style": "dist/index.css",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"rollup": "rollup -c --bundleConfigAsCjs",
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"author": "",
"keywords": [
"react-sidebar",
"responsive-sidebar",
"react navigation",
"sidebar with roles",
"role-based navigation",
"react admin panel",
"dashboard sidebar",
"dynamic sidebar react",
"customizable sidebar",
"react component library"
],
"license": "MIT",
"devDependencies": {
"@rollup/plugin-commonjs": "^28.0.3",
"@rollup/plugin-image": "^3.0.3",
"@rollup/plugin-node-resolve": "^16.0.1",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^12.1.2",
"@vitejs/plugin-react": "^4.6.0",
"autoprefixer": "^10.4.21",
"postcss": "^8.5.4",
"react": "^19.1.0",
"react-icons": "^5.5.0",
"react-router-dom": "^7.6.2",
"rollup": "^4.41.1",
"rollup-plugin-dts": "^6.2.1",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"tslib": "^2.8.1",
"typescript": "^5.8.3",
"vite": "^7.0.4"
},
"dependencies": {
"@types/react": "^19.1.6"
}
}