{
  "name": "@axolo/json-editor-vue",
  "version": "0.3.2",
  "description": "A simple JSON editor of Vue",
  "author": "Yueming Fang",
  "license": "MIT",
  "keywords": [
    "json editor",
    "json editor vue",
    "vue json editor"
  ],
  "homepage": "https://github.com/axolo/json-editor-vue#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/axolo/json-editor-vue.git"
  },
  "type": "module",
  "main": "dist/index.js",
  "files": [
    "dist"
  ],
  "scripts": {
    "dev": "vite",
    "build": "vite build",
    "preview": "vite preview"
  },
  "dependencies": {
    "@codemirror/lang-json": "^6.0.1",
    "@codemirror/theme-one-dark": "^6.1.2",
    "codemirror": "^6.0.1"
  },
  "devDependencies": {
    "@vitejs/plugin-vue": "^5.0.4",
    "sass": "^1.71.1",
    "sass-loader": "^14.1.1",
    "vite": "^5.1.5",
    "vite-plugin-lib-inject-css": "^2.0.0",
    "vue": "^3.4.21"
  }
}
