{
  "name": "wzy-data-picker",
  "version": "1.0.0",
  "description": "",
  "main": "dist/date-picker.bundle.js",
  "scripts": {
    "test": "mocha --require babel-core/register",
    "stylus:watch": "mkdir css & stylus -w -m styl/ -o css/",
    "webpack:watch": "npx webpack",
    "lint": "eslint ./app --cache --ignore-pattern .gitignore",
    "precommit-msg": "echo 'Pre-commit checks...' && exit 0"
  },
  "keywords": [
    "component",
    "date-picker"
  ],
  "pre-commit": [
    "precommit-msg",
    "lint"
  ],
  "author": "xiaozhi",
  "license": "ISC",
  "dependencies": {
    "bootstrap": "^4.1.1",
    "colors.css": "^2.3.0",
    "jquery": "^3.3.1",
    "normalize.css": "^8.0.0",
    "stylish": "^1.0.0"
  },
  "devDependencies": {
    "babel-core": "^6.26.3",
    "babel-loader": "^7.1.4",
    "babel-preset-env": "^1.7.0",
    "del": "^3.0.0",
    "eslint": "^4.19.1",
    "eslint-loader": "^2.0.0",
    "event-stream": "^3.3.4",
    "gulp": "^3.9.1",
    "gulp-base64": "^0.1.3",
    "gulp-clean-css": "^3.9.4",
    "gulp-header": "^2.0.5",
    "gulp-rename": "^1.2.3",
    "gulp-replace": "^1.0.0",
    "gulp-stylus": "^2.7.0",
    "gulp-uglify": "^3.0.0",
    "handlebars": "^4.0.11",
    "handlebars-loader": "^1.7.0",
    "marked": "^0.4.0",
    "mocha": "^5.2.0",
    "pre-commit": "^1.2.2",
    "run-sequence": "^2.2.1",
    "should": "^13.2.1",
    "webpack": "^4.11.1",
    "webpack-cli": "^3.0.3",
    "webpack-stream": "^3.2.0"
  }
}
