-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 977 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 977 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "seer",
"version": "1.0.23",
"description": "TUI file browser with live preview",
"type": "module",
"main": "src/index.tsx",
"scripts": {
"start": "bun run src/index.tsx",
"build": "bun build --compile src/index.tsx --outfile seer",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"chalk": "^5.4.1",
"cli-truncate": "^4.0.0",
"exceljs": "^4.4.0",
"image-size": "^1",
"ink": "^5.2.0",
"jimp": "^1.6.1",
"mammoth": "^1.12.0",
"marked": "^15.0.0",
"marked-terminal": "^7.3.0",
"react": "^18.3.1",
"shiki": "^3.2.0",
"string-width": "^7.2.0",
"supports-terminal-graphics": "^0.1.0",
"terminal-image": "^4.3.0",
"turndown": "^7.2.4",
"turndown-plugin-gfm": "^1.0.2",
"unpdf": "^1.4.0"
},
"devDependencies": {
"@types/bun": "latest",
"@types/react": "^18.3.0",
"@types/turndown": "^5.0.6",
"react-devtools-core": "^7.0.1",
"typescript": "^5.7.0"
}
}