react-captcha-code-li
Version:
基于React和canvas的验证码,不包含0,1,L,O
59 lines (58 loc) • 1.74 kB
JSON
{
"name": "react-captcha-code-li",
"version": "1.0.4",
"description": "基于React和canvas的验证码,不包含0,1,L,O",
"main": "build/es/index.js",
"types": "build/types/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"clean": "rm -rf build",
"build": "npm run clean && npm run build:cjs && npm run build:esm && npm run build:typings",
"build:cjs": "tsc --module commonjs --outDir build/cjs",
"build:esm": "tsc --module esnext --outDir build/es",
"build:typings": "tsc --outDir build/types --declaration --emitDeclarationOnly"
},
"keywords": [
"验证码",
"react验证码",
"canvas验证码"
],
"author": {
"email": "1347276498@qq.com",
"name": "LMY"
},
"repository": {
"type": "git",
"url": "git@github.com:WebEngineerLi/react-captcha.git"
},
"license": "ISC",
"dependencies": {
"classnames": "^2.2.6",
"lodash": "^4.17.15",
"styled-components": "^5.1.0"
},
"peerDependencies": {
"react": "^16.13.1",
"react-dom": "^16.13.1"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@storybook/addon-actions": "^5.3.18",
"@storybook/addon-info": "^5.3.18",
"@storybook/addon-links": "^5.3.18",
"@storybook/addons": "^5.3.18",
"@storybook/react": "^5.3.18",
"@types/classnames": "^2.2.10",
"@types/jest": "^25.2.1",
"@types/lodash": "^4.14.149",
"@types/styled-components": "^5.0.1",
"babel-loader": "^8.1.0",
"jest": "^25.3.0",
"react-docgen-typescript-loader": "^3.7.2",
"ts-jest": "^25.3.1",
"ts-loader": "^6.2.2",
"typescript": "^3.8.3"
}
}