Skip to content

Commit

Permalink
cleanup package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
manzt committed Jul 21, 2024
1 parent 446da75 commit 930a5b1
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 17 deletions.
7 changes: 0 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
},
"dependencies": {
"@hms-dbmi/viv": "^0.16.0",
"@hms-dbmi/vizarr": "link:",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/styles": "^4.11.5",
Expand All @@ -28,12 +27,6 @@
"react-dom": "^18.2.0",
"zarrita": "^0.4.0-next.14"
},
"prettier": {
"trailingComma": "es5",
"printWidth": 120,
"semi": true,
"singleQuote": true
},
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"@danmarshall/deckgl-typings": "^4.3.10",
Expand Down
3 changes: 0 additions & 3 deletions pnpm-lock.yaml

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

3 changes: 1 addition & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
"allowSyntheticDefaultImports": true,
"verbatimModuleSyntax": true,
"paths": {
"*": ["*", "node_modules/@danmarshall/deckgl-typings/*"],
"@hms-dbmi/vizarr": ["*", "./src/index.tsx"]
"*": ["*", "node_modules/@danmarshall/deckgl-typings/*"]
}
}
}
5 changes: 0 additions & 5 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,6 @@ export default defineConfig({
},
},
},
resolve: {
alias: {
"@hms-dbmi/vizarr": path.resolve(__dirname, "src/index.tsx"),
},
},
server: {
open: `?source=${source}`,
},
Expand Down

0 comments on commit 930a5b1

Please sign in to comment.