UNPKG

@eaze/carousel

Version:

React components: Index

41 lines (40 loc) 981 B
{ "name": "@eaze/carousel", "description": "React components: Index", "license": "", "author": "Eaze", "version": "1.0.0", "main": "dist/index.js", "scripts": { "build": "babel src -d dist", "build:watch": "babel src --watch -d dist", "prepare": "NODE_ENV=production npm run build" }, "dependencies": { "@emotion/styled": "~10.0.14", "react-motion": "~0.5.2" }, "peerDependencies": { "prop-types": "~15.7.2", "react": "~16.8.6", "react-dom": "~16.8.6" }, "devDependencies": { "@babel/cli": "~7.4.4", "@babel/core": "~7.4.5", "@babel/plugin-proposal-class-properties": "~7.4.4", "@babel/preset-env": "~7.4.5", "@babel/preset-react": "~7.0.0", "babel-plugin-emotion": "~10.0.9", "babel-plugin-inline-import-data-uri": "~1.0.1" }, "keywords": [ "Index", "eaze", "react" ], "publishConfig": { "access": "public" }, "gitHead": "766291e754226cfb10093f5aa6681b0e438734c9" }