coreui
Version:
Platform Core UI
50 lines (49 loc) • 1.39 kB
JSON
{
"name": "coreui",
"version": "0.1.5",
"description": "Platform Core UI",
"main": "lib/index.js",
"scripts": {
"clean:lib": "rimraf ./lib/* && rimraf ./lib-src/base.js && rimraf ./lib-src/components/*",
"compile:lib": "node ./script/compile.js",
"build:lib": "npm run clean:lib && npm run compile:lib",
"build": "npm run build:lib",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://gitlab.imshealth.com/platform/coreui.git"
},
"license": "ISC",
"devDependencies": {
"acorn-globals": "^2.0.0",
"babel-cli": "^6.6.5",
"babel-plugin-add-module-exports": "^0.1.2",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-0": "^6.3.13",
"rimraf": "^2.4.2",
"shelljs": "^0.6.0",
"yargs": "^4.2.0"
},
"peerDependencies": {
"react": "^0.14.3",
"react-dom": "^0.14.3"
},
"dependencies": {
"classnames": "^2.2.3",
"globalize": "^0.1.1",
"jss": "^3.2.0",
"jss-default-unit": "^2.1.0",
"jss-extend": "^1.1.0",
"jss-nested": "^1.0.1",
"jss-vendor-prefixer": "^1.0.1",
"react-aria-tabpanel": "^3.0.1",
"react-draggable": "^1.2.0",
"react-formal": "^0.15.6",
"react-jss": "^2.0.1",
"react-overlays": "^0.6.0",
"react-widgets": "^3.1.6",
"yup": "^0.13.0"
}
}