UNPKG

1.09 kBJSONView Raw
1{
2 "name": "@digituz/react-components",
3 "version": "1.2.5",
4 "description": "React Components",
5 "main": "./dist/ReactComponents.js",
6 "keywords": [],
7 "author": "",
8 "repository": {
9 "type": "git",
10 "url": "https://github.com/Digituz/react-components"
11 },
12 "license": "MIT",
13 "dependencies": {
14 "@digituz/react-button": "^1.2.3",
15 "@digituz/react-card": "^1.2.3",
16 "@digituz/react-grid": "^1.2.3",
17 "@digituz/react-if": "^1.2.3",
18 "@digituz/react-input-label": "^1.2.3",
19 "@digituz/react-modal": "^1.2.3",
20 "@digituz/react-panel": "^1.2.3",
21 "@digituz/react-panel-body": "^1.2.3",
22 "@digituz/react-panel-header": "^1.2.3",
23 "@digituz/react-vertical-menu": "^1.2.3"
24 },
25 "scripts": {
26 "babelify": "babel ./src -d ./dist",
27 "processCss": "node-sass --output-style compressed -o ./dist/ ./src/",
28 "prepublishOnly": "npm run babelify",
29 "test": "echo 'no tests right now'"
30 },
31 "jest": {
32 "moduleNameMapper": {
33 "\\.(css|less)$": "<rootDir>/../styleMock.js"
34 },
35 "setupTestFrameworkScriptFile": "./jest-config.js"
36 }
37}