UNPKG

collapsable-panel

Version:

Panel with title and icon collapsable

55 lines (54 loc) 1.38 kB
{ "name": "collapsable-panel", "version": "1.0.2", "description": "Panel with title and icon collapsable", "main": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist" ], "repository": { "type": "git", "url": "https://github.com/gabimig/collapsable-panel.git" }, "scripts": { "build": "tsc", "test": "jest", "publish": "npm publish" }, "jest": { "preset": "ts-jest", "testEnvironment": "jsdom" }, "author": "Gabriel Míguez Míguez", "license": "ISC", "devDependencies": { "@testing-library/jest-dom": "^5.11.4", "@types/jest": "^26.0.13", "eslint": "^6.8.0", "eslint-config-airbnb": "^18.2.0", "eslint-plugin-react": "^7.20.6", "jest": "^26.4.2", "rollup": "^2.26.11", "rollup-plugin-commonjs": "^10.1.0", "rollup-plugin-node-resolve": "^5.2.0", "rollup-plugin-peer-deps-external": "^2.2.3", "rollup-plugin-typescript2": "^0.27.2", "ts-jest": "^26.3.0", "typescript": "^4.0.2" }, "dependencies": { "@material-ui/core": "^4.11.0", "@material-ui/icons": "^4.9.1", "@testing-library/react": "^11.0.4", "@types/node": "^14.10.1", "@types/react": "^16.9.49", "react": "^16.13.1" }, "keywords": [ "react", "eslint", "materiao-ui", "typescript" ] }