{
    "name": "@inmeng/makeit-captcha",
    "version": "1.0.1",
    "publishConfig": {
        "access": "public"
    },
    "private": false,
    "keywords": [
        "vue",
        "vue3",
        "vite",
        "makeit",
        "captcha",
        "miitvip",
        "makeit.vip",
        "admin-captcha",
        "component",
        "makeit-component",
        "vue-component",
        "麦可易特网"
    ],
    "description": "Makeit Captcha 滑块验证码组件，是基于 Vue3.0 + Vite + Canvas 开发，动态生成验证滑块，结合后端进行二次校验，能有效避免被恶意抓取后的模拟验证，进一步提升验证码的可靠性。",
    "license": "MIT",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/lirongtong/miitvip-captcha.git"
    },
    "bugs": {
        "url": "https://github.com/lirongtong/miitvip-captcha/issues"
    },
    "homepage": "https://admin.makeit.vip/components/captcha",
    "files": [
        "dist",
        "lib",
        "es",
        "fonts"
    ],
    "main": "lib/index.js",
    "module": "es/index.js",
    "unpkg": "dist/captcha.min.js",
    "scripts": {
        "dev": "vite",
        "declare": "webpack --config build/webpack.common.config.js --progress --color && rm -rf dist/makeit-captcha.min.js",
        "dist": "webpack --config build/webpack.build.config.js --mode production --progress --color",
        "compile": "gulp --gulpfile build/gulp.config.js",
        "build": "rm -rf es/ dist/ lib/ fonts/ && npm run compile  && npm run dist && npm run declare",
        "build:example": "vite build",
        "lint": "eslint -c ./.eslintrc --fix --ext .jsx,.js,.vue,.ts ./src"
    },
    "dependencies": {
        "@ant-design/icons-vue": "^5.1.9",
        "axios": "^0.21.1",
        "makeit-tooltip": "^1.1.2",
        "rm": "^0.1.8",
        "vue": "^3.0.4",
        "vue-types": "^3.0.1"
    },
    "devDependencies": {
        "@babel/core": "^7.12.10",
        "@babel/plugin-proposal-class-properties": "^7.12.1",
        "@babel/plugin-proposal-export-default-from": "^7.12.1",
        "@babel/plugin-proposal-export-namespace-from": "^7.12.1",
        "@babel/plugin-proposal-object-rest-spread": "^7.12.1",
        "@babel/plugin-proposal-optional-chaining": "^7.12.7",
        "@babel/plugin-syntax-dynamic-import": "^7.8.3",
        "@babel/plugin-transform-object-assign": "^7.12.1",
        "@babel/plugin-transform-runtime": "^7.12.10",
        "@babel/plugin-transform-typescript": "^7.12.1",
        "@babel/preset-env": "^7.12.11",
        "@babel/preset-typescript": "^7.12.7",
        "@typescript-eslint/eslint-plugin": "^4.11.0",
        "@typescript-eslint/parser": "^4.11.0",
        "@vue/babel-plugin-jsx": "^1.0.0",
        "@vue/compiler-sfc": "^3.0.4",
        "@vue/eslint-config-prettier": "^6.0.0",
        "@vue/eslint-config-typescript": "^7.0.0",
        "autoprefixer": "^9.8.6",
        "babel-loader": "^8.2.2",
        "case-sensitive-paths-webpack-plugin": "^2.3.0",
        "clean-webpack-plugin": "^3.0.0",
        "compression-webpack-plugin": "^7.1.1",
        "css-loader": "^5.0.1",
        "eslint": "^7.16.0",
        "eslint-plugin-prettier": "^3.3.0",
        "eslint-plugin-vue": "^7.4.0",
        "gulp": "^4.0.2",
        "gulp-autoprefixer": "^7.0.1",
        "gulp-babel": "^8.0.0",
        "gulp-clean-css": "^4.3.0",
        "gulp-concat": "^2.6.1",
        "gulp-less": "^4.0.1",
        "gulp-sourcemaps": "^3.0.0",
        "gulp-typescript": "^6.0.0-alpha.1",
        "html-loader": "^1.3.2",
        "less": "^3.13.1",
        "less-loader": "^7.2.0",
        "less-plugin-npm-import": "^2.1.0",
        "merge2": "^1.4.1",
        "mini-css-extract-plugin": "^1.3.3",
        "optimize-css-assets-webpack-plugin": "^5.0.4",
        "postcss": "^8.2.1",
        "postcss-loader": "^4.1.0",
        "prettier": "^2.2.1",
        "rimraf": "^3.0.2",
        "terser-webpack-plugin": "^5.0.3",
        "through2": "^4.0.2",
        "ts-loader": "^8.0.12",
        "typescript": "^4.1.3",
        "url-loader": "^4.1.1",
        "vite": "^1.0.0-rc.13",
        "vue-loader": "^16.1.2",
        "vue-style-loader": "^4.1.2",
        "vue-template-compiler": "^2.6.12",
        "webpack": "^5.11.0",
        "webpack-cli": "^4.3.0",
        "webpack-merge": "^5.7.3"
    }
}
