level-up/package.json
Moritz Ruth 88f0632194
All checks were successful
Build / build (push) Successful in 1m14s
Update dependencies, containerize, add build workflow
2025-03-03 00:35:21 +01:00

55 lines
1.5 KiB
JSON

{
"name": "level-up",
"version": "1.0.0",
"type": "module",
"scripts": {
"start": "NODE_ENV=production tsx ./backend/main.ts",
"build": "vite build",
"dev:frontend": "vite",
"dev:backend": "NODE_ENV=development tsx watch --clear-screen=false ./backend/main.ts"
},
"devDependencies": {
"@iconify-json/ph": "^1.2.2",
"@types/express": "^5.0.0",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.13.8",
"@types/ws": "^8.5.14",
"@vitejs/plugin-vue": "^5.2.1",
"sass": "^1.85.1",
"typescript": "^5.8.2",
"unocss": "66.1.0-beta.3",
"unplugin-icons": "^22.1.0",
"vite": "^6.2.0"
},
"dependencies": {
"@fontsource-variable/inter": "^5.2.5",
"@headlessui/vue": "^1.7.23",
"@interactjs/actions": "^1.10.27",
"@interactjs/auto-start": "^1.10.27",
"@interactjs/interact": "^1.10.27",
"@trpc/client": "^10.45.2",
"@trpc/server": "^10.45.2",
"@unocss/preset-wind3": "66.1.0-beta.3",
"@vueuse/core": "^12.7.0",
"@vueuse/integrations": "^12.7.0",
"bufferutil": "^4.0.9",
"core-js": "^3.41.0",
"date-fns": "^4.1.0",
"eventemitter3": "^5.0.1",
"express": "^4.21.2",
"listhen": "^1.9.0",
"lodash-es": "^4.17.21",
"modern-normalize": "^3.0.1",
"nanoid": "^5.1.2",
"pinia": "^3.0.1",
"superjson": "^2.2.2",
"tsx": "^4.19.3",
"vue": "^3.5.13",
"vue-router": "^4.5.0",
"ws": "^8.18.1",
"zod": "^3.24.2"
},
"engines": {
"node": "22"
}
}