UNPKG

@rsksmart/rif-ui

Version:

Exposes common components to be re used in RIF projects

92 lines (91 loc) 2.55 kB
{ "name": "@rsksmart/rif-ui", "version": "0.6.1", "description": "Exposes common components to be re used in RIF projects", "keywords": [ "RIF", "decentralized", "RSK" ], "homepage": "https://github.com/rsksmart/rif-ui", "bugs": { "url": "https://github.com/rsksmart/rif-ui/issues/" }, "license": "MIT", "author": "rsksmart", "files": [ "dist", "src" ], "main": "dist/index.js", "module": "dist/index.modern.js", "repository": { "type": "git", "url": "https://github.com/rsksmart/rif-ui.git" }, "source": "src/index.tsx", "scripts": { "build": "rm -rf ./dist && microbundle-crl --no-compress --format modern,cjs", "start": "rm -rf ./dist && microbundle-crl watch --no-compress --format modern,cjs", "prepublish": "run-s build", "lint": "npx tasegir lint && eslint 'src/**/*.ts*'", "test": "run-s test:unit test:build", "test:build": "run-s build", "test:unit": "cross-env CI=1 react-scripts test --env=jsdom", "test:watch": "react-scripts test --env=jsdom", "predeploy": "cd example && npm install && npm run build" }, "devDependencies": { "@material-ui/core": "^4.11.0", "@material-ui/icons": "^4.9.1", "@rsksmart/rsk-utils": "1.1.0", "@types/jest": "^26.0.0", "@types/react": "^17.0.0", "@types/react-router-dom": "^5.1.5", "@typescript-eslint/eslint-plugin": "^2.34.0", "@typescript-eslint/parser": "^2.34.0", "babel-eslint": "^10.1.0", "cross-env": "^7.0.2", "eslint": "^6.8.0", "eslint-config-airbnb": "^18.1.0", "eslint-plugin-import": "^2.20.2", "eslint-plugin-jsx-a11y": "^6.2.3", "eslint-plugin-react": "^7.20.0", "microbundle-crl": "^0.13.10", "npm-run-all": "^4.1.5", "prettier": "^2.0.5", "react": "17.0.1", "react-dom": "17.0.1", "react-router-dom": "^5.2.0", "react-scripts": "^3.4.3", "tasegir": "^1.7.1", "web3": "^1.2.8" }, "peerDependencies": { "@material-ui/core": "^4.11.0", "@material-ui/icons": "^4.9.1", "@rsksmart/rsk-utils": "1.1.0", "react": "17.0.1", "react-dom": "17.0.1", "react-router-dom": "^5.2.0", "web3": "^1.2.8" }, "engines": { "node": ">=10.0.0", "npm": ">=6.0.0" }, "types": "types/index.d.ts", "typings": "dist/index.d.ts", "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] } }