@ederzeel/nuxt-schema-form-nightly
Version:
A runtime form generator for nuxt
89 lines (88 loc) • 2.64 kB
JSON
{
"name": "@ederzeel/nuxt-schema-form-nightly",
"version": "0.1.0-29162336.61206bd",
"description": "A runtime form generator for nuxt",
"type": "module",
"exports": {
".": {
"types": "./dist/module.d.ts",
"import": "./dist/module.mjs",
"require": "./dist/module.cjs",
"style": "./dist/runtime/index.css"
},
"./utils/*": {
"types": "./dist/runtime/utils/*.d.ts",
"import": "./dist/runtime/utils/*.js"
}
},
"main": "./dist/module.mjs",
"types": "./dist/module.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "nuxt-module-build prepare && nuxt-module-build build .",
"dev": "nuxi dev playground",
"dev:build": "nuxi build playground",
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
"docs:dev": "nuxi dev docs",
"test": "vitest test",
"lint": "eslint .",
"release": "bumpp --commit \"release: v%s\" --push --tag"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LiamEderzeel/nuxt-schema-form.git"
},
"keywords": [
"nuxt",
"jsonSchema",
"form"
],
"author": "Liam Ederzeel",
"funding": "https://github.com/sponsors/liamederzeel",
"license": "MIT",
"bugs": {
"url": "https://github.com/LiamEderzeel/nuxt-schema-form/issues"
},
"homepage": "https://github.com/LiamEderzeel/nuxt-schema-form#readme",
"packageManager": "pnpm@9.15.4+sha512.b2dc20e2fc72b3e18848459b37359a32064663e5627a51e4c74b2c29dd8e8e0491483c3abb40789cfd578bf362fb6ba8261b05f0387d76792ed6e23ea3b1b6a0",
"devDependencies": {
"@eslint/js": "^9.19.0",
"@nuxt/eslint-config": "^1.0.0",
"@nuxt/kit": "^3.15.4",
"@nuxt/module-builder": "^0.8.4",
"@nuxt/ui": "^3.0.0",
"@tanstack/vue-table": "^8.21.3",
"@types/eslint": "^9.6.1",
"eslint": "^9.19.0",
"eslint-config-prettier": "^10.0.1",
"globals": "^15.14.0",
"jiti": "^2.4.2",
"json-schema-library": "10.0.0",
"magic-string": "^0.30.17",
"mlly": "^1.7.4",
"nuxt": "^3.16.0",
"nuxt-component-meta": "^0.10.0",
"ohash": "^2.0.11",
"pathe": "^2.0.2",
"prettier": "^3.4.2",
"tinyglobby": "^0.2.10",
"typescript": "~5.6.3",
"typescript-eslint": "^8.22.0",
"unplugin": "^2.1.2",
"unplugin-auto-import": "^19.0.0",
"unplugin-vue-components": "^28.0.0",
"yup": "^1.6.1"
},
"dependencies": {
"@internationalized/date": "^3.7.0",
"json-schema-yup-transformer": "^1.6.12"
},
"resolutions": {
"@ederzeel/nuxt-schema-form": "workspace:*"
},
"publishConfig": {
"access": "public"
}
}