UNPKG

@volverjs/form-vue

Version:

Vue 3 Forms with @volverjs/ui-vue

96 lines 2.42 kB
{ "name": "@volverjs/form-vue", "type": "module", "version": "1.0.1", "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": ">= 16.x" }, "peerDependencies": { "@volverjs/ui-vue": "^0.0.x", "@vueuse/core": "^13.x.x", "ts-dot-prop": "^2.x.x", "vue": "^3.5.x", "zod": "^3.24.x" }, "devDependencies": { "@antfu/eslint-config": "^5.0.0", "@nabla/vite-plugin-eslint": "^2.0.5", "@playwright/experimental-ct-vue": "^1.54.1", "@testing-library/vue": "^8.1.0", "@vitejs/plugin-vue": "^6.0.0", "@volverjs/style": "^0.1.20", "@volverjs/ui-vue": "^0.0.9", "@vue/compiler-sfc": "^3.5.18", "@vue/runtime-core": "^3.5.18", "@vue/test-utils": "^2.4.6", "@vueuse/core": "^13.5.0", "copy": "^0.3.2", "eslint": "^9.31.0", "happy-dom": "^18.0.1", "ts-dot-prop": "^2.1.4", "typescript": "^5.8.3", "vite": "^7.0.6", "vite-plugin-dts": "^4.5.4", "vite-plugin-externalize-deps": "^0.9.0", "vitest": "^3.2.4", "vue": "^3.5.18", "zod": "^3.24.4" }, "scripts": { "lint": "eslint .", "lint:fix": "eslint . --fix", "type-check": "tsc --noEmit", "dev": "vite build --watch", "build": "vite build", "test": "pnpm run build && pnpm run test-vitest && pnpm run test-playwright", "test-vitest": "vitest run", "test-vitest-watch": "vitest", "test-playwright": "playwright test -c playwright-ct.config.ts", "test-playwright:ui": "playwright test -c playwright-ct.config.ts --ui", "credits": "npx @opengovsg/credits-generator" } }