{ "name": "@vigdorov/vite-config", "version": "1.0.0", "description": "Shared Vite configuration", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "files": ["dist"], "exports": { ".": "./dist/index.js", "./spa": "./dist/spa.js", "./library": "./dist/library.js" }, "scripts": { "build": "tsc" }, "peerDependencies": { "vite": ">=6.0.0" }, "dependencies": { "@vitejs/plugin-react": "^4.5.2" }, "devDependencies": { "vite": "^6.3.5", "typescript": "^5.8.3" } }