66c83991d4
- Remove RotatePrompt (the "rotate to landscape" overlay) — the app is portrait now, so it only blocked the UI. - page.tsx: best-effort orientation lock switched landscape → portrait. - Add Playwright-based store-screenshot + icon scripts (scripts/shots.js, game.js, icon.js); generated images are gitignored. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
JSON
{
|
|
"name": "barg-e-vasat",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "eslint",
|
|
"cap:sync": "next build && npx cap sync android",
|
|
"android:open": "npx cap open android",
|
|
"android:apk": "npm run cap:sync && cd android && gradlew.bat assembleDebug"
|
|
},
|
|
"dependencies": {
|
|
"@capacitor/app": "^8.1.0",
|
|
"@capacitor/core": "^8.4.0",
|
|
"@fontsource-variable/plus-jakarta-sans": "^5.2.8",
|
|
"@fontsource-variable/vazirmatn": "^5.2.8",
|
|
"@microsoft/signalr": "^10.0.0",
|
|
"clsx": "^2.1.1",
|
|
"framer-motion": "^12.40.0",
|
|
"lucide-react": "^1.17.0",
|
|
"next": "16.2.7",
|
|
"react": "19.2.4",
|
|
"react-dom": "19.2.4",
|
|
"tailwind-merge": "^3.6.0",
|
|
"zustand": "^5.0.14"
|
|
},
|
|
"devDependencies": {
|
|
"@capacitor/android": "^8.4.0",
|
|
"@capacitor/cli": "^8.4.0",
|
|
"@tailwindcss/postcss": "^4",
|
|
"@types/node": "^20",
|
|
"@types/react": "^19",
|
|
"@types/react-dom": "^19",
|
|
"eslint": "^9",
|
|
"eslint-config-next": "16.2.7",
|
|
"playwright": "^1.60.0",
|
|
"tailwindcss": "^4",
|
|
"typescript": "^5"
|
|
}
|
|
}
|