Feat/add graphql client
Showing
- .env.example 2 additions, 0 deletions.env.example
- package-lock.json 213 additions, 0 deletionspackage-lock.json
- package.json 3 additions, 0 deletionspackage.json
- src/App.tsx 32 additions, 8 deletionssrc/App.tsx
- src/Map/Map.tsx 26 additions, 19 deletionssrc/Map/Map.tsx
- src/Sidebar/SidebarListElement.tsx 1 addition, 1 deletionsrc/Sidebar/SidebarListElement.tsx
- src/Sidebar/SidebarListView.tsx 10 additions, 9 deletionssrc/Sidebar/SidebarListView.tsx
- src/Sidebar/SidebarSingleView.tsx 13 additions, 7 deletionssrc/Sidebar/SidebarSingleView.tsx
- src/index.tsx 5 additions, 1 deletionsrc/index.tsx
- src/testData.json 10 additions, 5 deletionssrc/testData.json
- src/types/PointOfInterest.ts 5 additions, 16 deletionssrc/types/PointOfInterest.ts
.env.example
0 → 100644
... | ... | @@ -6,11 +6,14 @@ |
"lint": "prettier --check \"src/**/*.{js,jsx,ts,tsx}\"" | ||
}, | ||
"dependencies": { | ||
"graphql": "^15.5.0", | ||
"graphql-request": "^3.4.0", | ||
"heroicons-react": "^1.3.0", | ||
"leaflet": "^1.7.1", | ||
"react": "^17.0.0", | ||
"react-dom": "^17.0.0", | ||
"react-leaflet": "^3.1.0", | ||
"swr": "^0.5.5", | ||
"tailwindcss": "^2.0.3" | ||
}, | ||
"devDependencies": { | ||
... | ... |
Please register or sign in to comment