{
  "name": "vue3-example",
  "type": "module",
  "version": "0.1.6-mf.0",
  "private": true,
  "files": [
    "*"
  ],
  "scripts": {
    "dev": "vite --port 7130",
    "dev:saas": "vite --port 7130 --mode saas",
    "build": "vite build",
    "preview": "vite preview",
    "test:e2e": "playwright test",
    "test:unit": "vitest",
    "install:browser": "playwright install",
    "codegen": "playwright codegen localhost:3101",
    "open:report": "playwright show-report"
  },
  "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-design-aurora": "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-3": "^2.1.0",
    "@unocss/core": "^0.48.0",
    "@unocss/preset-icons": "^0.61.9",
    "@unocss/transformer-directives": "^0.48.0",
    "@vitejs/plugin-vue": "4.1.0",
    "@vitejs/plugin-vue-jsx": "^3.0.0",
    "@vitest/ui": "catalog:",
    "@vue/runtime-core": "3.2.31",
    "@vue/test-utils": "^2.2.7",
    "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",
    "vite": "catalog:",
    "vite-plugin-checker": "^0.5.2",
    "vite-plugin-dynamic-import": "^1.2.4",
    "vite-plugin-inspect": "^0.7.10",
    "vite-plugin-md": "^0.22.5",
    "vite-plugin-vue-inspector": "^3.3.2",
    "vite-svg-loader": "^3.6.0",
    "vitest": "catalog:",
    "vue": "^3.3.9",
    "vue-i18n": "^9.1.7"
  }
}