{
  "name": "@minwe/jscrop",
  "version": "3.0.3",
  "description": "The Javascript cropping widget",
  "main": "lib/jcrop.js",
  "module": "es/jcrop.js",
  "unpkg": "dist/jcrop.js",
  "scripts": {
    "build": "npm run build:module && npm run js:prod && npm run css:prod",
    "build:module": "father build",
    "build:old": "npx webpack --mode production src/jcrop.js --output dist/jcrop.js && npx webpack --mode development src/jcrop.js --output dist/jcrop.dev.js && npm run css",
    "start": "npx http-server",
    "dev": "npx webpack --mode development",
    "watch": "npx webpack --watch --mode development src/jcrop.js --output dist/jcrop.js",
    "js:prod": "npx webpack --mode production",
    "css": "npx node-sass --output-style=extended style/jcrop.scss dist/jcrop.dev.css && npx node-sass --output-style=compressed --source-map dist/jcrop.css.map style/jcrop.scss dist/jcrop.css",
    "css:prod": "npx node-sass --output-style=compressed style/jcrop.scss dist/jcrop.css",
    "docs": "vuepress build docs",
    "docs:build": "sh build/docs-deploy.sh",
    "test": "echo \"Error: no test specified\" && exit 1",
    "pub": "npm run build && npm publish --access=public"
  },
  "author": "",
  "license": "MIT",
  "babel": {
    "presets": [
      "@babel/preset-env"
    ]
  },
  "repository": {
    "url": "https://github.com/minwe/js-crop"
  },
  "maintainers": [
    {
      "name": "minwe",
      "email": "hegfirose@gmail.com"
    }
  ],
  "devDependencies": {
    "@babel/core": "^7.6.0",
    "@babel/preset-env": "^7.6.0",
    "babel-loader": "^8.0.6",
    "babel-plugin-add-module-exports": "^1.0.2",
    "css-loader": "^3.2.0",
    "extract-text-webpack-plugin": "^3.0.2",
    "father": "^2.18.3",
    "http-server": "^0.11.1",
    "node-sass": "^4.12.0",
    "sass-loader": "^8.0.0",
    "source-map": "^0.7.3",
    "style-loader": "^1.0.0",
    "vuepress": "^1.1.0",
    "webpack": "^4.40.2",
    "webpack-cli": "^3.3.9"
  },
  "dependencies": {
    "@babel/runtime": "^7.6.0",
    "resize-observer-polyfill": "^1.5.0"
  }
}
