twenty-one/package.json
Moritz Ruth 468d717714
All checks were successful
Build / build (push) Successful in 1m26s
Cleanup
2025-03-03 00:54:12 +01:00

62 lines
1.6 KiB
JSON

{
"name": "twenty-one",
"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/cookie-parser": "^1.4.8",
"@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",
"@fontsource/titan-one": "^5.2.5",
"@headlessui/vue": "^1.7.23",
"@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",
"cookie": "^1.0.2",
"cookie-parser": "^1.4.7",
"date-fns": "^4.1.0",
"eventemitter3": "^5.0.1",
"express": "^4.21.2",
"immer": "^10.1.1",
"listhen": "^1.9.0",
"lodash-es": "^4.17.21",
"modern-normalize": "^3.0.1",
"nanoid": "^5.1.2",
"pinia": "^3.0.1",
"tsx": "^4.19.3",
"vue": "^3.5.13",
"vue-router": "^4.5.0",
"ws": "^8.18.1",
"zod": "^3.24.2"
},
"engines": {
"node": "22"
},
"pnpm": {
"onlyBuiltDependencies": [
"@parcel/watcher",
"bufferutil",
"esbuild"
]
}
}