UNPKG

vue-dog-form

Version:

The simplest vue 3 form validation plugin.

52 lines (51 loc) 1.15 kB
{ "name": "vue-dog-form", "description": "The simplest vue 3 form validation plugin.", "author": "yklim9938", "keywords": [ "vue", "form", "validation" ], "license": "MIT", "version": "3.0.0", "type": "module", "main": "./dist/index.cjs", "exports": { ".": { "import": "./dist/index.js", "types": "./dist/index.d.ts" } }, "module": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist" ], "repository": { "type": "git", "url": "https://github.com/yklim9938/vue-dog-form" }, "scripts": { "dev": "vite", "build": "run-p type-check \"build-only {@}\" --", "preview": "vite preview", "build-only": "vite build", "type-check": "vue-tsc --build --force" }, "dependencies": { "vue": "^3.5.12" }, "devDependencies": { "@tsconfig/node22": "^22.0.0", "@types/node": "^22.9.0", "@vitejs/plugin-vue": "^5.1.4", "@vue/tsconfig": "^0.5.1", "npm-run-all2": "^7.0.1", "typescript": "~5.6.3", "vite": "^5.4.10", "vite-plugin-dts": "^4.3.0", "vite-plugin-vue-devtools": "^7.5.4", "vue-tsc": "^2.1.10" } }