{
  "name": "tangram-layout",
  "version": "0.0.19",
  "description": "A Vue3 based UI layout engine. Features draggable and resizable. Custom plugin support and variable themes.",
  "scripts": {
    "dev": "vite",
    "build": "vue-tsc --noEmit && vite build"
  },
  "files": [
    "dist"
  ],
  "main": "./dist/tangram-layout.umd.js",
  "module": "./dist/tangram-layout.es.js",
  "exports": {
    ".": {
      "import": "./dist/tangram-layout.es.js",
      "require": "./dist/tangram-layout.umd.js"
    }
  },
  "keywords": [
    "vue",
    "vuejs",
    "vue3",
    "layout",
    "splitter",
    "split",
    "draggable",
    "dragging"
  ],
  "homepage": "https://github.com/Yukun-Guo/Tangram-layout",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Yukun-Guo/Tangram-layout.git"
  },
  "license": "MIT",
  "author": "Yukun Guo",
  "bugs": {
    "url": "https://github.com/Yukun-Guo/Tangram-layout/issues"
  },
  "dependencies": {
    "vue": "^3.2.25"
  },
  "devDependencies": {
    "@types/glob": "^7.2.0",
    "@vitejs/plugin-vue": "^2.3.3",
    "typescript": "^4.5.4",
    "vite": "^2.9.9",
    "vue-tsc": "^0.34.17"
  }
}