puck / frontend /package.json
vu1n's picture
Puck — desktop fairy familiar (HF Build Small)
3c124f3
Raw
History Blame Contribute Delete
787 Bytes
{
"name": "puck-frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "biome check src",
"format": "biome format --write src",
"test": "vitest run",
"test:watch": "vitest",
"export:deck": "bun run scripts/export-deck.ts"
},
"dependencies": {
"@tauri-apps/api": "^2.11.0",
"html-to-image": "^1.11.13",
"kokoro-js": "^1.2.1",
"react": "^19.2.6",
"react-dom": "^19.2.6"
},
"devDependencies": {
"@biomejs/biome": "^2.4.16",
"@types/node": "^24.12.3",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"typescript": "~6.0.2",
"vite": "^8.0.12",
"vitest": "^4.1.8"
}
}