UNPKG

react-collapsible-wrapper

Version:

Lightweight collapsible wrapper that is easy to use and customizable

43 lines (42 loc) 1.25 kB
{ "name": "react-collapsible-wrapper", "version": "1.3.2", "description": "Lightweight collapsible wrapper that is easy to use and customizable", "keywords": [ "simple-collapsible", "react-component", "react", "simple", "collapse", "collapsible", "accordion", "wrapper", "component", "slide-down", "dropdown", "slide-up" ], "main": "dist/index.js", "homepage": "https://github.com/HenrikDK2/react-collapsible-wrapper", "bugs": "https://github.com/HenrikDK2/react-collapsible-wrapper/issues", "scripts": { "build": "shx rm -rf dist .cache example/cache example/dist && rollup -c --bundleConfigAsCjs", "start": "parcel ./example/index.html --open --log-level 3 --out-dir example/dist --cache-dir example/cache" }, "author": "Henrik Mundt Milo", "license": "MIT", "types": "dist/index.d.ts", "devDependencies": { "@rollup/plugin-terser": "^0.1.0", "@rollup/plugin-typescript": "^10.0.1", "@types/react": "^18.0.25", "parcel-bundler": "^1.12.5", "react": "^18.2.0", "react-dom": "^18.2.0", "rollup": "^3.5.0", "rollup-plugin-terser": "^7.0.2", "rollup-plugin-typescript2": "^0.34.1", "shx": "^0.3.4", "typescript": "^4.9.3" } }