BangSo/apps/web/package.json

52 lines
1.5 KiB
JSON

{
"name": "@rakazo/web",
"version": "0.1.0",
"license": "Apache-2.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "cross-env NODE_ENV=production vite build",
"preview": "vite preview",
"check": "tsc --noEmit -p tsconfig.json",
"test": "vitest run --root ../.. apps/web/src",
"e2e": "playwright test",
"intl:extract": "lingui extract --clean",
"intl:compile": "lingui compile"
},
"dependencies": {
"@lingui/core": "5.9.5",
"@lingui/react": "5.9.5",
"@orpc/client": "^1.15.0",
"@orpc/contract": "^1.15.0",
"@rakazo/chat-ui": "workspace:*",
"@rakazo/contracts": "workspace:*",
"@rakazo/core": "workspace:*",
"@rakazo/ui-tokens": "workspace:*",
"@rakazo/ui-web": "workspace:*",
"better-auth": "^1.6.27",
"lucide-react": "1.33.0",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-router-dom": "^7.8.2"
},
"devDependencies": {
"@fontsource-variable/geist": "^5.3.0",
"@fontsource/huninn": "5.3.0",
"@lingui/babel-plugin-lingui-macro": "5.9.5",
"@lingui/cli": "5.9.5",
"@lingui/conf": "5.9.5",
"@lingui/macro": "5.9.5",
"@lingui/vite-plugin": "5.9.5",
"@playwright/test": "^1.55.0",
"@tailwindcss/vite": "^4.1.12",
"@types/react": "^19.1.12",
"@types/react-dom": "^19.1.9",
"@vitejs/plugin-react": "^5.0.2",
"cross-env": "^10.1.0",
"tailwindcss": "^4.1.12",
"typescript": "^5.9.2",
"vite": "^7.1.3",
"vitest": "^4.1.10"
}
}