{
  "name": "ra-components",
  "version": "1.5.6",
  "description": "View components for React Admin",
  "main": "lib/Components.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "./node_modules/babel-cli/bin/babel.js src -d lib && cp src/style.less lib/style.less",
    "patch": "npm run build && npm version patch && git push && npm publish",
    "major": "npm run build && npm version major && git push && npm publish",
    "minor": "npm run build && npm version minor && git push && npm publish",
    "start-dev": "NODE_ENV=development node dev-server ./webpack/config",
    "build-demo": "NODE_ENV=production npm run webpack",
    "webpack": "webpack --colors --progress --config ./webpack/config"
  },
  "babel": {
    "presets": [
      "es2015",
      "react",
      "stage-0"
    ]
  },
  "config": {
    "buildDir": "./demo-build",
    "devHost": "localhost",
    "devPort": 8232
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/react-admin-framework/ra-components.git"
  },
  "keywords": [
    "react-admin"
  ],
  "author": "Trung Dinh Quang",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/react-admin-framework/ra-components/issues"
  },
  "homepage": "https://github.com/react-admin-framework/ra-components#readme",
  "dependencies": {
    "babel-cli": "^6.9.0",
    "bootstrap-tagsinput": "^0.7.1",
    "classnames": "^2.2.5",
    "ra-validator": "^1.0.1",
    "react": "^15.1.0",
    "react-select": "^1.0.0-beta13"
  },
  "devDependencies": {
    "autoprefixer": "^6.3.6",
    "babel-cli": "^6.9.0",
    "babel-eslint": "^6.0.4",
    "babel-loader": "^6.2.4",
    "babel-preset-es2015": "^6.9.0",
    "babel-preset-react": "^6.5.0",
    "babel-preset-stage-0": "^6.5.0",
    "bootstrap-toggle": "^2.2.2",
    "css-loader": "^0.23.1",
    "eslint": "^2.10.2",
    "eslint-config-airbnb": "^9.0.1",
    "eslint-plugin-import": "^1.12.0",
    "eslint-plugin-jsx-a11y": "^2.0.1",
    "eslint-plugin-react": "^5.1.1",
    "extract-text-webpack-plugin": "^1.0.1",
    "file-loader": "^0.8.5",
    "imports-loader": "^0.6.5",
    "less": "^2.7.1",
    "less-loader": "^2.2.3",
    "opn": "^4.0.2",
    "postcss-loader": "^0.9.1",
    "react-dom": "^15.1.0",
    "react-hot-loader": "^1.3.0",
    "script-loader": "^0.7.0",
    "style-loader": "^0.13.1",
    "template-html-loader": "0.0.3",
    "url-loader": "^0.5.7",
    "webpack": "^1.13.1",
    "webpack-dev-server": "^1.14.1"
  }
}
