UNPKG

react-paper-ripple

Version:

Paper ripple animations inspired by Google Material Design.

72 lines (71 loc) 2.14 kB
{ "name": "react-paper-ripple", "version": "0.3.0", "description": "Paper ripple animations inspired by Google Material Design.", "main": "lib/react-paper-ripple.js", "files": [ "dist", "lib" ], "scripts": { "build": "npm run build:lib && NODE_ENV=production webpack --config webpack.prod.config.js", "build:lib": "babel src --out-dir lib --stage 0", "dev": "webpack-dev-server --devtool eval --hot --progress --colors", "prebuild": "rm -rf dist lib && mkdir dist lib", "prepublish": "npm run build", "postbuild": "NODE_ENV=production TARGET=minify webpack --config webpack.prod.config.js", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/souporserious/react-paper-ripple" }, "keywords": [ "react", "reactjs", "react-component", "paper", "ripple", "wave", "fluid", "animation", "material" ], "author": "Travis Arnold <travis@souporserious.com> (http://souporserious.com)", "license": "MIT", "bugs": { "url": "https://github.com/souporserious/react-paper-ripple/issues" }, "homepage": "https://github.com/souporserious/react-paper-ripple", "peerDependencies": { "react": "0.14.x || ^15.0.0", "react-dom": "0.14.x || ^15.0.0" }, "dependencies": { "prop-types": "^15.5.10", "react-document-events": "^1.3.2", "react-motion": "^0.5.0" }, "devDependencies": { "babel-cli": "^6.24.1", "babel-core": "^6.24.0", "babel-loader": "^6.4.1", "babel-plugin-external-helpers": "^6.22.0", "babel-plugin-transform-object-assign": "^6.22.0", "babel-preset-es2015": "^6.24.0", "babel-preset-latest": "^6.24.1", "babel-preset-react": "^6.23.0", "babel-preset-stage-0": "^6.22.0", "css-loader": "^0.15.1", "http-server": "^0.8.0", "lodash": "^3.10.0", "node-libs-browser": "^0.5.2", "node-sass": "^3.2.0", "react": "^15.5.4", "react-dom": "^15.5.4", "sass-loader": "^1.0.2", "style-loader": "^0.12.3", "webpack": "^1.9.12", "webpack-dev-server": "^1.9.0" } }