mirror of
https://github.com/Lapikud/tipilan.git
synced 2026-03-23 13:24:21 +00:00
add more context in expo page buttons
This commit is contained in:
32
package.json
32
package.json
@@ -15,20 +15,20 @@
|
||||
"drizzle:studio": "drizzle-kit studio"
|
||||
},
|
||||
"dependencies": {
|
||||
"@libsql/client": "^0.15.9",
|
||||
"@libsql/client": "^0.15.12",
|
||||
"@paralleldrive/cuid2": "^2.2.2",
|
||||
"@radix-ui/react-alert-dialog": "^1.1.14",
|
||||
"@radix-ui/react-dropdown-menu": "^2.1.15",
|
||||
"@radix-ui/react-select": "^2.2.5",
|
||||
"@radix-ui/react-alert-dialog": "^1.1.15",
|
||||
"@radix-ui/react-dropdown-menu": "^2.1.16",
|
||||
"@radix-ui/react-select": "^2.2.6",
|
||||
"@radix-ui/react-slot": "^1.2.3",
|
||||
"@radix-ui/react-tooltip": "^1.2.7",
|
||||
"@radix-ui/react-tooltip": "^1.2.8",
|
||||
"@tanstack/react-table": "^8.21.3",
|
||||
"@types/three": "^0.178.1",
|
||||
"class-variance-authority": "^0.7.1",
|
||||
"clsx": "^2.1.1",
|
||||
"drizzle-orm": "^0.44.2",
|
||||
"drizzle-orm": "^0.44.4",
|
||||
"lucide-react": "^0.522.0",
|
||||
"material-symbols": "^0.31.8",
|
||||
"material-symbols": "^0.31.9",
|
||||
"next": "15.3.0",
|
||||
"next-intl": "^4.3.4",
|
||||
"next-themes": "^0.4.6",
|
||||
@@ -38,23 +38,23 @@
|
||||
"react-markdown": "^10.1.0",
|
||||
"tailwind-merge": "^3.3.1",
|
||||
"three": "^0.178.0",
|
||||
"tw-animate-css": "^1.3.4"
|
||||
"tw-animate-css": "^1.3.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/eslintrc": "^3.3.1",
|
||||
"@tailwindcss/postcss": "^4.1.10",
|
||||
"@types/bun": "^1.2.18",
|
||||
"@types/node": "^20.19.1",
|
||||
"@types/react": "^19.1.9",
|
||||
"@tailwindcss/postcss": "^4.1.12",
|
||||
"@types/bun": "^1.2.20",
|
||||
"@types/node": "^20.19.11",
|
||||
"@types/react": "^19.1.10",
|
||||
"@types/react-dom": "^19.1.7",
|
||||
"autoprefixer": "^10.4.21",
|
||||
"dotenv": "^16.3.1",
|
||||
"dotenv": "^16.6.1",
|
||||
"drizzle-kit": "^0.31.4",
|
||||
"eslint": "^9.29.0",
|
||||
"eslint": "^9.33.0",
|
||||
"eslint-config-next": "15.3.0",
|
||||
"postcss": "^8.5.6",
|
||||
"tailwindcss": "^4.1.10",
|
||||
"tailwindcss": "^4.1.12",
|
||||
"ts-node": "^10.9.2",
|
||||
"typescript": "^5.8.3"
|
||||
"typescript": "^5.9.2"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -177,8 +177,8 @@
|
||||
"simRacing": "Red Bull Sim Racing",
|
||||
"fighting": "Fighting Games Area"
|
||||
},
|
||||
"hide": "Hide",
|
||||
"show": "Show"
|
||||
"hide": "Hide walls",
|
||||
"show": "Show walls"
|
||||
},
|
||||
"rules": {
|
||||
"title": "Rules",
|
||||
|
||||
@@ -177,8 +177,8 @@
|
||||
"simRacing": "Red Bull Sim Racing",
|
||||
"fighting": "Võitlusmängu ala"
|
||||
},
|
||||
"hide": "Peida",
|
||||
"show": "Näita"
|
||||
"hide": "Peida seinad",
|
||||
"show": "Näita seinu"
|
||||
},
|
||||
"rules": {
|
||||
"title": "Reeglid",
|
||||
|
||||
Reference in New Issue
Block a user