UNPKG

react-performant-collapsible

Version:
52 lines (51 loc) 1.23 kB
{ "name": "react-performant-collapsible", "version": "0.2.1", "description": "A performant React.js Collapsible component", "source": "src/index.tsx", "exports": { "require": "./dist/index.cjs", "default": "./dist/index.modern.js" }, "main": "./dist/index.cjs", "module": "./dist/index.module.js", "unpkg": "./dist/index.umd.js", "types": "dist/index.d.ts", "files": [ "dist", "src", "README.md" ], "repository": { "type": "git", "url": "https://github.com/foisonocean/react-performant-collapsible" }, "author": "foisonocean <hronro@gmail.com>", "keywords": [ "react", "collapsible", "expand", "performant", "typescript" ], "scripts": { "start": "vite", "build": "microbundle --jsx React.createElement" }, "peerDependencies": { "react": "^16.0.0 || ^17.0.0", "react-dom": "^16.0.0 || ^17.0.0" }, "devDependencies": { "@types/node": "^16.11.11", "@types/react": "^17.0.37", "@types/react-dom": "^17.0.11", "@vitejs/plugin-react-refresh": "^1.3.6", "microbundle": "^0.14.2", "react": "^17.0.2", "react-dom": "^17.0.2", "typescript": "^4.5.2", "vite": "^2.6.14" }, "license": "MIT" }