{
  "name": "@jsonforms/vue2-vanilla",
  "version": "3.1.0",
  "description": "Vue 2 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",
    "vue2",
    "vue 2",
    "form",
    "forms",
    "json",
    "jsonforms",
    "frontend",
    "generator",
    "input",
    "renderengine",
    "jsonschema",
    "schema",
    "uischema",
    "layout",
    "customization"
  ],
  "main": "lib/jsonforms-vue2-vanilla.cjs.js",
  "module": "lib/jsonforms-vue2-vanilla.esm.js",
  "types": "lib/src/index.d.ts",
  "files": [
    "lib/*",
    "src/*",
    "vanilla.css"
  ],
  "scripts": {
    "copy:source": "rimraf src && cp-cli ../../vue/vue-vanilla/src src && cp-cli ../../vue/vue-vanilla/vanilla.css vanilla.css",
    "copy:dev": "rimraf src dev/components && cp-cli ../../vue/vue-vanilla/dev/components dev/components",
    "serve:pre": "npm run copy:source && npm run copy:dev",
    "serve:do": "vue-cli-service serve dev/serve.ts",
    "serve": "npm run serve:pre && npm run serve:do",
    "build:pre": "npm run copy:source && rimraf ../vue2/node_modules/@jsonforms/core",
    "build:do": "cross-env NODE_ENV=production rollup --config rollup.config.js",
    "build": "run-s --continue-on-error build:pre build:do build:after",
    "build:after": "symlink-dir ../../core ../vue2/node_modules/@jsonforms/core",
    "clean": "rimraf lib",
    "doc": "typedoc --name 'JSON Forms Vue 2 Vanilla Renderers' --mode file --out docs src --ignoreCompilerErrors"
  },
  "dependencies": {
    "lodash": "^4.17.15"
  },
  "devDependencies": {
    "@babel/core": "^7.9.0",
    "@babel/preset-env": "^7.9.5",
    "@babel/preset-typescript": "^7.9.0",
    "@jsonforms/core": "^3.1.0",
    "@jsonforms/vue2": "^3.1.0",
    "@rollup/plugin-alias": "^3.1.8",
    "@types/jest": "^24.0.23",
    "@vue/cli-plugin-babel": "~4.5.18",
    "@vue/cli-plugin-typescript": "~4.5.18",
    "@vue/cli-plugin-unit-jest": "~4.5.18",
    "@vue/cli-service": "~4.5.18",
    "@vue/test-utils": "^1.0.3",
    "cp-cli": "^2.0.0",
    "cross-env": "^7.0.2",
    "npm-run-all": "^4.1.5",
    "rimraf": "^3.0.2",
    "rollup": "^2.78.0",
    "rollup-plugin-babel": "^4.4.0",
    "rollup-plugin-cleanup": "^3.2.1",
    "rollup-plugin-typescript2": "^0.31.1",
    "rollup-plugin-visualizer": "^5.4.1",
    "rollup-plugin-vue": "^5.1.9",
    "symlink-dir": "^5.0.0",
    "typedoc": "^0.19.2",
    "typescript": "4.2.3",
    "vue-template-compiler": "^2.7.0"
  },
  "peerDependencies": {
    "@jsonforms/core": "3.1.0",
    "@jsonforms/vue2": "3.1.0",
    "vue": "^2.7.0"
  },
  "gitHead": "7e0115feeced7711b0768d325566aaa6b054c32b"
}
