Skip to content

Commit

Permalink
Unused packages
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleburgess2025 committed Aug 17, 2024
1 parent 3f6fdcb commit e16767d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 14 deletions.
2 changes: 0 additions & 2 deletions components/hacker/HackerDash.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ import Header from './hacking-start/Header';
import RegistrationLogo from './RegistrationLogo';
import TeamManagement from './hacking-start/TeamManagement';
import Link from 'next/link';
import { parse } from 'csv-parse';
import fs from 'fs';

const DEV_DEPLOY =
process.env.NODE_ENV === 'development' || ['preview', 'development'].includes(process.env.NEXT_PUBLIC_VERCEL_ENV!); // frontend env variable
Expand Down
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,13 @@
"@types/prompt-sync": "^4.2.2",
"antd": "^5.9.4",
"copy-webpack-plugin": "^11.0.0",
"csv-parse": "^5.5.6",
"csv-writer": "^1.6.0",
"dayjs": "^1.11.10",
"dotenv": "^16.0.2",
"escape-html": "^1.0.3",
"export-to-csv": "^0.2.1",
"faker": "^6.6.6",
"formidable": "^2.0.1",
"fs": "^0.0.1-security",
"luxon": "^3.0.3",
"mongodb": "^4.9.1",
"mongoose": "^6.6.1",
Expand Down
10 changes: 0 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2459,11 +2459,6 @@ csstype@^3.0.10, csstype@^3.0.2:
resolved "https://registry.npmjs.org/csstype/-/csstype-3.1.0.tgz"
integrity sha512-uX1KG+x9h5hIJsaKR9xHUeUraxf8IODOwq9JLNPq6BwB04a/xgpq3rcx47l5BZu5zBPlgD342tdke3Hom/nJRA==

csv-parse@^5.5.6:
version "5.5.6"
resolved "https://registry.yarnpkg.com/csv-parse/-/csv-parse-5.5.6.tgz#0d726d58a60416361358eec291a9f93abe0b6b1a"
integrity sha512-uNpm30m/AGSkLxxy7d9yRXpJQFrZzVWLFBkS+6ngPcZkw/5k3L/jjFuj7tVnEpRn+QgmiXr21nDlhCiUK4ij2A==

csv-writer@^1.6.0:
version "1.6.0"
resolved "https://registry.npmjs.org/csv-writer/-/csv-writer-1.6.0.tgz"
Expand Down Expand Up @@ -3019,11 +3014,6 @@ fs.realpath@^1.0.0:
resolved "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz"
integrity sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==

fs@^0.0.1-security:
version "0.0.1-security"
resolved "https://registry.yarnpkg.com/fs/-/fs-0.0.1-security.tgz#8a7bd37186b6dddf3813f23858b57ecaaf5e41d4"
integrity sha512-3XY9e1pP0CVEUCdj5BmfIZxRBTSDycnbqhIOGec9QYtmVH2fbLpj86CFWkrNOkt/Fvty4KZG5lTglL9j/gJ87w==

fsevents@~2.3.2:
version "2.3.3"
resolved "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz"
Expand Down

0 comments on commit e16767d

Please sign in to comment.