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