{
  "name": "react-html5-form-demo",
  "version": "1.0.1",
  "description": "Form component to take full advantage of HTML5 Form Validation API",
  "scripts": {
    "build": "webpack --config webpack.config.js",
    "watch": "webpack --watch  --config webpack.config.js",
    "start": "http-server . -c-1",
    "lint": "jscs src",
    "lint:fix": "jscs src -x"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "babel-cli": "^6.23.0",
    "babel-loader": "^7.1.2",
    "babel-plugin-syntax-dynamic-import": "^6.18.0",
    "babel-plugin-transform-class-properties": "^6.24.1",
    "babel-plugin-transform-decorators-legacy": "^1.3.4",
    "babel-plugin-transform-object-rest-spread": "^6.26.0",
    "babel-plugin-transform-runtime": "^6.23.0",
    "babel-preset-env": "^1.6.1",
    "babel-preset-react": "^6.24.1",
    "clean-webpack-plugin": "^0.1.17",
    "http-server": "^0.11.1",
    "jscs": "^3.0.7",
    "uglifyjs-webpack-plugin": "^1.0.1",
    "webpack": "^4.31.0",
    "webpack-cli": "^3.3.2"
  },
  "dependencies": {
    "prop-types": "^15.6.1",
    "react": "^16.3.2",
    "react-dom": "^16.3.2"
  }
}
