UNPKG

@artibet/react-sidebar-layout

Version:
56 lines (55 loc) 1.54 kB
{ "name": "@artibet/react-sidebar-layout", "version": "1.13.0", "description": "React sidebar layout component", "main": "index.js", "scripts": { "rollup": "rollup -c" }, "repository": { "type": "git", "url": "git+https://github.com/artibet/react-sidebar-layout.git" }, "keywords": [ "React", "Sidebar", "Layout", "Component" ], "author": "Tsakiridis Sotiris", "license": "ISC", "bugs": { "url": "https://github.com/artibet/react-sidebar-layout/issues" }, "homepage": "https://github.com/artibet/react-sidebar-layout#readme", "devDependencies": { "@babel/core": "^7.26.0", "@babel/plugin-transform-runtime": "^7.25.9", "@babel/preset-env": "^7.26.0", "@babel/preset-react": "^7.26.3", "@babel/preset-typescript": "^7.26.0", "@rollup/plugin-babel": "^6.0.4", "@rollup/plugin-commonjs": "^28.0.2", "@rollup/plugin-node-resolve": "^16.0.0", "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "^12.1.2", "react": "^19.0.0", "react-dom": "^19.0.0", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-postcss": "^4.0.2", "typescript": "^4.9.4" }, "peerDependencies": { "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.0", "@fontsource/roboto": "^5.1.0", "@mui/icons-material": "^6.3.0", "@mui/material": "^6.3.0", "react": "^19.0.0", "react-dom": "^19.0.0" }, "files": [ "dist", "index.js" ] }