antd-captcha-input
Version:
Captcha input component as standard Ant.Design form item
84 lines (83 loc) • 2.33 kB
JSON
{
"license": "MIT",
"name": "antd-captcha-input",
"version": "0.1.0",
"description": "Captcha input component as standard Ant.Design form item",
"keywords": [
"react",
"antd",
"ant-design",
"captcha",
"captcha-input",
"input"
],
"main": "./dist/index.js",
"module": "./dist/index.esm.js",
"source": "./src/index.tsx",
"typings": "./dist/index.d.ts",
"files": [
"dist"
],
"engines": {
"node": ">=10"
},
"scripts": {
"build": "father-build",
"start": "father-build --watch",
"prepack": "yarn build",
"lint:es": "eslint . --ext .js,.jsx,.ts,.tsx",
"lint:style": "stylelint '**/*.{css,less,scss,sass}'",
"test": "yarn test:unit && yarn test:lint",
"test:lint": "yarn lint:es && yarn lint:style",
"test:unit": "cross-env CI=1 react-scripts test --env=jsdom",
"test:watch": "react-scripts test --env=jsdom",
"precommit": "lint-staged"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
"eslint --fix"
],
"*.{css,less,scss,sass}": [
"stylelint --fix"
]
},
"peerDependencies": {
"antd": "4.x",
"react": ">= 16.8.0 || 17.x"
},
"devDependencies": {
"@testing-library/dom": "~7.29.4",
"@testing-library/jest-dom": "~5.11.9",
"@testing-library/react": "~11.2.3",
"@testing-library/user-event": "~12.6.0",
"@types/jest": "~26.0.20",
"@types/node": "~14.14.21",
"@types/react": "~17.0.0",
"@types/react-dom": "~17.0.0",
"@typescript-eslint/eslint-plugin": "~4.0.0",
"@typescript-eslint/parser": "~4.0.0",
"antd": "^4.15.4",
"babel-eslint": "~10.1.0",
"cross-env": "^7.0.3",
"eslint": "~7.11.0",
"eslint-config-prettier": "~7.1.0",
"eslint-config-react-app": "~6.0.0",
"eslint-plugin-flowtype": "~5.2.0",
"eslint-plugin-import": "~2.22.0",
"eslint-plugin-jsx-a11y": "~6.3.1",
"eslint-plugin-prettier": "~3.3.1",
"eslint-plugin-react": "~7.20.3",
"eslint-plugin-react-hooks": "~4.0.8",
"father-build": "^1.19.4",
"husky": "^6.0.0",
"lint-staged": "^10.5.4",
"prettier": "^2.2.1",
"react": "~17.0.1",
"react-dom": "~17.0.1",
"react-scripts": "~4.0.1",
"stylelint": "~13.8.0",
"stylelint-config-prettier": "~8.0.2",
"stylelint-prettier": "~1.1.2",
"typescript": "~4.1.3"
}
}