@hcaptcha/vue-hcaptcha
Version:
hCaptcha Component Library for Vue.js. Compatible with Vue 2 and 3.
124 lines (123 loc) • 3.31 kB
JSON
{
"name": "@hcaptcha/vue-hcaptcha",
"version": "1.3.0",
"types": "types/index.d.ts",
"main": "./dist/@hcaptcha/vue-hcaptcha.umd.min.js",
"module": "./dist/@hcaptcha/vue-hcaptcha.common.js",
"files": [
"dist/@hcaptcha",
"types/index.d.ts"
],
"author": "hCaptcha team and contributors",
"homepage": "https://github.com/hCaptcha/vue-hcaptcha",
"organization": "hCaptcha",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/hCaptcha/vue-hcaptcha.git",
"web": "https://github.com/hCaptcha/vue-hcaptcha",
"directory": "packages/vue2"
},
"bugs": {
"url": "https://github.com/hCaptcha/vue-hcaptcha/issues"
},
"scripts": {
"test": "npm run test:unit && npm run test:types",
"test:unit": "vue-cli-service test:unit",
"test:types": "tsc -p types/__tests__",
"lint": "vue-cli-service lint --no-fix",
"lint:fix": "vue-cli-service lint",
"build": "vue-cli-service build --target lib src/main.js",
"serve": "npm run --prefix examples/traditional-vue2 serve",
"serve:ts": "npm run --prefix examples/ts-vue2 serve"
},
"devDependencies": {
"@actions/core": "^1.2.6",
"@babel/core": "^7.2.2",
"@babel/plugin-transform-modules-commonjs": "^7.2.0",
"@babel/preset-env": "^7.0.0",
"@vue/cli": "3.12.1",
"@vue/cli-plugin-babel": "^3.0.1",
"@vue/cli-plugin-eslint": "^3.0.1",
"@vue/cli-plugin-unit-jest": "^3.0.1",
"@vue/cli-service": "^3.0.1",
"@vue/test-utils": "^1.2.2",
"@yonyou-cloud/eslint-config": "0.0.1",
"autoprefixer": "^9.1.5",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^23.4.2",
"babel-loader": "^8.0.4",
"eslint": "^5.10.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-flowtype": "^3.2.0",
"eslint-plugin-html": "^5.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^8.0.0",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^5.0.0",
"jest": "^24.9.0",
"jest-cli": "^23.6.0",
"jest-vue-preprocessor": "^1.4.0",
"jsdom": "^16.5.0",
"jsdom-global": "^3.0.2",
"mini-css-extract-plugin": "^0.4.2",
"node-fetch": "^2.6.1",
"thread-loader": "^1.2.0",
"typescript": "^4.1.3",
"vue": "^2.6.12",
"vue-jest": "^3.0.2",
"vue-loader": "^15.4.2",
"vue-server-renderer": "^2.5.21",
"vue-template-compiler": "^2.6.12",
"webpack": "^4.28.1"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"eslint:recommended"
],
"rules": {},
"parserOptions": {
"parser": "babel-eslint"
}
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
],
"jest": {
"moduleFileExtensions": [
"js",
"json",
"vue"
],
"transform": {
".*\\.(vue)$": "vue-jest",
"^.+\\.js$": "<rootDir>/node_modules/babel-jest"
}
},
"keywords": [
"hcaptcha",
"captcha",
"component",
"vue",
"vue-component",
"earn"
],
"peerDependencies": {
"vue": "^2.0.0"
},
"gitHead": "411f1c9b2ed21bea0f612463ee33d4ee66f15889"
}