@jsonforms/vue-vanilla
Version:
Vue 3 Vanilla renderers for JSON Forms
100 lines • 2.78 kB
JSON
{
"name": "@jsonforms/vue-vanilla",
"version": "3.6.0",
"description": "Vue 3 Vanilla renderers for JSON Forms",
"repository": "https://github.com/eclipsesource/jsonforms",
"bugs": "https://github.com/eclipsesource/jsonforms/issues",
"homepage": "http://jsonforms.io/",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"keywords": [
"vue",
"vue3",
"vue 3",
"form",
"forms",
"json",
"jsonforms",
"frontend",
"generator",
"input",
"renderengine",
"jsonschema",
"schema",
"uischema",
"layout",
"customization",
"html5",
"css",
"tailwind"
],
"main": "lib/jsonforms-vue-vanilla.cjs.js",
"module": "lib/jsonforms-vue-vanilla.esm.js",
"types": "lib/src/index.d.ts",
"files": [
"lib/*",
"src/*",
"vanilla.css"
],
"dependencies": {
"lodash": "^4.17.21"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"@babel/preset-typescript": "^7.9.0",
"@types/chai": "^4.2.11",
"@types/jest": "^27.4.1",
"@types/mocha": "^5.2.4",
"@types/node": "^22.13.8",
"@typescript-eslint/eslint-plugin": "^5.54.1",
"@typescript-eslint/parser": "^5.54.1",
"@vue/cli-plugin-babel": "~5.0.8",
"@vue/cli-plugin-typescript": "~5.0.8",
"@vue/cli-plugin-unit-mocha": "~5.0.8",
"@vue/cli-service": "~5.0.8",
"@vue/eslint-config-typescript": "^11.0.2",
"@vue/test-utils": "^2.4.5",
"chai": "^4.1.2",
"cross-env": "^7.0.2",
"eslint": "^8.56.0",
"eslint-config-prettier": "^8.7.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier-vue": "^4.2.0",
"eslint-plugin-vue": "^9.9.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.4",
"rimraf": "^3.0.2",
"rollup": "^2.78.0",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-cleanup": "^3.2.1",
"rollup-plugin-typescript2": "^0.34.1",
"rollup-plugin-visualizer": "^5.4.1",
"rollup-plugin-vue": "^6.0.0",
"symlink-dir": "^5.0.0",
"tslib": "^2.5.0",
"typedoc": "~0.25.3",
"typescript": "~5.5.0",
"vue": "^3.4.21",
"vue-jest": "^5.0.0-0",
"@jsonforms/core": "3.6.0",
"@jsonforms/vue": "3.6.0"
},
"peerDependencies": {
"@jsonforms/core": "3.6.0",
"@jsonforms/vue": "3.6.0",
"vue": "^3.2.26"
},
"scripts": {
"serve": "vue-cli-service serve dev/serve.ts",
"build": "cross-env NODE_ENV=production rollup --config rollup.config.js",
"build:examples-app": "rollup -c rollup.example.config.js",
"clean": "rimraf lib example/dist",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"doc": "typedoc --name 'JSON Forms Vue Vanilla Renderers' --out docs src",
"test": "vue-cli-service test:unit"
}
}