react-collapsible
Version:
React component to wrap content in Collapsible element with trigger to open and close.
48 lines (47 loc) • 1.27 kB
JSON
{
"name": "react-collapsible",
"version": "2.0.4",
"description": "React component to wrap content in Collapsible element with trigger to open and close.",
"keywords": [
"react-component",
"react",
"collapse",
"collapsible",
"accordion"
],
"main": "dist/Collapsible.js",
"author": "Glenn Flanagan <glenn@arctictiger.co.uk>",
"license": "MIT",
"devDependencies": {
"autoprefixer": "^7.1.2",
"babel": "^5.6.23",
"babel-cli": "^6.11.4",
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-preset-es2015": "^6.13.2",
"babel-preset-react": "^6.11.1",
"css-loader": "^0.28.5",
"extract-text-webpack-plugin": "^3.0.0",
"node-sass": "^4.5.3",
"postcss-loader": "^2.0.6",
"sass-loader": "^6.0.6",
"webpack": "^3.5.5",
"webpack-dev-server": "^2.7.1"
},
"repository": {
"type": "git",
"url": "https://github.com/glennflanagan/react-collapsible"
},
"bugs": {
"url": "https://github.com/glennflanagan/react-collapsible/issues"
},
"scripts": {
"build": "babel src/Collapsible.js > dist/Collapsible.js",
"prepublish": "npm run build"
},
"peerDependencies": {
"prop-types": "^15.5.8",
"react": "~15 || ~16",
"react-dom": "~15 || ~16"
}
}