{
  "name": "@molgenis-ui/core-ui",
  "version": "0.5.3",
  "license": "LGPL-3.0",
  "description": "Dependencies for the MOLGENIS UI",
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "watch": "webpack -d --watch",
    "dev:build": "webpack -d",
    "build": "yarn run sass:build && yarn run copy && webpack -p --config webpack.production.config.js",
    "unit": "cross-env NODE_ENV=test babel-node ./test/index.js",
    "test": "yarn unit",
    "webpack-stats": "webpack --profile --json > target/json.stats",
    "build-task:scss-compile": "node-sass-chokidar --source-map true src/scss/ -o dist/css/bootstrap-4",
    "build-task:autoprefixer": "postcss dist/css/bootstrap-4/*.css --use autoprefixer -d dist/css/bootstrap-4",
    "build-task:css-minify": "foreach -i \"./dist/css/bootstrap-4/*.min.css\" -g \"./dist/css/bootstrap-4/*.css\" -x \"cleancss -O2 #{path} -o #{dir}/#{name}.min.css\" --no-c",
    "sass:build": "npm-run-all build-task:*",
    "sass:watch": "chokidar 'src/scss/**/*.scss' -c 'npm run sass:build'",
    "dev:theme": "npm-run-all sass:*",
    "copy": "yarn run copyfiles lib/* dist/js -u1",
    "version": "yarn"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/molgenis/molgenis-frontend.git"
  },
  "author": "MOLGENIS",
  "bugs": {
    "url": "https://github.com/molgenis/molgenis-frontend/issues"
  },
  "homepage": "http://molgenis.github.io/",
  "dependencies": {
    "babel-polyfill": "^6.26.0",
    "bootbox": "4.4.0",
    "bootstrap": "3.3.6",
    "bootstrap-4": "npm:bootstrap@4.2.1",
    "bootstrap-fileinput": "4.2.8",
    "brace": "0.5.1",
    "eonasdan-bootstrap-datetimepicker": "4.17.47",
    "handlebars": "4.0.5",
    "javascript-natural-sort": "0.7.1",
    "jquery": "3.3.1",
    "jquery-deparam": "0.5.2",
    "jquery-form": "3.50.0",
    "jquery-migrate": "3.0.0",
    "jquery-validation": "1.14.0",
    "jquery.cookie": "^1.4.1",
    "jquery.fancytree": "2.14.0",
    "mdurl": "^1.0.1",
    "moment": "^2.20.1",
    "moment-duration-format": "^1.3.0",
    "pegjs": "^0.10.0",
    "promise": "^6.1.0",
    "react": "0.13.3",
    "react-notification-system": "^0.1.17",
    "svg-pan-zoom": "3.2.6",
    "twix": "^0.9.0",
    "typedarray": "0.0.6",
    "underscore": "1.8.2",
    "urijs": "1.17.0"
  },
  "devDependencies": {
    "autoprefixer": "^9.4.3",
    "babel-cli": "^6.3.13",
    "babel-core": "^6.3.13",
    "babel-loader": "^6.2.1",
    "babel-plugin-module-alias": "^1.2.0",
    "babel-plugin-react-transform": "^1.1.0",
    "babel-preset-es2015": "^6.3.13",
    "babel-preset-react": "^6.3.13",
    "babel-preset-stage-0": "^6.3.13",
    "chokidar-cli": "^1.2.1",
    "clean-css-cli": "^4.2.1",
    "copyfiles": "^2.1.0",
    "cross-env": "^3.1.4",
    "css-loader": "^0.23.1",
    "expect": "^1.6.0",
    "express": "^4.13.3",
    "faucet": "0.0.1",
    "file-loader": "^0.8.5",
    "foreach-cli": "^1.8.1",
    "node-libs-browser": "^0.5.2",
    "node-sass-chokidar": "^1.3.4",
    "npm-run-all": "^4.1.5",
    "null-loader": "^0.1.1",
    "postcss-cli": "^6.1.0",
    "proxyquire": "^1.7.4",
    "semver": "^5.1.0",
    "skin-deep": "^0.13.0",
    "style-loader": "^0.13.0",
    "tape": "^4.4.0",
    "url-loader": "^0.5.7",
    "webpack": "^1.9.11",
    "webpack-dev-middleware": "^1.2.0",
    "webpack-hot-middleware": "^2.2.0"
  },
  "babel": {
    "presets": [
      "react",
      "es2015",
      "stage-0"
    ],
    "env": {
      "test": {
        "plugins": [
          [
            "babel-plugin-module-alias",
            [
              {
                "src": "./src/modules/react-components",
                "expose": "react-components"
              },
              {
                "src": "./src/modules/rest-client",
                "expose": "rest-client"
              }
            ]
          ]
        ]
      }
    }
  },
  "gitHead": "2d455419d3da638b23ff170ce26c4ba6c60f2fd9"
}
