{
  "name": "coreui",
  "version": "0.3.2-alpha3",
  "description": "Platform Core UI",
  "main": "lib/index.js",
  "directories": {
    "test": "test"
  },
  "devDependencies": {
    "babel-cli": "^6.7.5",
    "babel-core": "^6.7.6",
    "babel-eslint": "^6.0.2",
    "babel-plugin-module-alias": "^1.2.0",
    "babel-preset-es2015": "^6.6.0",
    "babel-preset-react": "^6.5.0",
    "babel-preset-react-hmre": "^1.1.1",
    "babel-preset-stage-0": "^6.5.0",
    "chai": "^3.5.0",
    "checkers": "^0.13.1",
    "cross-env": "^1.0.7",
    "css-loader": "^0.23.1",
    "devboard": "^0.4.1",
    "dirty-chai": "^1.2.2",
    "eslint": "^2.8.0",
    "eslint-config-airbnb": "^7.0.0",
    "eslint-plugin-jsx-a11y": "^0.6.2",
    "eslint-plugin-react": "^4.3.0",
    "file-loader": "^0.8.5",
    "kotatsu": "^0.13.0",
    "moment": "^2.12.0",
    "react": "^15.0.1",
    "react-addons-test-utils": "^15.0.1",
    "react-dom": "^15.0.1",
    "react-styleguidist": "^2.2.1",
    "rimraf": "^2.5.2",
    "shelljs": "^0.7.0",
    "skin-deep": "^0.16.0",
    "unexpected": "^10.13.0",
    "unexpected-react": "^3.0.2",
    "yup": "^0.18.2"
  },
  "peerDependencies": {
    "react": "^15.0.1",
    "react-dom": "^15.0.1"
  },
  "kotatsu": {
    "config": "--public cards/public/ --index cards/public/index.html --devtool \\#cheap-source-map --babel --config cards/webpack.config.js --port 3002 cards/main.js"
  },
  "scripts": {
    "clean": "rimraf ./node_modules/*",
    "clean:lib": "rimraf ./lib/*",
    "clean:dist": "rimraf ./dist/*",
    "compile:lib": "babel src --out-dir lib",
    "compile:dist": "webpack --config browser.config.js",
    "build:lib": "npm run clean:lib && npm run compile:lib",
    "build:dist": "npm run clean:dist && npm run compile:dist",
    "build": "cross-env NODE_PATH=src npm run build:lib && npm run build:dist",
    "prestatic": "rimraf cards/public/build",
    "start": "node scripts/start.js",
    "static": "cross-env NODE_ENV=production node scripts/static.js",
    "styleguide-build": "styleguidist build",
    "styleguide-server": "styleguidist server",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "license": "ISC",
  "dependencies": {
    "classnames": "^2.2.3",
    "jss": "^3.9.1",
    "jss-camel-case": "^1.1.0",
    "jss-default-unit": "^2.2.0",
    "jss-extend": "^1.2.1",
    "jss-nested": "^1.0.3",
    "jss-vendor-prefixer": "^2.0.0",
    "ramda": "^0.21.0",
    "react-aria-tabpanel": "^4.2.1",
    "react-formal": "^0.17.0",
    "react-jss": "^2.0.6",
    "react-overlays": "^0.6.3",
    "react-prop-types": "^0.3.0",
    "react-widgets": "^3.3.0",
    "recompose": "^0.17.0",
    "uncontrollable": "^3.2.4"
  }
}
