{
  "private": true,
  "type": "module",
  "scripts": {
    "dev": "vite --host -l warn",
    "lint": "vue-tsc --noEmit",
    "build": "vite build",
    "build-server": "vite build --ssr js/server.js --out-dir ../priv/vue --minify esbuild --ssrManifest && echo '{\"type\": \"module\" } ' > ../priv/vue/package.json"
  },
  "devDependencies": {
    "@vitejs/plugin-vue": "^5.0.4",
    "vite": "^5.2.9",

    "@tailwindcss/forms": "^0.5.7",
    "autoprefixer": "^10.4.19",
    "postcss": "^8.4.38",
    "tailwindcss": "^3.4.3",

    "typescript": "^5.4.5",
    "vue-tsc": "^2.0.13"
  },
  "dependencies": {
    "live_vue": "file:../deps/live_vue",
    "phoenix": "file:../deps/phoenix",
    "phoenix_html": "file:../deps/phoenix_html",
    "phoenix_live_view": "file:../deps/phoenix_live_view",
    "topbar": "^2.0.2",
    "vue": "^3.4.21"
  }
}
