41 lines
1.1 KiB
JSON
41 lines
1.1 KiB
JSON
{
|
|
"name": "@sammo-ts/gateway-frontend",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vue-tsc && vite build",
|
|
"preview": "vite preview",
|
|
"lint": "eslint .",
|
|
"lint:fix": "eslint . --fix",
|
|
"typecheck": "vue-tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@sammo-ts/common": "workspace:*",
|
|
"@sammo-ts/game-api": "workspace:*",
|
|
"@sammo-ts/gateway-api": "workspace:*",
|
|
"@sammo-ts/logic": "workspace:*",
|
|
"@trpc/client": "^11.8.1",
|
|
"@trpc/server": "^11.8.1",
|
|
"@vueuse/core": "^13.9.0",
|
|
"date-fns": "^4.1.0",
|
|
"es-toolkit": "^1.43.0",
|
|
"mitt": "^3.0.1",
|
|
"pinia": "^3.0.4",
|
|
"vue": "^3.5.26",
|
|
"vue-router": "^4.6.4",
|
|
"zod": "^4.3.4"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/vite": "^4.1.18",
|
|
"@vitejs/plugin-vue": "^6.0.3",
|
|
"autoprefixer": "^10.4.23",
|
|
"postcss": "^8.5.6",
|
|
"tailwindcss": "^4.1.18",
|
|
"typescript": "^5.9.3",
|
|
"vite": "^7.3.0",
|
|
"vue-tsc": "^3.2.1"
|
|
}
|
|
}
|