wodax-login-qrcode.react
Version:
login component with qrcode for WodaX applications
141 lines (140 loc) • 4.21 kB
JSON
{
"name": "wodax-login-qrcode.react",
"version": "1.5.6",
"description": "login component with qrcode for WodaX applications ",
"keywords": [
"wodax",
"qrcode",
"login",
"login-qrcode"
],
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"files": [
"dist",
"screens",
"src/*.js"
],
"dependencies": {
"@babel/runtime": "^7.0.0",
"qrcode.react": "^0.9.3"
},
"peerDependencies": {
"prop-types": "^15.7.2",
"react": "^15.0.0 || ^16.0.0",
"react-dom": "^15.0.0 || ^16.0.0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-flow": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@commitlint/cli": "^8.0.0",
"@commitlint/config-conventional": "^8.0.0",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^9.0.0",
"babel-plugin-annotate-pure-calls": "^0.3.0",
"chalk": "^2.4.2",
"commitizen": "^3.1.1",
"commitplease": "^3.2.0",
"conventional-changelog-conventionalcommits": "^3.0.2",
"copyfiles": "^2.1.1",
"cross-env": "5.2.0",
"cz-conventional-changelog": "2.1.0",
"del-cli": "^1.1.0",
"eslint": "^4.19.1",
"eslint-config-prettier": "^2.9.0",
"eslint-config-react-app": "^2.1.0",
"eslint-config-standard": "^11.0.0",
"eslint-config-standard-react": "^6.0.0",
"eslint-plugin-flowtype": "^2.47.1",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-jsx-a11y": "^5",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-prettier": "^2.6.0",
"eslint-plugin-promise": "^3.7.0",
"eslint-plugin-react": "^7.7.0",
"eslint-plugin-standard": "^3.0.1",
"flow-bin": "^0.103.0",
"gh-pages": "^1.1.0",
"husky": "^2.4.1",
"lint-staged": "^9.2.5",
"prettier": "^1.12.1",
"react": "^16.8.4",
"react-dom": "^16.8.4",
"react-is": "^16.8.4",
"react-scripts": "^1.1.1",
"react-test-renderer": "^16.7.0",
"replace": "^1.1.1",
"rimraf": "^2.6.3",
"rollup": "^1.4.1",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-commonjs": "^9.2.1",
"rollup-plugin-node-resolve": "^4.0.1",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-terser": "^5.1.0",
"standard-version": "^7.0.0"
},
"engines": {
"node": ">=8.0.0",
"npm": ">=5.7.1",
"yarn": ">=1.16.0"
},
"author": "sunzhifeng (sunzhifeng@woda.ink) (+86 15050228829)",
"license": "MIT",
"repository": {
"type": "git",
"url": ""
},
"contributors": [
"sunzhifeng <sunzhifeng@woda.ink>"
],
"scripts": {
"commit": "git-cz",
"fix:changelog": "replace \"http://git.woda.ink///\" \"http://git.woda.ink/wodax/wodax-libraries/wodax-login-qrcode.react/\" CHANGELOG.md",
"release": "standard-version",
"npm:publish": "git push --follow-tags origin master && npm publish",
"flow": "flow check --max-warnings=0 src && flow check website",
"prettier": "prettier --write '**/*.{js,json,css}'",
"linc": "lint-staged",
"lint": "eslint '**/*.js'",
"test": "cross-env CI=1 react-scripts test --env=jsdom",
"test:watch": "react-scripts test --env=jsdom",
"build:flow": "copyfiles flow-template dist/index.cjs.js.flow && copyfiles flow-template dist/index.esm.js.flow",
"build:source": "rollup -c",
"build": "rimraf dist && mkdir dist && yarn build:flow && yarn build:source",
"start": "rollup -c -w",
"prepare": "yarn run build",
"website:build": "cd website && yarn build",
"website:deploy": "cd website && yarn deploy",
"website:run": "cd website && yarn start"
},
"lint-staged": {
"{src}/**/*.{js,json,css}": [
"prettier --write",
"git add"
],
"**/*.js": "eslint --max-warnings 10"
},
"commitplease": {
"style": "angular",
"nohook": true
},
"config": {
"commitizen": {
"path": "node_modules/cz-conventional-changelog"
}
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"standard-version": {
"scripts": {
"postchangelog": "npm run fix:changelog"
}
}
}