UNPKG

@volverjs/form-vue

Version:

Vue 3 Forms with @volverjs/ui-vue

100 lines 2.48 kB
{ "name": "@volverjs/form-vue", "type": "module", "version": "1.1.5", "description": "Vue 3 Forms with @volverjs/ui-vue", "author": "8 Wave S.r.l.", "license": "MIT", "homepage": "https://github.com/volverjs/form-vue", "repository": { "type": "git", "url": "https://github.com/volverjs/form-vue" }, "bugs": { "url": "https://github.com/volverjs/form-vue/issues" }, "keywords": [ "form", "form-field", "form-wrapper", "vue3", "zod", "validation" ], "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.es.js", "default": "./dist/index.umd.js" }, "./src/*": "./src/*", "./dist/*": "./dist/*" }, "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts", "typesVersions": { "*": { "*": [ "dist/index.d.ts" ] } }, "files": [ "*.d.ts", "dist", "node", "src" ], "engines": { "node": "^20.19.0 || >=22.12.0" }, "peerDependencies": { "@volverjs/ui-vue": "^0.0.12", "@vueuse/core": "^14.0.0", "dot-prop": "^10.0.0", "vue": "^3.5.0", "zod": "^3.25.0 || ^4.0.0" }, "devDependencies": { "@antfu/eslint-config": "^9.1.0", "@nabla/vite-plugin-eslint": "^3.0.1", "@testing-library/vue": "^8.1.0", "@vitejs/plugin-vue": "^6.0.7", "@vitest/browser-playwright": "^4.1.9", "@volverjs/style": "^0.1.24", "@volverjs/ui-vue": "^0.0.15", "@vue/compiler-dom": "^3.5.39", "@vue/compiler-sfc": "^3.5.39", "@vue/language-core": "^3.3.5", "@vue/runtime-core": "^3.5.39", "@vue/shared": "^3.5.39", "@vue/test-utils": "^2.4.11", "@vueuse/core": "^14.3.0", "copy": "^0.3.2", "dot-prop": "^10.1.0", "eslint": "^10.5.0", "happy-dom": "^20.10.6", "playwright": "^1.61.1", "typescript": "^6.0.3", "vite": "^8.1.0", "vite-plugin-dts": "^5.0.3", "vite-plugin-externalize-deps": "^0.10.0", "vitest": "^4.1.9", "vitest-browser-vue": "^2.1.0", "vue": "^3.5.39", "zod": "^4.4.3" }, "scripts": { "lint": "eslint .", "lint:fix": "eslint . --fix", "type-check": "tsc --noEmit", "dev": "vite build --watch", "build": "vite build", "test": "pnpm run build && vitest run", "test:unit": "vitest run --project unit", "test:browser": "vitest run --project browser", "test:watch": "vitest", "credits": "npx @opengovsg/credits-generator" } }