Merge branch 'react-babylonjs' into 'main'
React babylonjs See merge request mycard/Neos!52
Showing
This diff is collapsed.
... | ... | @@ -16,10 +16,11 @@ |
"axios": "^0.27.2", | ||
"google-protobuf": "^3.21.0", | ||
"react": "^18.2.0", | ||
"react-babylonjs": "^3.1.15", | ||
"react-dom": "^18.2.0", | ||
"react-redux": "^8.0.4", | ||
"react-router-dom": "^6.4.0", | ||
"react-scripts": "^5.0.1", | ||
"react-scripts": "^2.1.3", | ||
"socket.io-client": "^4.5.1", | ||
"web-vitals": "^2.1.4" | ||
}, | ||
... | ... | @@ -53,7 +54,6 @@ |
"@babylonjs/core": "^5.29.0", | ||
"@babylonjs/gui": "^5.35.1", | ||
"@types/google-protobuf": "^3.15.6", | ||
"@types/three": "^0.144.0", | ||
"@typescript-eslint/eslint-plugin": "^5.40.1", | ||
"@typescript-eslint/parser": "^5.40.1", | ||
"@vitejs/plugin-react": "^2.1.0", | ||
... | ... |
src/ui/Duel/deck.ts
deleted
100644 → 0
src/ui/Duel/deck.tsx
0 → 100644
src/ui/Duel/exclusion.tsx
0 → 100644
src/ui/Duel/hands.ts
deleted
100644 → 0
src/ui/Duel/hands.tsx
0 → 100644
src/ui/Duel/hook.ts
0 → 100644
src/ui/Duel/magics.tsx
0 → 100644
src/ui/Duel/main.tsx
0 → 100644
src/ui/Duel/mod.tsx
deleted
100644 → 0
src/ui/Duel/monsters.tsx
0 → 100644
Please register or sign in to comment