{
  "name": "vue2-example",
  "type": "module",
  "version": "0.1.6-mf.0",
  "private": true,
  "files": [
    "*"
  ],
  "scripts": {
    "dev": "vite --port 7126",
    "dev:saas": "vite --port 7126 --mode saas",
    "build": "vite build",
    "preview": "vite preview",
    "test:e2e": "playwright test",
    "test:unit": "vitest"
  },
  "devDependencies": {
    "@opentiny-internal/playwright-config": "workspace:^1.0.1-beta.0",
    "@opentiny-internal/unplugin-virtual-template": "workspace:*",
    "@opentiny/vue": "workspace:~",
    "@opentiny/vue-common": "workspace:~",
    "@opentiny/vue-huicharts": "workspace:~",
    "@opentiny/vue-icon": "workspace:~",
    "@opentiny/vue-icon-multicolor": "workspace:~",
    "@opentiny/vue-locale": "workspace:~",
    "@opentiny/vue-renderless": "workspace:~",
    "@opentiny/vue-theme": "workspace:~",
    "@opentiny/vue-theme-saas": "workspace:~",
    "@opentiny/vue-vite-import": "~1.2.0",
    "@playwright/test": "catalog:",
    "@tiptap/vue-2": "^2.1.0",
    "@unocss/core": "^0.48.0",
    "@unocss/preset-icons": "^0.61.9",
    "@unocss/transformer-directives": "^0.48.0",
    "@vitest/ui": "catalog:",
    "@vue/babel-helper-vue-jsx-merge-props": "^1.4.0",
    "@vue/composition-api": "1.7.2",
    "@vue/runtime-dom": "^3.2.31",
    "@vue/test-utils": "^1.3.3",
    "jsdom": "^21.0.0",
    "onigasm": "^2.2.5",
    "postcss": "^8.4.16",
    "tailwindcss": "^3.2.4",
    "tailwindcss-vite-plugin": "^0.0.3",
    "typescript": "catalog:",
    "unocss": "^0.61.9",
    "unplugin-vue2-script-setup": "^0.11.3",
    "vite": "catalog:",
    "vite-plugin-checker": "^0.5.2",
    "vite-plugin-dynamic-import": "^1.2.4",
    "vite-plugin-inspect": "^0.7.9",
    "vite-plugin-md": "^0.22.5",
    "vite-plugin-vue-inspector": "^3.3.2",
    "vite-plugin-vue2": "^2.0.2",
    "vite-plugin-vue2-svg": "^0.3.0",
    "vitest": "catalog:",
    "vue": "2.6.14",
    "vue-i18n": "^8.9.0",
    "vue-template-compiler": "2.6.14",
    "vue-tsc": "^1.0.16"
  }
}