{
  "name": "@altipla-consulting/{{name}}",
  "type": "module",
  "private": true,
  "scripts": {
    "dev": "astro dev",
    "start": "node dist/server/entry.mjs",
    "build": "astro build",
    "preview": "astro preview",
    "lint": "vue-tsc --noEmit && eslint src && astro check",
    "fix": "eslint --fix src",
    "test": "echo 0"
  },
  "dependencies": {
    "@altipla/logging": "^0.1.8",
    "@altipla/sentry": "^0.2.4",
    "@astrojs/node": "^8.3.3",
    "@sentry/node": "^8.26.0",
    "@t3-oss/env-core": "^0.11.0",
    "astro": "^4.14.5",
    "drizzle-orm": "^0.33.0",
    "lodash-es": "^4.17.21",
    "mysql2": "^3.11.0",
    "typescript": "^5.5.4",
    "vue": "^3.4.38",
    "zod": "^3.23.8"
  },
  "devDependencies": {
    "@altipla/eslint-config-vue-ts": "^1.0.2",
    "@astrojs/check": "^0.9.3",
    "@astrojs/tailwind": "^5.1.0",
    "@astrojs/vue": "^4.5.0",
    "@tailwindcss/aspect-ratio": "^0.4.2",
    "@tailwindcss/forms": "^0.5.7",
    "@tailwindcss/typography": "^0.5.14",
    "@types/lodash-es": "^4.17.12",
    "@types/node": "^22.5.0",
    "eslint": "^8.57.0",
    "prettier": "^3.3.3",
    "tailwindcss": "^3.4.10",
    "vue-tsc": "^2.0.29"
  }
}
