react-flip-toolkit
Version:
Configurable FLIP animation helpers for React
47 lines (46 loc) • 1.01 kB
JSON
{
"name": "react-flip-toolkit",
"version": "1.0.1",
"description": "Configurable FLIP animation helpers for React",
"main": "lib/index.js",
"module": "es/index.js",
"files": [
"css",
"es",
"lib",
"umd"
],
"scripts": {
"build": "nwb build-react-component",
"clean": "nwb clean-module && nwb clean-demo",
"start": "nwb serve-react-demo",
"test": "nwb test-react",
"test:coverage": "nwb test-react --coverage",
"test:watch": "nwb test-react --server"
},
"repository": {
"type": "git",
"url": "https://github.com/aholachek/react-flip-toolkit"
},
"dependencies": {
"popmotion": "^8.2.3",
"rematrix": "^0.2.2"
},
"peerDependencies": {
"react": "16.x"
},
"devDependencies": {
"normalize.css": "^8.0.0",
"nwb": "0.21.x",
"react": "^16.4.0",
"react-dom": "^16.4.0"
},
"author": "Alex Holachek",
"license": "MIT",
"keywords": [
"react-component",
"FLIP",
"transition",
"animation"
]
}