mirror of
https://github.com/Motion-Games/MotionWebStudio.git
synced 2026-04-21 17:10:54 +02:00
Compare commits
23 Commits
fb0f2f0074
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7f18bf287c | ||
|
|
06daa72ff0 | ||
|
|
b1ec4c9f8e | ||
|
|
70c2c4add5 | ||
|
|
588e208ddc | ||
|
|
63c8a08b69 | ||
|
|
5c3213dbfe | ||
|
|
9c781ae5ba | ||
|
|
802729f224 | ||
|
|
783fa209b5 | ||
|
|
1746e8b661 | ||
|
|
97d13907d2 | ||
|
|
2d5027255b | ||
|
|
26b7e0bc95 | ||
|
|
2d059b5656 | ||
|
|
47d7d5aa32 | ||
|
|
40f4a5c320 | ||
|
|
5081db9baf | ||
|
|
4ddc2da310 | ||
|
|
99d187ebc3 | ||
|
|
6b65ddb954 | ||
|
|
8510e7f843 | ||
|
|
056a8d0a4d |
4
App.tsx
4
App.tsx
@@ -28,10 +28,6 @@ import { SweetCraving } from './pages/demos/SweetCraving';
|
||||
import { BlueWave } from './pages/demos/BlueWave';
|
||||
import { Steelguard } from './pages/demos/Steelguard';
|
||||
|
||||
// Helper component to scroll to top on route change
|
||||
// TEST COMMENT TO TEST VPS UPLOAD 1
|
||||
// TEST COMMENT TO TEST VPS UPLOAD 2
|
||||
// TEST COMMENT TO TEST VPS UPLOAD 3
|
||||
const ScrollToTopHelper = () => {
|
||||
return <ScrollToTop />;
|
||||
};
|
||||
|
||||
2825
package-lock.json
generated
Normal file
2825
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
12
package.json
12
package.json
@@ -9,12 +9,12 @@
|
||||
"preview": "vite preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"react": "^19.2.3",
|
||||
"react-dom": "^19.2.3",
|
||||
"react-router-dom": "6.22.3",
|
||||
"lucide-react": "0.344.0",
|
||||
"@supabase/supabase-js": "2.39.7",
|
||||
"@google/genai": "^1.34.0"
|
||||
"@google/genai": "^1.38.0",
|
||||
"@supabase/supabase-js": "^2.93.3",
|
||||
"lucide-react": "^0.563.0",
|
||||
"react": "^19.2.4",
|
||||
"react-dom": "^19.2.4",
|
||||
"react-router-dom": "^7.13.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^22.14.0",
|
||||
|
||||
Reference in New Issue
Block a user