Skip to content

Commit

Permalink
build: removed unneeded packages, updated the needed ones
Browse files Browse the repository at this point in the history
  • Loading branch information
kul-sudo committed Sep 16, 2023
1 parent 25a236d commit 32c4033
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 10 deletions.
Binary file modified bun.lockb
Binary file not shown.
9 changes: 0 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,9 @@
"tauri": "tauri"
},
"dependencies": {
"@chakra-ui/next-js": "^2.1.5",
"@chakra-ui/react": "^2.8.0",
"@emotion/react": "^11.11.1",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@mantine/core": "^6.0.19",
"@mantine/hooks": "^6.0.19",
"@mantine/next": "^6.0.19",
"@tanstack/react-virtual": "beta",
"@tauri-apps/api": "^1.4.0",
"@types/node": "20.5.6",
"@types/react": "18.2.21",
Expand All @@ -27,13 +21,10 @@
"eslint": "8.48.0",
"eslint-config-next": "13.4.19",
"framer-motion": "^10.16.1",
"lodash": "^4.17.21",
"lucide-react": "^0.269.0",
"million": "^2.6.0-beta.13",
"next": "13.4.19",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-virtualized-auto-sizer": "^1.0.20",
"react-window": "^1.8.9",
"typescript": "5.2.2"
},
Expand Down
2 changes: 1 addition & 1 deletion pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { path } from '@tauri-apps/api'
import { exists } from '@tauri-apps/api/fs'
import { invoke } from '@tauri-apps/api/tauri'
import { listen } from '@tauri-apps/api/event'
import { ArrowLeft, ArrowRight, File, Folder, HardDriveIcon } from '../node_modules/lucide-react'
import { ArrowLeft, ArrowRight, File, Folder, HardDriveIcon } from 'lucide-react'
import { FixedSizeList } from 'react-window'
import useUndoRedo from '@/lib/useUndoRedo'

Expand Down

0 comments on commit 32c4033

Please sign in to comment.