51 lines
1.4 KiB
JSON
51 lines
1.4 KiB
JSON
{
|
|
"name": "level-up",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"start:ui": "vite preview --host --port 4000",
|
|
"start:server": "NODE_ENV=production tsx ./src/server/main.ts",
|
|
"build:ui": "vite build",
|
|
"dev:ui": "vite --host",
|
|
"dev:server": "NODE_ENV=development tsx watch --clear-screen=false ./src/server/main.ts"
|
|
},
|
|
"devDependencies": {
|
|
"@iconify-json/ph": "^1.2.2",
|
|
"@types/express": "^5.0.0",
|
|
"@types/lodash-es": "^4.17.12",
|
|
"@types/node": "22.10.2",
|
|
"@types/ws": "^8.5.13",
|
|
"@vitejs/plugin-vue": "^5.2.1",
|
|
"sass": "^1.83.0",
|
|
"tsx": "^4.19.2",
|
|
"typescript": "^5.7.2",
|
|
"unplugin-icons": "^0.22.0",
|
|
"vite": "^6.0.3",
|
|
"vite-plugin-windicss": "^1.9.4",
|
|
"windicss": "^3.5.6"
|
|
},
|
|
"dependencies": {
|
|
"@fontsource-variable/inter": "^5.1.0",
|
|
"@fontsource/titan-one": "^5.1.0",
|
|
"@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",
|
|
"@vueuse/core": "^12.0.0",
|
|
"@vueuse/integrations": "^12.0.0",
|
|
"bufferutil": "^4.0.8",
|
|
"eventemitter3": "^5.0.1",
|
|
"express": "^4.21.2",
|
|
"immer": "^10.1.1",
|
|
"listhen": "^1.9.0",
|
|
"lodash-es": "^4.17.21",
|
|
"nanoid": "^5.0.9",
|
|
"pinia": "^2.3.0",
|
|
"superjson": "^2.2.2",
|
|
"vue": "^3.5.13",
|
|
"ws": "^8.18.0",
|
|
"zod": "^3.24.1"
|
|
}
|
|
}
|