UNPKG

react-cherryblossom

Version:

A Cherryblossom Effect component for React 🌸

46 lines (45 loc) • 1.18 kB
{ "name": "react-cherryblossom", "version": "0.1.2", "description": "A Cherryblossom Effect component for React 🌸", "main": "dist/index.js", "module": "dist/index.js", "files": [ "dist" ], "devDependencies": { "babel-cli": "^6.26.0", "prop-types": "^15.7.2", "react": "^16.3.2", "react-dom": "^16.3.2", "react-scripts": "1.1.4", "react-test-renderer": "^16.3.2" }, "peerDependencies": { "react": "^16.3.2", "react-dom": "^16.3.2" }, "keywords": [ "cherryblossom", "blossom", "react", "spring", "seasonal", "japan", "flower", "animation" ], "author": "shuhei-tagawa", "license": "MIT", "bugs": { "url": "https://github.com/shuhei-tagawa/react-cherryblossom/issues" }, "homepage": "https://github.com/shuhei-tagawa/react-cherryblossom#readme", "scripts": { "start": "react-scripts start", "build-examples": "react-scripts build", "test": "react-scripts test --env=jsdom", "eject": "react-scripts eject", "build": "rm -rf dist && NODE_ENV=production babel src/lib --out-dir dist --copy-files --ignore __tests__,spec.js,test.js,__snapshots__" } }