UNPKG

react-native-web-headroom

Version:
67 lines (66 loc) 1.91 kB
{ "name": "velocity-react", "version": "1.4.1", "description": "React components to wrap Velocity animations", "main": "index.js", "scripts": { "compile": "babel src --out-dir .", "demo": "webpack-dev-server --progress --colors --content-base demo --hot --inline --config demo/webpack.config.js", "prepare": "npm run compile" }, "repository": { "type": "git", "url": "git+https://github.com/twitter-fabric/velocity-react.git" }, "keywords": [ "velocity", "react", "animation" ], "author": "Google Inc.", "license": "MIT", "bugs": { "url": "https://github.com/twitter-fabric/velocity-react/issues" }, "homepage": "https://github.com/twitter-fabric/velocity-react#readme", "lint-staged": { "*.js": "eslint --quiet" }, "dependencies": { "lodash": "^4.17.5", "prop-types": "^15.5.8", "react-transition-group": "^2.0.0", "velocity-animate": "^1.4.0" }, "peerDependencies": { "react": "^15.3.0 || ^16.0.0", "react-dom": "^15.3.0 || ^16.0.0" }, "devDependencies": { "babel-cli": "^6.24.1", "babel-core": "^6.21.0", "babel-eslint": "^8.0.1", "babel-loader": "^6.2.10", "babel-plugin-transform-class-properties": "^6.24.1", "babel-plugin-transform-object-rest-spread": "^6.20.2", "babel-preset-es2015": "^6.24.1", "babel-preset-react": "^6.16.0", "create-react-class": "^15.5.2", "css-loader": "^0.19.0", "eslint": "^4.7.2", "eslint-config-prettier": "^2.6.0", "eslint-plugin-import": "^2.7.0", "eslint-plugin-prettier": "^2.3.1", "eslint-plugin-react": "^7.4.0", "husky": "^0.14.3", "lint-staged": "^4.2.3", "prettier": "^1.7.0", "react": "^16.0.0", "react-dom": "^16.0.0", "style-loader": "^0.12.3", "twemoji": "^1.4.1", "underscore.string": "^3.2.0", "webpack": "^1.12.0", "webpack-dev-server": "^1.10.1" } }