UNPKG

668 BJSONView Raw
1{
2 "name": "@digituz/react-components",
3 "version": "1.2.5",
4 "description": "React Components",
5 "main": "./dist/ReactComponents.js",
6 "scripts": {
7 "prepublishOnly": "npm run babelify",
8 "test": "echo 'no tests right now'"
9 },
10 "dependencies": {
11 "@digituz/react-button": "^1.2.3",
12 "@digituz/react-card": "^1.2.3",
13 "@digituz/react-grid": "^1.2.3",
14 "@digituz/react-if": "^1.2.3",
15 "@digituz/react-input-label": "^1.2.3",
16 "@digituz/react-modal": "^1.2.3",
17 "@digituz/react-panel": "^1.2.3",
18 "@digituz/react-panel-body": "^1.2.3",
19 "@digituz/react-panel-header": "^1.2.3",
20 "@digituz/react-vertical-menu": "^1.2.3"
21 }
22}