react-motion-drawer-alt
Version:
Navigation drawer built with the awesome react-motion and react-hammerjs
71 lines (70 loc) • 2.07 kB
JSON
{
"name": "react-motion-drawer-alt",
"version": "3.1.4",
"description": "Navigation drawer built with the awesome react-motion and react-hammerjs",
"scripts": {
"build": "babel lib --out-dir ./",
"build-example": "webpack --config example/webpack.config.js",
"dev": "run-p \"build --watch\" serve",
"serve": "npm run build-example && webpack-dev-server --config example/webpack.config.js",
"open": "opn http://localhost:8888/example/index.html",
"lint": "eslint lib",
"patch-release": "npm version patch && npm publish && git push --follow-tags",
"minor-release": "npm version minor && npm publish && git push --follow-tags",
"major-release": "npm version major && npm publish && git push --follow-tags",
"release": "release-it",
"prepare": "npm run build"
},
"main": "./drawer.js",
"files": [
"drawer.js",
"styles.js"
],
"repository": {
"type": "git",
"url": "https://github.com/gradeup/react-motion-drawer.git"
},
"keywords": [
"react",
"reactjs",
"react-motion",
"react-hammerjs",
"touch",
"drawer",
"navigation"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/stoeffel/react-motion-drawer/issues"
},
"homepage": "https://github.com/stoeffel/react-motion-drawer",
"peerDependencies": {
"react": "^16.12.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.6",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"eslint": "^6.8.0",
"eslint-plugin-react": "^7.18.3",
"file-loader": "^5.0.2",
"npm-run-all": "^4.1.5",
"opn-cli": "^5.0.0",
"react": "^16.0.0",
"react-dom": "^16.12.0",
"url-loader": "^3.0.0",
"webpack": "^4.41.5",
"webpack-dev-server": "^3.10.3",
"release-it": "^12.4.3"
},
"dependencies": {
"1-liners": "^0.4.2",
"prop-types": "^15.7.2",
"react-hammerjs": "^1.0.1",
"react-motion": "^0.5.2"
}
}