{
  "name": "sp-image-annotation",
  "version": "1.0.59",
  "description": "A tool for image annotation",
  "main": "./dist/sp-image-annotation.min.js",
  "types": "./types/index.d.ts",
  "scripts": {
    "test": "npm run test",
    "lint": "npm run lint:js && npm run lint:style && npm run lint:prettier",
    "lint-staged": "lint-staged",
    "lint-staged:js": "eslint --ext .js,.jsx,.ts,.tsx ",
    "lint:fix": "eslint --fix --cache --ext .js,.jsx,.ts,.tsx --format=pretty ./src && npm run lint:style",
    "lint:js": "eslint --cache --ext .js,.jsx,.ts,.tsx --format=pretty ./src",
    "lint:prettier": "check-prettier lint",
    "lint:style": "stylelint --fix \"src/**/*.less\" --syntax less",
    "prettier": "prettier -c --write \"**/*\"",
    "v:patch": "npm version --no-git-tag-version patch",
    "build": "npm run v:patch && webpack --env.production",
    "dev": "webpack-dev-server --open --progress --colors",
    "start": "npm run dev"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sheldonwr/sp-image-annotation.git"
  },
  "keywords": [
    "image",
    "annotation"
  ],
  "author": "sp.xuelangyun.com",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/sheldonwr/sp-image-annotation/issues"
  },
  "homepage": "https://github.com/sheldonwr/sp-image-annotation#readme",
  "devDependencies": {
    "@babel/cli": "^7.8.4",
    "@babel/core": "^7.9.0",
    "@babel/plugin-transform-typescript": "^7.9.0",
    "@babel/preset-env": "^7.9.0",
    "@babel/preset-typescript": "^7.9.0",
    "@umijs/fabric": "^2.0.4",
    "babel-loader": "^8.1.0",
    "css-loader": "^3.4.2",
    "eslint": "^6.8.0",
    "husky": "^4.2.3",
    "less": "^3.11.1",
    "less-loader": "^5.0.0",
    "lint-staged": "^10.0.8",
    "prettier": "^1.19.1",
    "style-loader": "^1.1.3",
    "stylelint": "^13.2.1",
    "ts-loader": "^6.2.1",
    "typescript": "3.8.3",
    "webpack-cli": "^3.3.11",
    "webpack-dev-server": "^3.10.3"
  },
  "dependencies": {
    "@babel/polyfill": "^7.8.7",
    "antd": "^3.26.13",
    "events": "^3.1.0",
    "html-webpack-plugin": "^3.2.0",
    "konva": "^4.2.0",
    "mini-css-extract-plugin": "^0.9.0",
    "uuid": "^3.4.0",
    "webpack": "^4.42.0"
  }
}
