UNPKG

react-tiny-accordion

Version:
53 lines 1.53 kB
{ "name": "react-tiny-accordion", "version": "2.0.5", "description": "Tiny, super simple accordion for React", "main": "dist/index.js", "files": [ "dist/index.js" ], "unpkg": "dist/index.js", "scripts": { "build": "rollup src/index.js -c", "prepublishOnly": "npm run build", "test": "cross-env BABEL_ENV=test jest" }, "repository": { "type": "git", "url": "git+https://github.com/emilpalsson/react-tiny-accordion.git" }, "keywords": [ "react", "accordion", "react-accordion" ], "author": "Emil Pålsson <emil@emilpalsson.se> (https://github.com/emilpalsson)", "license": "MIT", "bugs": { "url": "https://github.com/emilpalsson/react-tiny-accordion/issues" }, "homepage": "https://github.com/emilpalsson/react-tiny-accordion#readme", "devDependencies": { "@babel/core": "^7.1.2", "@babel/preset-env": "^7.1.0", "@babel/preset-react": "^7.0.0", "babel-core": "^7.0.0-bridge.0", "babel-jest": "^23.6.0", "babel-preset-env": "^1.7.0", "babel-preset-react": "^6.24.1", "cross-env": "^5.2.0", "enzyme": "^3.7.0", "enzyme-adapter-react-16": "^1.6.0", "jest": "^23.6.0", "jest-cli": "^23.6.0", "react": "^16.6.0", "react-dom": "^16.6.0", "react-test-renderer": "^16.6.0", "rollup": "^0.66.6", "rollup-plugin-babel": "^4.0.3", "rollup-plugin-uglify": "^6.0.0" }, "peerDependencies": { "react": "^0.14.0 || ^15.0.0 || ^16.0.0" } }