UNPKG

react-sliding-pane

Version:
89 lines (88 loc) 2.54 kB
{ "name": "react-sliding-pane", "version": "7.3.0", "description": "Full height sliding pane", "main": "dist/react-sliding-pane.js", "types": "dist/react-sliding-pane.d.ts", "files": [ "dist/*" ], "scripts": { "build": "rollup -c rollup.config.js", "docs": "rollup -c rollup-docs.config.js", "lint": "eslint ./src/*.tsx", "test": "jest", "prepublishOnly": "echo \"BUILD BEFORE PUBLISH\" && yarn run build && yarn run lint && yarn test && tsc" }, "registry": "https://registry.npmjs.org/", "repository": { "type": "git", "url": "git+https://github.com/DimitryDushkin/sliding-pane.git" }, "keywords": [ "react", "sliding", "pane", "pane", "modal", "popup" ], "tags": [ "react", "sliding pane", "dialog", "popup" ], "author": "Dmitrii Dushkin (dndushkin@gmail.com)", "license": "MIT", "bugs": { "url": "https://github.com/DimitryDushkin/sliding-pane/issues" }, "homepage": "https://github.com/DimitryDushkin/sliding-pane", "dependencies": { "prop-types": "^15.7.2", "react-modal": "^3.14.3" }, "peerDependencies": { "react": ">=16", "react-dom": ">=16" }, "devDependencies": { "@babel/core": "^7.15.8", "@babel/plugin-proposal-class-properties": "^7.14.5", "@babel/preset-env": "^7.15.8", "@babel/preset-react": "^7.14.5", "@babel/preset-typescript": "^7.15.0", "@rollup/plugin-babel": "^5.3.0", "@rollup/plugin-commonjs": "^21.0.1", "@rollup/plugin-node-resolve": "^13.0.6", "@rollup/plugin-replace": "^3.0.0", "@testing-library/jest-dom": "^5.14.1", "@testing-library/react": "^12.1.2", "@types/jest": "^27.0.2", "@types/prop-types": "^15.7.4", "@types/react": "^17.0.32", "@types/react-dom": "^17.0.10", "@types/react-modal": "^3.13.1", "@typescript-eslint/eslint-plugin": "latest", "@typescript-eslint/parser": "latest", "babel-jest": "^27.3.1", "babel-plugin-typescript-to-proptypes": "^2.0.0", "eslint": "^7", "eslint-config-airbnb": "latest", "eslint-config-prettier": "^8.3.0", "eslint-plugin-import": "^2.22.1", "eslint-plugin-jest": "^25.2.2", "eslint-plugin-jsx-a11y": "^6.4.1", "eslint-plugin-react": "^7.21.5", "eslint-plugin-react-hooks": "latest", "jest": "^27.3.1", "postcss": "^8.3.11", "prettier": "^2.4.1", "react": "^16.13.0", "react-dom": "^16.13.0", "rollup": "^2.58.0", "rollup-plugin-postcss": "^4.0.1", "typescript": "^4.4.4" } }