UNPKG

@piscium2010/v-form

Version:

This is not a form, instead it is only a form shell of which the single responsibility is validating and providing error messages. Capable of definding flexiable rules and validating multi fields at a time.

80 lines (79 loc) 2.55 kB
{ "name": "@piscium2010/v-form", "version": "1.4.2", "main": "dist/index.js", "description": "", "scripts": { "test": "npm run build && jest", "start": "npm run start:ant", "start:ant": "webpack-dev-server --config ant/webpack.ant.js --env.NODE_ENV=dev", "build:ant": "webpack --config ant/webpack.ant.js --env.NODE_ENV=production", "start:fab": "webpack-dev-server --config fabric/webpack.fabric.js --env.NODE_ENV=dev", "build:fab": "webpack --config fabric/webpack.fabric.js --env.NODE_ENV=production", "start:mat": "webpack-dev-server --config material/webpack.material.js --env.NODE_ENV=dev", "build:mat": "webpack --config material/webpack.material.js --env.NODE_ENV=production", "build": "gulp" }, "keywords": [ "form", "validation", "rule", "react-formal", "yup", "v-rule", "v-form" ], "author": "piscium2010 <541032442@qq.com>", "license": "ISC", "dependencies": { "react": "^16.9.0", "react-dom": "^16.9.0", "react-input-message": "^0.16.0", "v-rule": "^1.0.7" }, "devDependencies": { "@babel/cli": "^7.5.5", "@babel/core": "^7.5.5", "@babel/plugin-proposal-class-properties": "^7.5.5", "@babel/plugin-proposal-decorators": "^7.4.4", "@babel/plugin-syntax-dynamic-import": "^7.2.0", "@babel/plugin-syntax-object-rest-spread": "^7.2.0", "@babel/preset-env": "^7.5.5", "@babel/preset-react": "^7.0.0", "@date-io/date-fns": "^1.3.9", "@material-ui/core": "^4.4.0", "@material-ui/pickers": "^3.2.4", "@testing-library/react": "^9.1.3", "@types/date-fns": "^2.6.0", "@uifabric/icons": "^7.3.0", "babel-jest": "^24.9.0", "babel-loader": "^8.0.6", "clean-webpack-plugin": "^3.0.0", "css-loader": "^3.2.0", "date-fns": "^2.0.1", "file-loader": "^4.2.0", "gulp": "^4.0.2", "gulp-babel": "^8.0.0", "gulp-cli": "^2.2.0", "html-loader": "^0.5.5", "html-webpack-plugin": "^3.2.0", "jest": "^24.9.0", "less": "^3.10.3", "less-loader": "^5.0.0", "less-plugin-clean-css": "^1.5.1", "mini-css-extract-plugin": "^0.8.0", "optimize-css-assets-webpack-plugin": "^5.0.3", "react-test-renderer": "^16.10.2", "style-loader": "^1.0.0", "terser-webpack-plugin": "^1.4.1", "url-loader": "^2.1.0", "webpack": "^4.39.3", "webpack-cli": "^3.3.7", "webpack-dev-server": "^3.8.0", "webpack-merge": "^4.2.2" }, "repository": { "type": "git", "url": "https://github.com/piscium2010/v-form.git" } }