UNPKG

graceful-unwinding-widget

Version:

graceful-unwinding-widget React component

49 lines (48 loc) 1.18 kB
{ "name": "graceful-unwinding-widget", "version": "0.2.0", "description": "graceful-unwinding-widget React component", "main": "lib/index.js", "module": "es/index.js", "files": [ "css", "es", "lib", "umd" ], "scripts": { "build": "cp ../smart-contracts/build/contracts/IUnwind.json ./src/contracts/Unwind.json && nwb build-react-component --copy-files", "clean": "nwb clean-module && nwb clean-demo", "prepublishOnly": "npm run build", "start": "nwb serve-react-demo", "test": "nwb test-react", "test:coverage": "nwb test-react --coverage", "test:watch": "nwb test-react --server" }, "dependencies": { "ethers": "^4.0.44", "styled-components": "^4.4.1" }, "peerDependencies": { "babel-runtime": "^6.26.0", "react": "16.x" }, "devDependencies": { "@makerdao/dai": "^0.23.1", "@makerdao/dai-plugin-mcd": "^1.0.6", "nwb": "0.23.x", "react": "^16.12.0", "react-dom": "^16.12.0" }, "author": "Atomica", "homepage": "http://atomica.org", "license": "MIT", "repository": "", "keywords": [ "React", "Oasis", "MakerDAO", "Widget", "Atomica" ] }