{
  "name": "@dangojs/vue3-json-editor",
  "version": "0.0.2",
  "description": "A json editor of vue",
  "main": "dist/vue3-json-editor.cjs.prod.js",
  "module": "dist/vue3-json-editor.esm.prod.js",
  "unpkg": "dist/vue3-json-editor.umd.prod.js",
  "typings": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Saber-Kurama/vue3-json-editor.git"
  },
  "bugs": {
    "url": "https://github.com/Saber-Kurama/vue3-json-editor/issues"
  },
  "homepage": "https://github.com/Saber-Kurama/vue3-json-editor#readme",
  "author": "Saber-Kurama",
  "keywords": [
    "vue-json-editor",
    "vuejsoneditor",
    "json-editor",
    "jsoneditor",
    "json",
    "eidtor",
    "vue"
  ],
  "contributors": [
    "Stefano Valenzano <valenzano.stefano99@gmail.com> (https://tuttarealstep.github.io/)",
    "Duncan Lock (https://github.com/dflock)",
    "Jean-Pierre (https://github.com/jpbecotte)",
    "tianzhihen (https://github.com/tianzhihen)",
    "alexmgillis (https://github.com/alexmgillis)",
    "DrCoc (https://github.com/DrCoc)",
    "Aymeric Hermant (https://github.com/ahermant/)",
    "João Medeiros (https://github.com/joaomede)"
  ],
  "license": "ISC",
  "scripts": {
    "dev": "vue-cli-service serve",
    "build": "rimraf dist && rollup --config rollup.config.js",
    "dev_vite": "vite",
    "build_vite": "vue-tsc --noEmit && vite build",
    "test:unit": "vue-cli-service test:unit",
    "lint": "vue-cli-service lint",
    "commit": "git-cz",
    "release": "standard-version && git push --tags",
    "serve": "vite preview"
  },
  "publishConfig": {
    "registry": "",
    "access": "public"
  },
  "dependencies": {
    "@vue/compiler-sfc": "^3.2.39",
    "core-js": "^3.21.1",
    "vue": "^3.2.31"
  },
  "devDependencies": {
    "@commitlint/cli": "^12.1.4",
    "@commitlint/config-conventional": "^12.1.4",
    "@types/jest": "^24.0.19",
    "@typescript-eslint/eslint-plugin": "^4.18.0",
    "@typescript-eslint/parser": "^4.18.0",
    "@vitejs/plugin-vue": "^2.2.4",
    "@vue/babel-plugin-jsx": "^1.0.6",
    "@vue/cli-plugin-babel": "~4.5.0",
    "@vue/cli-plugin-eslint": "~4.5.0",
    "@vue/cli-plugin-typescript": "~4.5.0",
    "@vue/cli-plugin-unit-jest": "~4.5.0",
    "@vue/cli-service": "~4.5.0",
    "@vue/eslint-config-standard": "^5.1.2",
    "@vue/eslint-config-typescript": "^7.0.0",
    "@vue/test-utils": "^2.0.0-rc.17",
    "eslint": "^6.7.2",
    "eslint-plugin-import": "^2.20.2",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^4.2.1",
    "eslint-plugin-standard": "^4.0.0",
    "eslint-plugin-vue": "^7.0.0",
    "git-cz": "^4.7.6",
    "postcss": "^8.3.0",
    "postcss-url": "^10.1.3",
    "rimraf": "^3.0.2",
    "rollup": "^2.70.1",
    "rollup-plugin-babel": "^4.4.0",
    "rollup-plugin-commonjs": "^10.1.0",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "rollup-plugin-postcss": "^4.0.2",
    "rollup-plugin-replace": "^2.2.0",
    "rollup-plugin-svg": "^2.0.0",
    "rollup-plugin-terser": "^7.0.2",
    "rollup-plugin-typescript2": "^0.31.2",
    "rollup-plugin-vue": "^6.0.0",
    "sass": "^1.26.5",
    "sass-loader": "^8.0.2",
    "standard-version": "^9.3.0",
    "typescript": "^4.3.2",
    "vite": "^2.8.6",
    "vue-jest": "^5.0.0-0",
    "vue-tsc": "^0.0.24"
  }
}
