UNPKG

1.79 kBJSONView Raw
1{
2 "name": "@bund-x/core",
3 "version": "1.5.3",
4 "description": "Master Components Core Library",
5 "license": "MIT",
6 "main": "./index.js",
7 "module": "./esm/index.modern.js",
8 "types": "./index.d.ts",
9 "typings": "./index.d.ts",
10 "engines": {
11 "node": "^17.0.1"
12 },
13 "scripts": {
14 "ppp": "npm publish"
15 },
16 "author": {
17 "name": "Ahmed M. Sulaimani",
18 "email": "ahmed@beyounds.com",
19 "url": "https://gobeyound.com"
20 },
21 "bugs": {
22 "url": "https://github.com/bund-xyz/core/issues"
23 },
24 "homepage": "https://github.com/bund-xyz/core#readme",
25 "repository": {
26 "type": "git",
27 "url": "git+https://github.com/bund-xyz/core"
28 },
29 "funding": {
30 "type": "opencollective",
31 "url": "https://opencollective.com/bund-x-core"
32 },
33 "keywords": [
34 "react",
35 "react-component",
36 "bund",
37 "library"
38 ],
39 "peerDependencies": {
40 "react": "^17.0.2",
41 "react-dom": "^17.0.2"
42 },
43 "peerDependenciesMeta": {
44 "@types/react": {
45 "optional": true
46 }
47 },
48 "dependencies": {
49 "@material-ui/core": "^4.11.0",
50 "@material-ui/icons": "^4.11.2",
51 "@material-ui/lab": "^4.0.0-alpha.57",
52 "clsx": "^1.1.1",
53 "material-ui-dropzone": "^3.5.0",
54 "notistack": "^1.0.5",
55 "prop-types": "^15.7.2",
56 "qr-code-styling": "*",
57 "react-flash-message": "1.0.5",
58 "react-is": "^17.0.1",
59 "react-jss": "^10.5.0",
60 "react-number-format": "^4.6.3",
61 "react-router-dom": "^5.2.0",
62 "styled-components": "^5.2.1",
63 "uuid": "^8.3.1"
64 },
65 "devDependencies": {
66 "@types/react": "^16.8.6",
67 "@types/react-transition-group": "^4.4.0",
68 "react-transition-group": "^4.4.1"
69 },
70 "bundleDependencies": false,
71 "sideEffects": false,
72 "private": false,
73 "publishConfig": {
74 "access": "public"
75 }
76}