UNPKG

react-animated-list

Version:

Simple way of animating when components are added or removed from an array

65 lines (64 loc) 1.79 kB
{ "name": "react-animated-list", "keywords": [ "react", "react-dom", "animation", "component", "react-component", "flip", "web-animations", "array" ], "version": "0.1.4", "repository": "http://github.com/hesto2/react-animated-list", "description": "Simple way of animating when components are added or removed from an array", "main": "index.es.js", "module": "index.es.js", "jsnext:main": "index.es.js", "license": "MIT", "engines": { "node": ">=8", "npm": ">=5" }, "scripts": { "test": "echo no tests yet", "dotest": "cross-env CI=1 react-scripts test --env=jsdom", "test:watch": "react-scripts test --env=jsdom", "build": "rollup -c; cp ./package.json ./dist/package.json; cp ./README.md ./dist/README.md", "start": "rollup -c -w", "predeploy": "cd example && yarn install && yarn run build", "deploy": "gh-pages -d example/build" }, "dependencies": { "@material-ui/core": "^4.4.0", "use-state-api-hooks": "^1.2.1" }, "peerDependencies": { "@material-ui/core": "^4.4.0", "react": "^16.9.0" }, "devDependencies": { "@babel/core": "^7.5.5", "@babel/runtime": "^7.5.5", "@types/jest": "^23.3.13", "@types/lodash": "^4.14.141", "@types/react": "^16.9.2", "cross-env": "^5.2.0", "gh-pages": "^2.0.1", "lodash": "^4.17.15", "react": "^16.9.0", "react-scripts": "^3.1.1", "rollup": "^1.24.0", "rollup-plugin-babel": "^4.3.3", "rollup-plugin-commonjs": "^10.1.0", "rollup-plugin-node-resolve": "^5.2.0", "rollup-plugin-peer-deps-external": "^2.2.0", "rollup-plugin-typescript2": "^0.24.3", "rollup-plugin-url": "^2.1.0", "typescript": "^3.6.4" }, "publishConfig": { "access": "public" } }