49 lines
1.5 KiB
JSON
49 lines
1.5 KiB
JSON
{
|
|
"name": "@sammo-ts/game-frontend",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vue-tsc && vite build",
|
|
"preview": "vite preview",
|
|
"test:e2e:troop": "playwright test --config e2e/playwright.config.mjs",
|
|
"lint": "eslint .",
|
|
"lint:fix": "eslint . --fix",
|
|
"test": "node -e \"console.log('test not configured')\"",
|
|
"typecheck": "vue-tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@sammo-ts/common": "workspace:*",
|
|
"@sammo-ts/game-api": "workspace:*",
|
|
"@sammo-ts/gateway-api": "workspace:*",
|
|
"@sammo-ts/logic": "workspace:*",
|
|
"@tiptap/extension-image": "^3.5.0",
|
|
"@tiptap/extension-link": "^3.5.0",
|
|
"@tiptap/extension-placeholder": "^3.5.0",
|
|
"@tiptap/extension-underline": "^3.5.0",
|
|
"@tiptap/starter-kit": "^3.5.0",
|
|
"@tiptap/vue-3": "^3.5.0",
|
|
"@trpc/client": "^11.8.1",
|
|
"@trpc/server": "^11.8.1",
|
|
"@vueuse/core": "^14.1.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.5"
|
|
},
|
|
"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": "6.0.2",
|
|
"vite": "^7.3.1",
|
|
"vue-tsc": "^3.2.2"
|
|
}
|
|
}
|