Files
botfights/frontend/package.json
T
DorianandClaude Opus 4.6 55d0f84251 chore: pin all dependency versions for reproducible builds
Remove ^ prefix from all 33 dependencies across root, server, and
frontend package.json files. Lockfile regenerated and verified with
pnpm install --frozen-lockfile.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-13 06:21:16 +00:00

31 lines
685 B
JSON

{
"name": "frontend",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview"
},
"dependencies": {
"kaplay": "3001.0.19",
"kokoro-js": "1.2.1",
"nostr-tools": "2.23.3",
"vue": "3.5.13",
"vue-router": "4.5.1"
},
"devDependencies": {
"@tailwindcss/vite": "4.2.1",
"@testing-library/vue": "8.1.0",
"@vitejs/plugin-vue": "5.2.3",
"@vue/test-utils": "2.4.6",
"fake-indexeddb": "6.2.5",
"jsdom": "28.1.0",
"tailwindcss": "4.2.1",
"typescript": "5.7.3",
"vite": "7.3.1",
"vite-plugin-pwa": "1.2.0",
"vue-tsc": "2.2.8"
}
}