Skip to content

Commit

Permalink
Removed unnecessary packages
Browse files Browse the repository at this point in the history
  • Loading branch information
tkakar committed Oct 7, 2024
1 parent 4b2dfc2 commit f7669a9
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 17 deletions.
2 changes: 0 additions & 2 deletions .env.development

This file was deleted.

2 changes: 0 additions & 2 deletions .env.production

This file was deleted.

3 changes: 0 additions & 3 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ import {themes as prismThemes} from 'prism-react-renderer';
import type {Config} from '@docusaurus/types';
import type * as Preset from '@docusaurus/preset-classic';

import dotenv from "dotenv"
dotenv.config({ path: `.env.${process.env.NODE_ENV}` })

const config: Config = {
title: 'Vitessce Link',
tagline: 'Experience Vitessce with Mixed Reality',
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@vitessce/schemas": "^3.4.9",
"dotenv": "^16.4.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-dropzone": "^14.2.3",
Expand Down
9 changes: 0 additions & 9 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f7669a9

Please sign in to comment.