react-form-pro
Version:
125 lines (124 loc) • 4.58 kB
JSON
{
"name": "react-form-pro",
"version": "0.0.21",
"description": "React Form Pro",
"keywords": [
"react",
"form",
"react-form",
"react-form-pro",
"typescript",
"ts",
"flow",
"flowjs"
],
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"start-demo": "cross-env NODE_ENV=development BUILD_TYPE=site webpack-cli serve --progress",
"start-demo:hot": "cross-env NODE_ENV=development BUILD_TYPE=site webpack-cli serve --progress --hot",
"build-demo": "cross-env NODE_ENV=production BUILD_TYPE=site webpack --progress",
"build": "cross-env NODE_ENV=production BUILD_TYPE=lib webpack --progress",
"remove-extra": "rm -rf ./coverage && rm -rf ./.nyc_output",
"check": "npm run remove-extra; npm run eslint; npm run stylelint; npm run flow;",
"check:fix": "npm run remove-extra; npm run prettier; npm run eslint:fix; npm run stylelint:fix; npm run flow;",
"eslint": "eslint .",
"eslint:fix": "eslint . --fix",
"stylelint": "stylelint ./**/*.scss",
"stylelint:fix": "stylelint ./**/*.scss --fix",
"flow": "flow stop; flow;",
"flow-stop": "flow stop;",
"prettier": "prettier --write \"./**/*.js\"",
"mdlint": "eslint --ext md .",
"mdlint:fix": "eslint --ext md . --fix",
"flow-coverage": "flow-coverage-report --config ./flow-coverage-config.json",
"zip": "zip -9 --exclude=*node_modules* --exclude=*.git* -r my-project_`git symbolic-ref --short HEAD`-`date +%Y-%m-%d--%H-%M-%S` ./",
"pre-commit-hook": "npm run eslint && npm run stylelint && npm run flow",
"test": "babel-node node_modules/.bin/_mocha ./test/",
"test-coverage": "nyc --reporter=html --reporter=text --reporter=lcov babel-node node_modules/.bin/_mocha ./test/",
"coveralls": "npm run test-coverage && cat ./coverage/lcov.info | coveralls"
},
"repository": {
"type": "git",
"url": "git+https://github.com/webbestmaster/react-form-pro.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/webbestmaster/react-form-pro/issues"
},
"homepage": "https://github.com/webbestmaster/react-form-pro#readme",
"engines": {
"node": ">=12.0.0",
"npm": ">=5.0.0"
},
"dependencies": {
"markdown-pro": "^1.0.12"
},
"peerDependencies": {
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/node": "^7.12.10",
"@babel/plugin-transform-runtime": "^7.12.10",
"@babel/plugin-transform-strict-mode": "^7.12.1",
"@babel/preset-env": "^7.12.11",
"@babel/preset-flow": "^7.12.1",
"@babel/preset-react": "^7.12.10",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.2",
"babel-plugin-flow-runtime": "^0.19.0",
"circular-dependency-plugin": "^5.2.2",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^7.0.0",
"coveralls": "^3.1.0",
"cross-env": "^7.0.3",
"css-loader": "^5.0.1",
"css-modules-flow-types-loader": "^1.4.1",
"duplicate-package-checker-webpack-plugin": "^3.0.0",
"eslint": "^7.17.0",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-filenames": "^1.3.2",
"eslint-plugin-flowtype": "^5.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-markdown": "^1.0.2",
"eslint-plugin-no-loops": "^0.3.0",
"eslint-plugin-no-use-extend-native": "^0.5.0",
"eslint-plugin-optimize-regex": "^1.2.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-sonarjs": "^0.5.0",
"eslint-plugin-unicorn": "^25.0.1",
"file-loader": "^6.2.0",
"flow-bin": "^0.141.0",
"flow-coverage-report": "^0.8.0",
"flow-runtime": "^0.17.0",
"flow-typed": "^3.2.1",
"html-webpack-plugin": "^4.5.1",
"husky": "^4.3.6",
"mini-css-extract-plugin": "^1.3.3",
"mocha": "^8.2.1",
"node-sass": "^5.0.0",
"nyc": "^15.1.0",
"optimize-css-assets-webpack-plugin": "^5.0.4",
"prettier": "^2.2.1",
"raw-loader": "^4.0.2",
"react-hot-loader": "^4.13.0",
"sass-loader": "^10.1.0",
"script-ext-html-webpack-plugin": "^2.1.5",
"style-loader": "^2.0.0",
"stylelint": "^13.8.0",
"stylelint-config-sass-guidelines": "^7.1.0",
"stylelint-config-standard": "^20.0.0",
"stylelint-scss": "^3.18.0",
"terser-webpack-plugin": "^5.0.3",
"webpack": "^5.11.1",
"webpack-bundle-analyzer": "^4.3.0",
"webpack-cli": "^4.3.1",
"webpack-dev-server": "^3.11.1"
}
}