Initial commit
Showing
README.md
0 → 100644
package.json
0 → 100644
| { | ||
| "name": "sample-viewer", | ||
| "version": "0.1.0", | ||
| "private": true, | ||
| "dependencies": { | ||
| "@ant-design/icons": "^4.7.0", | ||
| "@testing-library/jest-dom": "^5.16.4", | ||
| "@testing-library/react": "^13.3.0", | ||
| "@testing-library/user-event": "^13.5.0", | ||
| "antd": "^4.21.2", | ||
| "i18next": "^21.8.10", | ||
| "ol": "^6.14.1", | ||
| "react": "^18.2.0", | ||
| "react-dom": "^18.2.0", | ||
| "react-i18next": "^11.17.2", | ||
| "react-redux": "^8.0.2", | ||
| "react-scripts": "5.0.1", | ||
| "redux": "^4.2.0", | ||
| "redux-devtools": "^3.7.0", | ||
| "styled-components": "^5.3.5", | ||
| "web-vitals": "^2.1.4" | ||
| }, | ||
| "scripts": { | ||
| "start": "react-scripts start", | ||
| "build": "react-scripts build", | ||
| "test": "react-scripts test", | ||
| "eject": "react-scripts eject" | ||
| }, | ||
| "eslintConfig": { | ||
| "extends": [ | ||
| "react-app", | ||
| "react-app/jest" | ||
| ] | ||
| }, | ||
| "browserslist": { | ||
| "production": [ | ||
| ">0.2%", | ||
| "not dead", | ||
| "not op_mini all" | ||
| ], | ||
| "development": [ | ||
| "last 1 chrome version", | ||
| "last 1 firefox version", | ||
| "last 1 safari version" | ||
| ] | ||
| } | ||
| } |
public/favicon.ico
0 → 100644
3.78 KB
public/index.html
0 → 100644
public/logo192.png
0 → 100644
5.22 KB
public/logo512.png
0 → 100644
9.44 KB
public/manifest.json
0 → 100644
public/robots.txt
0 → 100644
src/App.js
0 → 100644
src/Constants.js
0 → 100644
416 KB
400 KB
173 KB
2.74 KB
20.5 KB
388 KB
746 KB
78.9 KB
4.73 KB
3.64 KB
src/components/Map/Utils.js
0 → 100644
src/components/Map/useMap.js
0 → 100644
src/config/Config.js
0 → 100644
src/containers/Map/Map.css
0 → 100644
src/containers/Map/Utils.js
0 → 100644
4.27 KB
src/index.js
0 → 100644
src/redux/actions/main.js
0 → 100644
src/redux/reducers/main.js
0 → 100644
src/redux/reducers/root.js
0 → 100644
src/redux/store.js
0 → 100644
src/theme/ThemeContext.js
0 → 100644
src/theme/ThemeProvider.js
0 → 100644
src/theme/themes.js
0 → 100644