UNPKG

react-shelf

Version:
64 lines (63 loc) 1.87 kB
{ "name": "react-shelf", "version": "0.1.0", "description": "Swipable shelf", "main": "dist/index.js", "source": "src/index.jsx", "module": "dist/index.mjs", "unpkg": "dist/index.umd.js", "scripts": { "test": "yarn test:eslint && yarn test:prettier", "test:eslint": "eslint . --ext .jsx --ext .js", "test:prettier": "prettier \"**/*.{js,jsx,css,scss,json,md,mdx,html}\" --list-different", "format": "prettier \"**/*.{js,jsx,css,scss,json,md,mdx,html}\" --write", "storybook": "start-storybook -p 6006", "build-storybook": "build-storybook", "prepublishOnly": "microbundle --jsx React.createElement --globals prop-types=PropTypes,react=React", "release": "np" }, "repository": { "type": "git", "url": "git+https://github.com/julesforrest/react-shelf.git" }, "keywords": [ "react", "shelf" ], "author": "Jules Forrest", "license": "MIT", "bugs": { "url": "https://github.com/julesforrest/react-shelf/issues" }, "homepage": "https://github.com/julesforrest/react-shelf#readme", "dependencies": {}, "devDependencies": { "@babel/core": "^7.4.0", "@storybook/addon-actions": "^5.0.5", "@storybook/addon-links": "^5.0.5", "@storybook/addons": "^5.0.5", "@storybook/react": "^5.0.5", "babel-loader": "^8.0.5", "eslint": "^5.15.3", "eslint-config-airbnb": "^17.1.0", "eslint-config-prettier": "^4.1.0", "eslint-plugin-import": "^2.16.0", "eslint-plugin-jsx-a11y": "^6.2.1", "eslint-plugin-react": "^7.12.4", "husky": "^1.3.1", "microbundle": "^0.11.0", "np": "^4.0.2", "prettier": "1.16.4", "pretty-quick": "^1.10.0" }, "peerDependencies": { "prop-types": "^15.0.0", "react": "^16.3.0", "react-dom": "^16.0.0" }, "husky": { "hooks": { "pre-commit": "pretty-quick --staged" } } }