add http plugin
Showing
| ... | @@ -11,6 +11,7 @@ | ... | @@ -11,6 +11,7 @@ |
| }, | }, | ||
| "dependencies": { | "dependencies": { | ||
| "@tauri-apps/api": ">=2.0.0-rc.0", | "@tauri-apps/api": ">=2.0.0-rc.0", | ||
| "@tauri-apps/plugin-http": "^2.0.0-rc.2", | |||
| "@tauri-apps/plugin-shell": ">=2.0.0-rc.0", | "@tauri-apps/plugin-shell": ">=2.0.0-rc.0", | ||
| "ol": "^10.1.0", | "ol": "^10.1.0", | ||
| "react": "^18.2.0", | "react": "^18.2.0", | ||
| ... | @@ -19,6 +20,7 @@ | ... | @@ -19,6 +20,7 @@ |
| }, | }, | ||
| "devDependencies": { | "devDependencies": { | ||
| "@tauri-apps/cli": ">=2.0.0-rc.0", | "@tauri-apps/cli": ">=2.0.0-rc.0", | ||
| "@types/ol": "^6.5.3", | |||
| "@types/react": "^18.2.15", | "@types/react": "^18.2.15", | ||
| "@types/react-dom": "^18.2.7", | "@types/react-dom": "^18.2.7", | ||
| "@vitejs/plugin-react": "^4.2.1", | "@vitejs/plugin-react": "^4.2.1", | ||
| ... | ... |
This diff is collapsed.
Click to expand it.
src/components/land/Land.css
0 → 100644
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment