-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
113 lines (113 loc) · 4.8 KB
/
Copy pathpackage.json
File metadata and controls
113 lines (113 loc) · 4.8 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
107
108
109
110
111
112
113
{
"name": "spectrapdf",
"version": "1.1.20",
"description": "Modern open-source PDF manipulation studio with optional Ghostscript integration",
"scripts": {
"dev": "cargo tauri dev",
"dev:renderer": "vite --config vite.config.mts",
"i18n:en": "powershell -Command \"$env:I18N_WRITE='1'; vitest run tests/i18n-catalog.test.ts\"",
"build:renderer": "node scripts/sync-ocr-assets.mjs && node scripts/sync-pdfjs-assets.mjs && vite build --config vite.config.mts",
"build": "cargo tauri build",
"tauri": "tauri",
"prepackage": "powershell -ExecutionPolicy Bypass -File scripts/setup-python-embed.ps1 && powershell -ExecutionPolicy Bypass -File scripts/bundle-icc.ps1 && powershell -ExecutionPolicy Bypass -File scripts/sync-edit-fonts.ps1 && powershell -ExecutionPolicy Bypass -File scripts/sync-signature-fonts.ps1 && powershell -ExecutionPolicy Bypass -File scripts/bundle-libreoffice.ps1 && powershell -ExecutionPolicy Bypass -File scripts/bundle-tesseract.ps1 && powershell -ExecutionPolicy Bypass -File scripts/bundle-jbig2enc.ps1 && powershell -ExecutionPolicy Bypass -File scripts/bundle-dictionaries.ps1 && powershell -ExecutionPolicy Bypass -File scripts/bundle-voikko.ps1 && node scripts/sync-ocr-assets.mjs && node scripts/sync-pdfjs-assets.mjs",
"package": "npm run prepackage && cargo tauri build",
"package:unsigned": "npm run prepackage && cargo tauri build --config src-tauri/tauri.unsigned.conf.json",
"lint": "eslint src tests",
"typecheck": "tsc --noEmit",
"test": "vitest run",
"sync-ocr": "node scripts/sync-ocr-assets.mjs",
"sync-pdfjs": "node scripts/sync-pdfjs-assets.mjs",
"postinstall": "node scripts/sync-ocr-assets.mjs && node scripts/sync-pdfjs-assets.mjs"
},
"dependencies": {
"@pdf-lib/fontkit": "1.1.1",
"@pdf-lib/standard-fonts": "1.0.0",
"@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",
"i18next": "26.3.6",
"pdf-lib": "1.17.1",
"pdfjs-dist": "6.2.108",
"react": "19.2.8",
"react-dom": "19.2.8",
"react-i18next": "17.0.11"
},
"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.2.0",
"@types/react": "19.2.18",
"@types/react-dom": "19.2.4",
"@vitejs/plugin-react": "6.0.5",
"eslint": "10.8.1",
"eslint-plugin-react-hooks": "7.1.1",
"globals": "17.11.0",
"postcss": "8.5.26",
"tailwindcss": "4.3.3",
"typescript": "6.0.3",
"typescript-eslint": "8.67.0",
"vite": "8.2.1",
"vitest": "4.1.10"
},
"author": "Jason Ulbright",
"license": "MIT",
"private": true
}