react-swipeable-drawer
Version:
A swipeable drawer for the mobile web
108 lines (107 loc) • 2.98 kB
JSON
{
"name": "react-swipeable-drawer",
"version": "3.1.0",
"description": "A swipeable drawer for the mobile web",
"main": "dist/react-swipeable-drawer.cjs.js",
"jsnext:main": "dist/react-swipeable-drawer.es.js",
"module": "dist/react-swipeable-drawer.es.js",
"engines": {
"node": "> 4",
"npm": "> 3"
},
"scripts": {
"start": "nps",
"test": "nps test",
"precommit": "lint-staged && opt --in pre-commit --exec \"npm start validate\""
},
"files": [
"dist"
],
"keywords": [],
"author": "Damien Varron <damien@varron.fr>",
"license": "MIT",
"peerDependencies": {
"prop-types": ">=15",
"react": ">=15"
},
"devDependencies": {
"all-contributors-cli": "^4.11.1",
"babel-cli": "^6.24.1",
"babel-eslint": "^8.2.2",
"babel-jest": "^22.1.0",
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-inline-environment-variables": "^0.3.0",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.13",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"babel-register": "^6.24.1",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-import": "^2.10.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.7.0",
"husky": "^0.14.3",
"jest": "^22.1.4",
"lint-staged": "^7.0.0",
"nps": "^5.9.0",
"nps-utils": "^1.5.0",
"opt-cli": "^1.6.0",
"prettier": "^1.11.1",
"prop-types": "^15.6.1",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-test-renderer": "^16.2.0",
"rollup": "^0.52.3",
"rollup-plugin-alias": "^1.3.1",
"rollup-plugin-babel": "^3.0.2",
"rollup-plugin-commonjs": "^9.0.0",
"rollup-plugin-json": "^2.3.0",
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-plugin-uglify": "^3.0.0",
"rollup-watch": "^4.3.1"
},
"lint-staged": {
"*.js": [
"prettier --write",
"jest --bail --findRelatedTests",
"git add"
]
},
"jest": {
"setupTestFrameworkScriptFile": "./jest-setup",
"testEnvironment": "jsdom",
"collectCoverageFrom": [
"src/**/*.js"
],
"testPathIgnorePatterns": [
"/node_modules/"
],
"coveragePathIgnorePatterns": [
"/node_modules/"
],
"coverageThreshold": {
"global": {
"branches": 100,
"functions": 100,
"lines": 100,
"statements": 100
}
}
},
"prettier": {
"trailingComma": "es5"
},
"repository": {
"type": "git",
"url": "https://github.com/damusnet/react-swipeable-drawer.git"
},
"bugs": {
"url": "https://github.com/damusnet/react-swipeable-drawer/issues"
},
"homepage": "https://github.com/damusnet/react-swipeable-drawer#readme"
}