File: //home/arjun/projects/buyercall/node_modules/react-interactive/package.json
{
"name": "react-interactive",
"version": "0.8.3",
"description": "React Interactive",
"main": "lib/index.js",
"scripts": {
"build": "yarn build-lib && yarn build-dist",
"build-lib": "rm -rf lib && babel src -d lib",
"build-dist": "rm -rf dist && webpack src/index.js dist/ReactInteractive.js && webpack -p src/index.js dist/ReactInteractive.min.js",
"prepublish": "yarn build",
"dev": "yarn link && babel src -d lib --watch"
},
"files": [
"src",
"lib",
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/rafrex/react-interactive.git"
},
"keywords": [
"react",
"interactive",
"touch",
"hover",
"active",
"focus",
"keyboard"
],
"author": "Rafael Pedicini <code@rafrex.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/rafrex/react-interactive/issues"
},
"peerDependencies": {
"react": ">=15"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.1.2",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-env": "^1.4.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-1": "^6.24.1",
"eslint": "^4.4.1",
"eslint-config-airbnb": "^15.1.0",
"eslint-config-prettier": "^2.3.0",
"eslint-plugin-import": "^2.1.0",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-prettier": "^2.2.0",
"eslint-plugin-react": "^7.2.1",
"prettier": "^1.15.3",
"webpack": "^3.6.0"
},
"dependencies": {
"detect-it": "^3.0.3",
"object-assign": "^4.1.1",
"prop-types": "^15.6.0"
}
}