Skip to content

Commit

Permalink
remove unnecessary files
Browse files Browse the repository at this point in the history
  • Loading branch information
rhorom committed Jan 3, 2024
1 parent 8538328 commit 6af3de2
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 98 deletions.
8 changes: 2 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "impact_portal",
"name": "ciff_impact_portal",
"private": true,
"version": "0.1.0",
"type": "module",
Expand All @@ -17,16 +17,12 @@
"html-react-parser": "^5.0.11",
"jsurl": "^0.1.5",
"leaflet": "^1.9.4",
"localforage": "^1.10.0",
"match-sorter": "^6.3.1",
"react": "^18.2.0",
"react-bootstrap": "^2.9.1",
"react-dom": "^18.2.0",
"react-icons": "^4.12.0",
"react-leaflet": "^4.2.1",
"react-router-dom": "^6.21.0",
"react-table": "^7.8.0",
"sort-by": "^0.0.2"
"react-router-dom": "^6.21.0"
},
"devDependencies": {
"@types/react": "^18.2.43",
Expand Down
1 change: 0 additions & 1 deletion public/vite.svg

This file was deleted.

2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ import * as JSURL from "jsurl";
import type { NavigateOptions } from "react-router-dom";
import { Routes, Route, Link, useSearchParams } from "react-router-dom";
import 'bootstrap/dist/css/bootstrap.css';
import parser from 'html-react-parser';
import table from './data/impact_table.json';
import { TheMap } from './Map';
import { columns, detailColumns, longColumns } from './config'
import { onlyUnique } from "./utils";
import parser from 'html-react-parser';

export default function App() {
return (
Expand Down
2 changes: 1 addition & 1 deletion src/Map.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import * as React from 'react';
import { MapContainer, GeoJSON, Marker, CircleMarker, Popup, Pane, TileLayer, useMap } from 'react-leaflet';
import 'leaflet/dist/leaflet.css';
import * as L from 'leaflet';
import table from './data/impact_table.json';
import boundary from './data/boundary.json';
import { onlyUnique } from './utils';
import { activeStyle, regionStyle, columns } from './config';
import * as L from 'leaflet';

var main_map: any;

Expand Down
1 change: 0 additions & 1 deletion src/dummy_table.json

This file was deleted.

87 changes: 0 additions & 87 deletions src/snkrs.ts

This file was deleted.

2 changes: 1 addition & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ import react from '@vitejs/plugin-react'

// https://vitejs.dev/config/
export default defineConfig({
base: "/ciff_impact_portal",
base: "/ciff_impact_portal/",
plugins: [react()],
})

0 comments on commit 6af3de2

Please sign in to comment.