{
    "name": "ilab-makeit-captcha",
    "version": "2.1.0",
    "author": {
        "url": "https://www.makeit.vip",
        "name": "lirongtong",
        "email": "lirongtong@hotmail.com",
        "github": "https://github.com/lirongtong"
    },
    "keywords": [
        "vue",
        "vue3",
        "vite",
        "makeit",
        "captcha",
        "miitvip",
        "makeit.vip",
        "admin-captcha",
        "component",
        "makeit-component",
        "vue-component",
        "麦可易特网"
    ],
    "description": "Makeit Captcha 滑块验证码组件，是基于 Vue3.x + Vite2.x + Canvas 开发，动态生成验证滑块，结合后端进行二次校验，能有效避免被恶意抓取后的模拟验证，进一步提升验证码的可靠性。",
    "private": false,
    "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",
    "typings": "lib/index.d.ts",
    "scripts": {
        "dev": "vite",
        "declare": "webpack --config build/webpack.common.config.js --progress --color && rimraf dist/ilab-makeit-captcha.min.js",
        "compile": "rimraf es/ lib/ dist/ && gulp --gulpfile build/gulp.style.config.js",
        "dist": "webpack --config build/webpack.build.config.js --mode production --progress --color",
        "build": "rimraf es/ lib/ dist/ && npm run compile && npm run dist",
        "build:example": "vite build",
        "format": "eslint -c ./.eslintrc --fix --ext .jsx,.js,.vue,.ts,.tsx ./src"
    },
    "dependencies": {
        "@ant-design/icons-vue": "^6.1.0",
        "ant-design-vue": "^3.2.9",
        "axios": "^1.2.1",
        "vue": "^3.2.37",
        "vue-types": "^5.0.1"
    },
    "devDependencies": {
        "@babel/core": "^7.18.6",
        "@babel/eslint-parser": "^7.17.0",
        "@babel/plugin-proposal-class-properties": "^7.18.6",
        "@babel/plugin-proposal-export-default-from": "^7.18.6",
        "@babel/plugin-proposal-export-namespace-from": "^7.18.6",
        "@babel/plugin-proposal-object-rest-spread": "^7.18.6",
        "@babel/plugin-proposal-optional-chaining": "^7.18.6",
        "@babel/plugin-syntax-dynamic-import": "^7.8.3",
        "@babel/plugin-transform-object-assign": "^7.18.6",
        "@babel/plugin-transform-runtime": "^7.18.6",
        "@babel/plugin-transform-typescript": "^7.18.8",
        "@babel/preset-env": "^7.18.6",
        "@babel/preset-typescript": "^7.18.6",
        "@intlify/vite-plugin-vue-i18n": "^6.0.3",
        "@types/node": "^18.11.11",
        "@typescript-eslint/eslint-plugin": "^5.27.0",
        "@typescript-eslint/parser": "^5.27.0",
        "@vitejs/plugin-vue": "^3.2.0",
        "@vitejs/plugin-vue-jsx": "^2.1.1",
        "@vue/babel-plugin-jsx": "^1.1.1",
        "@vue/compiler-sfc": "^3.2.37",
        "@vue/eslint-config-prettier": "^7.0.0",
        "@vue/eslint-config-typescript": "^11.0.2",
        "autoprefixer": "^10.4.7",
        "babel-loader": "^9.1.0",
        "case-sensitive-paths-webpack-plugin": "^2.4.0",
        "clean-webpack-plugin": "^4.0.0",
        "compression-webpack-plugin": "^10.0.0",
        "css-loader": "^6.7.1",
        "css-minimizer-webpack-plugin": "^4.0.0",
        "eslint": "^8.11.0",
        "eslint-config-prettier": "^8.5.0",
        "eslint-plugin-import": "^2.26.0",
        "eslint-plugin-prettier": "^4.2.1",
        "eslint-plugin-vue": "^9.8.0",
        "gulp": "^4.0.2",
        "gulp-autoprefixer": "^8.0.0",
        "gulp-babel": "^8.0.0",
        "gulp-clean-css": "^4.3.0",
        "gulp-concat": "^2.6.1",
        "gulp-less": "^5.0.0",
        "gulp-sourcemaps": "^3.0.0",
        "gulp-typescript": "^5.0.1",
        "html-loader": "^4.1.0",
        "less": "^4.1.2",
        "less-loader": "^11.1.0",
        "less-plugin-npm-import": "^2.1.0",
        "merge2": "^1.4.1",
        "mini-css-extract-plugin": "^2.6.1",
        "postcss": "^8.4.14",
        "postcss-loader": "^7.0.1",
        "prettier": "^2.8.0",
        "rimraf": "^3.0.2",
        "style-loader": "^3.3.1",
        "terser-webpack-plugin": "^5.3.3",
        "through2": "^4.0.2",
        "ts-loader": "^9.3.1",
        "typescript": "^4.7.2",
        "unplugin-vue-components": "^0.22.11",
        "url-loader": "^4.1.1",
        "vite": "^3.2.5",
        "vite-plugin-eslint": "^1.5.2",
        "vue-eslint-parser": "^9.1.0",
        "vue-loader": "^17.0.0",
        "vue-style-loader": "^4.1.3",
        "vue-template-compiler": "^2.6.14",
        "webpack": "^5.70.0",
        "webpack-cli": "^5.0.1",
        "webpack-merge": "^5.8.0"
    }
}
