-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
106 lines (106 loc) · 4.6 KB
/
Copy pathpackage.json
File metadata and controls
106 lines (106 loc) · 4.6 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": "vinary-viewer",
"version": "0.3.0-dev",
"private": true,
"description": "A reactive ClojureScript (re-frame/re-com) desktop previewer for Markdown, diagrams, images, PDFs, and source code, with live refresh. A new application inspired by vmd.",
"keywords": [
"markdown",
"preview",
"pdf",
"tree-sitter",
"clojurescript",
"re-frame",
"electron",
"live-reload"
],
"license": "Apache-2.0",
"author": "Vinary Tree <dylon@vinarytree.io>",
"homepage": "https://github.com/vinary-tree/vinary-viewer#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/vinary-tree/vinary-viewer.git"
},
"main": "dist/main/main.js",
"scripts": {
"postinstall": "patch-package",
"compile": "npm run assets:sync && npm run pdfjs:sync && shadow-cljs compile main renderer",
"watch": "npm run assets:sync && npm run pdfjs:sync && shadow-cljs watch main renderer",
"release": "npm run assets:sync && npm run pdfjs:sync && shadow-cljs release main renderer",
"compile:cli": "npm run grammars:sync && npm run graphics:sync && shadow-cljs compile cli",
"release:cli": "npm run grammars:sync && npm run graphics:sync && shadow-cljs release cli",
"compile:tui": "npm run grammars:sync && npm run graphics:sync && shadow-cljs compile tui",
"release:tui": "npm run grammars:sync && npm run graphics:sync && shadow-cljs release tui",
"graphics:sync": "node scripts/sync-graphics-wasm.mjs",
"start": "electron .",
"dev": "npm run assets:sync && npm run pdfjs:sync && shadow-cljs compile main renderer && electron .",
"assets:sync": "node scripts/sync-assets.mjs",
"assets:check": "node scripts/check-assets.mjs",
"pdfjs:sync": "node scripts/sync-pdfjs.mjs",
"pdfjs:check": "node scripts/check-pdfjs.mjs",
"grammars:sync": "node scripts/sync-grammars.mjs",
"grammars:check": "node scripts/check-grammars.mjs",
"screenshots": "npm run assets:sync && npm run pdfjs:sync && shadow-cljs compile renderer && xvfb-run -a -s \"-screen 0 1280x1024x24\" electron --no-sandbox scripts/screenshots.cjs",
"screenshots:display": "npm run assets:sync && npm run pdfjs:sync && shadow-cljs compile renderer && electron --no-sandbox scripts/screenshots.cjs",
"test": "shadow-cljs compile test && node dist/test/test.js && node test/ssh-config-smoke.js && node test/ssh-transport-smoke.js && node test/content-service-smoke.js && node test/git-tree-smoke.js && npm run test:cli && npm run test:tui",
"test:cli": "npm run compile:cli && node test/cli-smoke.js && node test/graphics-smoke.js",
"test:tui": "npm run compile:tui && node test/tui-smoke.js",
"test:electron": "electron --no-sandbox test/electron-smoke.js",
"test:electron:release": "npm run release && VV_RELEASE=1 electron --no-sandbox test/electron-smoke.js",
"test:extensions": "electron --no-sandbox test/extensions-smoke.js",
"test:extensions:sandbox": "electron test/extensions-smoke.js"
},
"dependencies": {
"@codemirror/commands": "^6.8.1",
"@codemirror/language": "^6.11.3",
"@codemirror/state": "^6.5.2",
"@codemirror/view": "^6.38.2",
"@ghostery/adblocker-electron": "2.18.0",
"@mathjax/mathjax-modern-font": "^4.1.3",
"@mathjax/src": "^4.1.3",
"@resvg/resvg-wasm": "^2.6.2",
"@unified-latex/unified-latex-to-hast": "^1.8.4",
"@unified-latex/unified-latex-util-macros": "^1.8.4",
"@unified-latex/unified-latex-util-parse": "^1.8.4",
"chokidar": "^5.0.0",
"electron-chrome-web-store": "0.13.0",
"fast-xml-parser": "^5.9.3",
"jpeg-js": "^0.4.4",
"mammoth": "^1.12.0",
"mermaid": "^11.16.0",
"omggif": "^1.0.10",
"papaparse": "^5.5.4",
"pdfjs-dist": "5.4.149",
"pngjs": "^7.0.0",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"rehype-highlight": "^7.0.2",
"rehype-raw": "^7.0.0",
"rehype-sanitize": "^6.0.0",
"rehype-slug": "^6.0.0",
"rehype-stringify": "^10.0.1",
"remark-gfm": "^4.0.1",
"remark-math": "^6.0.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.2",
"rxjs": "^7.8.2",
"sixel": "^0.16.0",
"ssh2": "^1.17.0",
"tar-stream": "^3.2.0",
"unified": "^11.0.5",
"uniorg-parse": "^3.2.2",
"uniorg-rehype": "^2.2.0",
"web-tree-sitter": "0.25.9",
"yauzl": "^3.4.0"
},
"optionalDependencies": {
"@f1r3fly-io/tree-sitter-rholang-js-with-comments": "1.1.9"
},
"devDependencies": {
"@fontsource-variable/fira-code": "^5.2.7",
"@fontsource-variable/noto-sans": "^5.2.10",
"@fortawesome/fontawesome-free": "^7.3.0",
"electron": "^42.5.0",
"patch-package": "^8.0.1",
"shadow-cljs": "3.2.0"
}
}