{
  "name": "@lovable.dev/vite-tanstack-config",
  "version": "1.4.0",
  "description": "Vite config wrapper for Lovable TanStack Start projects",
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "type": "module",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsup src/index.ts --format cjs,esm --dts --outDir dist",
    "typecheck": "tsgo --noEmit",
    "dev": "tsup src/index.ts --format cjs,esm --dts --watch",
    "test": "vitest",
    "prepublishOnly": "npm run clean && npm run build",
    "clean": "rimraf dist",
    "coverage": "vitest run --coverage"
  },
  "keywords": [
    "vite",
    "tanstack",
    "lovable",
    "config"
  ],
  "license": "MIT",
  "dependencies": {
    "@lovable.dev/vite-plugin-hmr-gate": "^1.0.0",
    "lovable-tagger": "1.1.13"
  },
  "peerDependencies": {
    "vite": ">=5.0.0 <9.0.0",
    "@tailwindcss/vite": ">=4.0.0",
    "vite-tsconfig-paths": ">=6.0.0",
    "@cloudflare/vite-plugin": ">=1.0.0",
    "@tanstack/react-start": ">=1.100.0",
    "@vitejs/plugin-react": ">=4.0.0"
  },
  "peerDependenciesMeta": {
    "@cloudflare/vite-plugin": {
      "optional": true
    }
  },
  "devDependencies": {
    "@cloudflare/vite-plugin": "^1.25.5",
    "@tanstack/react-start": "^1.162.9",
    "@vitejs/plugin-react": "^4.5.2",
    "@tailwindcss/vite": "^4.2.1",
    "@types/node": "catalog:",
    "rimraf": "^5.0.0",
    "tsup": "^7.2.0",
    "typescript": "catalog:",
    "vite": "^7.3.1",
    "vite-tsconfig-paths": "^6.0.2",
    "vitest": "catalog:"
  }
}
