{
  "name": "antd-cron-builder",
  "version": "1.1.2",
  "description": "A cron expression generator to be used in React applications",
  "main": "index.js",
  "scripts": {
    "build": "webpack --progress",
    "watch": "webpack --watch --progress"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/liudongrong/cron-editor.git"
  },
  "keywords": [
    "cron",
    "editor",
    "react",
    "antd",
    "quartz"
  ],
  "author": "Ladtor",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/liudongrong/cron-editor/issues"
  },
  "homepage": "https://github.com/liudongrong/cron-editor#readme",
  "dependencies": {
    "antd": "3.11.6",
    "babel-plugin-import": "1.11.0",
    "babel-runtime": "^6.26.0",
    "moment": "2.23.0",
    "react": "^16.7.0",
    "react-dom": "^16.7.0"
  },
  "devDependencies": {
    "babel-core": "^6.26.0",
    "babel-loader": "^7.1.4",
    "babel-preset-env": "1.7.0",
    "babel-preset-es2015": "6.24.1",
    "babel-preset-react": "^6.24.1",
    "babel-preset-stage-2": "^6.24.1",
    "clean-webpack-plugin": "^0.1.19",
    "css-loader": "^0.28.11",
    "style-loader": "^0.20.3",
    "webpack": "^4.2.0",
    "webpack-cli": "3.2.0"
  }
}
