UNPKG

@bund-x/core

Version:

Master Components Core Library

77 lines (76 loc) 1.79 kB
{ "name": "@bund-x/core", "version": "1.5.3", "description": "Master Components Core Library", "license": "MIT", "main": "./index.js", "module": "./esm/index.modern.js", "types": "./index.d.ts", "typings": "./index.d.ts", "engines": { "node": "^17.0.1" }, "scripts": { "ppp": "npm publish" }, "author": { "name": "Ahmed M. Sulaimani", "email": "ahmed@beyounds.com", "url": "https://gobeyound.com" }, "bugs": { "url": "https://github.com/bund-xyz/core/issues" }, "homepage": "https://github.com/bund-xyz/core#readme", "repository": { "type": "git", "url": "git+https://github.com/bund-xyz/core" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/bund-x-core" }, "keywords": [ "react", "react-component", "bund", "library" ], "peerDependencies": { "react": "^17.0.2", "react-dom": "^17.0.2" }, "peerDependenciesMeta": { "@types/react": { "optional": true } }, "dependencies": { "@material-ui/core": "^4.11.0", "@material-ui/icons": "^4.11.2", "@material-ui/lab": "^4.0.0-alpha.57", "clsx": "^1.1.1", "material-ui-dropzone": "^3.5.0", "notistack": "^1.0.5", "prop-types": "^15.7.2", "qr-code-styling": "*", "react-flash-message": "1.0.5", "react-is": "^17.0.1", "react-jss": "^10.5.0", "react-number-format": "^4.6.3", "react-router-dom": "^5.2.0", "styled-components": "^5.2.1", "uuid": "^8.3.1" }, "devDependencies": { "@types/react": "^16.8.6", "@types/react-transition-group": "^4.4.0", "react-transition-group": "^4.4.1" }, "bundleDependencies": false, "sideEffects": false, "private": false, "publishConfig": { "access": "public" } }