mobile device ratio

This commit is contained in:
2024-02-27 18:16:16 +05:00
parent 50c24be8b1
commit c038ea32bd
6 changed files with 4206 additions and 463 deletions
+2 -1
View File
@@ -5,7 +5,7 @@
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"build": "vite build && rm -r build/StreamingAssets",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
@@ -23,6 +23,7 @@
"zustand": "^4.5.0"
},
"devDependencies": {
"@types/node": "^20.11.20",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.0.0",