UNPKG

simple-vue3-validator

Version:

lightweight yet flexible validation lib for vue.js - fork of simple-vue-validator

77 lines (76 loc) 2.3 kB
{ "name": "simple-vue3-validator", "version": "1.0.0-beta.2", "description": "lightweight yet flexible validation lib for vue.js - fork of simple-vue-validator", "main": "src/index.js", "scripts": { "test": "mocha --require babel-core/register test/**/**.spec.js", "lib-build": "cross-env NODE_ENV=production webpack --progress --config webpack-lib.config.js", "lib-web-test": "cross-env NODE_ENV=development webpack-dev-server --open --inline --hot --config webpack-lib.config.js", "doc-site-build": "cross-env NODE_ENV=production webpack --progress --hide-modules --config webpack-doc-site.config.js", "doc-site-dev": "cross-env NODE_ENV=development webpack-dev-server --open --inline --hot --config webpack-doc-site.config.js --host 0.0.0.0" }, "files": [ "src" ], "repository": { "type": "git", "url": "git+https://github.com/rak-phillip/simple-vue3-validator" }, "keywords": [ "validation", "form", "vue", "vue.js", "vue3", "vue 3" ], "author": "semisleep", "contributors": [ { "name": "rak-phillip", "url": "https://github.com/rak-phillip" } ], "license": "MIT", "bugs": { "url": "https://github.com/rak-phillip/simple-vue3-validator/issues" }, "homepage": "https://github.com/rak-phillip/simple-vue3-validator#readme", "dependencies": { "deep-equal": "1.0.1", "es6-promise": "4.0.5", "lodash.get": "^4.4.2" }, "devDependencies": { "@types/chai": "4.1.1", "@types/mocha": "2.2.46", "autoprefixer": "6.5.3", "babel-core": "6.26.0", "babel-loader": "7.1.2", "babel-preset-es2015": "6.24.1", "bluebird": "3.4.7", "chai": "4.1.2", "cross-env": "3.0.0", "css-loader": "0.28.4", "csswring": "6.0.0", "extract-text-webpack-plugin": "3.0.0", "file-loader": "0.11.2", "font-awesome": "4.7.0", "icheck": "1.0.2", "jquery": "^3.5.1", "mocha": "5.0.0", "postcss-import": "10.0.0", "postcss-loader": "2.0.6", "postcss-url": "7.1.1", "prismjs": "1.6.0", "style-loader": "0.18.2", "url-loader": "0.5.9", "vue": "^3.0.0-0", "vue-loader": "13.7.0", "vue-template-compiler": "2.5.13", "waypoints": "4.0.1", "webpack": "3.4.1", "webpack-dev-server": "2.6.1" } }