UNPKG

sidebar-ui-react

Version:
67 lines (66 loc) 1.67 kB
{ "name": "sidebar-ui-react", "private": false, "version": "0.0.3", "main": "build/index.js", "module": "build/index.js", "files": [ "build" ], "types": "build/index.d.ts", "scripts": { "dev": "vite", "build": "tsc && vite build", "lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0", "preview": "vite preview", "build-rollup": "rollup -c" }, "dependencies": { "react": "^18.2.0", "react-dom": "^18.2.0", "react-router-dom": "^6.14.1", "sass": "^1.63.6" }, "devDependencies": { "@rollup/plugin-commonjs": "^25.0.2", "@rollup/plugin-node-resolve": "^15.1.0", "@rollup/plugin-terser": "^0.4.3", "@types/react": "^18.2.14", "@types/react-dom": "^18.2.6", "@typescript-eslint/eslint-plugin": "^5.61.0", "@typescript-eslint/parser": "^5.61.0", "@vitejs/plugin-react": "^4.0.1", "eslint": "^8.44.0", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.1", "typescript": "^5.0.2", "vite": "^4.4.0", "rollup-plugin-bundle-size": "^1.0.3", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-postcss": "^4.0.2", "rollup-plugin-typescript2": "^0.35.0", "node-sass": "^9.0.0", "postcss": "^8.4.24", "tslib": "^2.6.0" }, "repository": { "type": "git", "url": "https://github.com/Roxiler/react-sidebar" }, "keywords": [ "react", "react-ui", "sidebar", "react-sidebar", "react-component", "sidebar-ui", "ui-sidebar", "ui", "side-panel", "ui-side-panel", "side-panel-ui", "js", "jsx", "tsx" ] }