This repository was archived by the owner on Jul 31, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
106 lines (106 loc) · 4.02 KB
/
Copy pathpackage.json
File metadata and controls
106 lines (106 loc) · 4.02 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{
"name": "openpdfstudio",
"version": "2.8.7",
"description": "Modern open-source PDF manipulation studio that vendors upstream Ghostscript",
"scripts": {
"dev": "cargo tauri dev",
"dev:renderer": "vite --config vite.config.ts",
"build:renderer": "node scripts/sync-ocr-assets.mjs && vite build --config vite.config.ts",
"build": "cargo tauri build",
"tauri": "tauri",
"prepackage": "powershell -ExecutionPolicy Bypass -File scripts/setup-python-embed.ps1 && powershell -ExecutionPolicy Bypass -File scripts/bundle-ghostscript.ps1 && powershell -ExecutionPolicy Bypass -File scripts/sync-edit-fonts.ps1 && powershell -ExecutionPolicy Bypass -File scripts/bundle-libreoffice.ps1 && powershell -ExecutionPolicy Bypass -File scripts/bundle-tesseract.ps1 && node scripts/sync-ocr-assets.mjs",
"package": "npm run prepackage && cargo tauri build",
"lint": "eslint src tests",
"typecheck": "tsc --noEmit",
"test": "vitest run",
"sync-ocr": "node scripts/sync-ocr-assets.mjs",
"postinstall": "node scripts/sync-ocr-assets.mjs"
},
"dependencies": {
"@radix-ui/react-dialog": "1.1.23",
"@radix-ui/react-dropdown-menu": "2.1.24",
"@radix-ui/react-menubar": "1.1.24",
"@radix-ui/react-tooltip": "1.2.16",
"@tauri-apps/api": "2.11.1",
"@tauri-apps/plugin-dialog": "2.7.2",
"@tauri-apps/plugin-fs": "2.5.1",
"@tauri-apps/plugin-shell": "2.3.5",
"@tauri-apps/plugin-updater": "2.10.1",
"@tesseract.js-data/ara": "1.0.0",
"@tesseract.js-data/bul": "1.0.0",
"@tesseract.js-data/cat": "1.0.0",
"@tesseract.js-data/ces": "1.0.0",
"@tesseract.js-data/chi_sim": "1.0.0",
"@tesseract.js-data/chi_tra": "1.0.0",
"@tesseract.js-data/dan": "1.0.0",
"@tesseract.js-data/deu": "1.0.0",
"@tesseract.js-data/ell": "1.0.0",
"@tesseract.js-data/eng": "1.0.0",
"@tesseract.js-data/est": "1.0.0",
"@tesseract.js-data/eus": "1.0.0",
"@tesseract.js-data/fas": "1.0.0",
"@tesseract.js-data/fin": "1.0.0",
"@tesseract.js-data/fra": "1.0.0",
"@tesseract.js-data/gle": "1.0.0",
"@tesseract.js-data/glg": "1.0.0",
"@tesseract.js-data/heb": "1.0.0",
"@tesseract.js-data/hin": "1.0.0",
"@tesseract.js-data/hrv": "1.0.0",
"@tesseract.js-data/hun": "1.0.0",
"@tesseract.js-data/ind": "1.0.0",
"@tesseract.js-data/isl": "1.0.0",
"@tesseract.js-data/ita": "1.0.0",
"@tesseract.js-data/jpn": "1.0.0",
"@tesseract.js-data/kor": "1.0.0",
"@tesseract.js-data/lav": "1.0.0",
"@tesseract.js-data/lit": "1.0.0",
"@tesseract.js-data/mkd": "1.0.0",
"@tesseract.js-data/mlt": "1.0.0",
"@tesseract.js-data/msa": "1.0.0",
"@tesseract.js-data/nld": "1.0.0",
"@tesseract.js-data/nor": "1.0.0",
"@tesseract.js-data/pol": "1.0.0",
"@tesseract.js-data/por": "1.0.0",
"@tesseract.js-data/ron": "1.0.0",
"@tesseract.js-data/rus": "1.0.0",
"@tesseract.js-data/slk": "1.0.0",
"@tesseract.js-data/slv": "1.0.0",
"@tesseract.js-data/spa": "1.0.0",
"@tesseract.js-data/sqi": "1.0.0",
"@tesseract.js-data/srp": "1.0.0",
"@tesseract.js-data/swe": "1.0.0",
"@tesseract.js-data/tha": "1.0.0",
"@tesseract.js-data/tur": "1.0.0",
"@tesseract.js-data/ukr": "1.0.0",
"@tesseract.js-data/vie": "1.0.0",
"d3-selection": "3.0.0",
"d3-zoom": "3.0.0",
"pdf-lib": "1.17.1",
"pdfjs-dist": "6.0.227",
"react": "19.2.8",
"react-dom": "19.2.8"
},
"devDependencies": {
"@eslint/js": "10.0.1",
"@tailwindcss/postcss": "4.3.3",
"@tauri-apps/cli": "2.11.4",
"@types/d3-selection": "3.0.11",
"@types/d3-zoom": "3.0.8",
"@types/node": "26.1.1",
"@types/react": "19.2.17",
"@types/react-dom": "19.2.3",
"@vitejs/plugin-react": "6.0.4",
"eslint": "10.8.0",
"eslint-plugin-react-hooks": "7.1.1",
"globals": "17.7.0",
"postcss": "8.5.23",
"tailwindcss": "4.3.3",
"typescript": "6.0.3",
"typescript-eslint": "8.65.0",
"vite": "8.1.5",
"vitest": "4.1.10"
},
"author": "Jason Ulbright",
"license": "MIT",
"private": true
}