-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.82 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.82 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
{
"name": "scriptorium",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "rsync -aL --ignore-existing node_modules/mathjax public && vite",
"build": "rsync -aL --ignore-existing node_modules/mathjax public && tsc && vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@codemirror/autocomplete": "^6.18.7",
"@codemirror/closebrackets": "^0.19.2",
"@codemirror/commands": "^6.8.1",
"@codemirror/lang-html": "^6.4.9",
"@codemirror/lang-markdown": "^6.3.4",
"@codemirror/language": "^6.11.3",
"@codemirror/language-data": "^6.5.1",
"@codemirror/view": "^6.38.2",
"@emoji-mart/data": "^1.2.1",
"@emoji-mart/react": "^1.1.1",
"@mantine/core": "^8.2.4",
"@mantine/hooks": "^8.2.4",
"@mantine/notifications": "^8.2.4",
"@tabler/icons-react": "^3.34.1",
"@tauri-apps/api": "^2",
"@tauri-apps/plugin-fs": "~2",
"@tauri-apps/plugin-opener": "^2",
"@tauri-apps/plugin-sql": "~2",
"@uiw/react-codemirror": "^4.25.1",
"@uiw/react-textarea-code-editor": "^3.1.1",
"asciidoctor": "^3.0.4",
"codemirror": "^6.0.2",
"codemirror-asciidoc": "^2.0.1",
"dompurify": "^3.2.6",
"highlight.js": "^11.11.1",
"mathjax": "^4.0.0",
"polished": "^4.3.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-markdown": "^10.1.0",
"refractor": "^5.0.0",
"rehype-highlight": "^7.0.2",
"remark-gfm": "^4.0.1",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.2",
"remark-stringify": "^11.0.0",
"unified": "^11.0.5",
"use-debounce": "^10.0.5"
},
"devDependencies": {
"@tauri-apps/cli": "^2",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.4",
"typescript": "~5.6.2",
"vite": "^6.0.3"
}
}