feat: valtio store logic 70%
Showing
| ... | @@ -22,6 +22,7 @@ | ... | @@ -22,6 +22,7 @@ |
| "antd": "^5.4.0", | "antd": "^5.4.0", | ||
| "axios": "^0.27.2", | "axios": "^0.27.2", | ||
| "google-protobuf": "^3.21.2", | "google-protobuf": "^3.21.2", | ||
| "lodash-es": "^4.17.21", | |||
| "react": "^18.2.0", | "react": "^18.2.0", | ||
| "react-babylonjs": "^3.1.15", | "react-babylonjs": "^3.1.15", | ||
| "react-dom": "^18.2.0", | "react-dom": "^18.2.0", | ||
| ... | @@ -69,6 +70,7 @@ | ... | @@ -69,6 +70,7 @@ |
| "@babylonjs/core": "^5.54.0", | "@babylonjs/core": "^5.54.0", | ||
| "@babylonjs/gui": "^5.54.0", | "@babylonjs/gui": "^5.54.0", | ||
| "@types/google-protobuf": "^3.15.6", | "@types/google-protobuf": "^3.15.6", | ||
| "@types/lodash-es": "^4.17.7", | |||
| "@typescript-eslint/eslint-plugin": "^5.57.1", | "@typescript-eslint/eslint-plugin": "^5.57.1", | ||
| "@typescript-eslint/parser": "^5.57.1", | "@typescript-eslint/parser": "^5.57.1", | ||
| "@vitejs/plugin-react": "^3.1.0", | "@vitejs/plugin-react": "^3.1.0", | ||
| ... | ... |
Please register or sign in to comment