UNPKG

red-arrow

Version:
45 lines (44 loc) 1.11 kB
{ "name": "red-arrow", "version": "1.0.3", "description": "Draws a red arrow in React", "homepage": "https://github.com/franciscop/red-arrow#readme", "repository": "https://github.com/franciscop/red-arrow.git", "bugs": "https://github.com/franciscop/red-arrow/issues", "funding": "https://www.paypal.me/franciscopresencia/19", "author": "Francisco Presencia <public@francisco.io> (https://francisco.io/)", "license": "MIT", "scripts": { "build": "webpack -c", "size": "echo $(gzip -c index.min.js | wc -c) bytes" }, "keywords": [ "red", "arrow", "react", "duh" ], "main": "index.min.js", "files": [], "dependencies": {}, "devDependencies": { "@babel/core": "^7.4.5", "@babel/preset-env": "^7.4.5", "@babel/preset-react": "^7.0.0", "babel-loader": "^8.0.6", "react": "^16.8.0", "react-dom": "^16.8.0", "webpack": "^4.25.0", "webpack-cli": "^3.1.2" }, "peerDependencies": { "react": "^16.8.0" }, "babel": { "presets": [ "@babel/preset-env", "@babel/preset-react" ], "plugins": [] } }