-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.89 KB
/
Copy pathpackage.json
File metadata and controls
62 lines (62 loc) · 1.89 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
{
"name": "marklite",
"private": true,
"version": "0.3.3",
"type": "module",
"scripts": {
"dev": "vite",
"lingui:extract": "lingui extract",
"lingui:compile": "lingui compile --typescript",
"lingui:sync": "lingui extract && lingui compile --typescript",
"translate": "node --env-file=.env scripts/translate.mjs",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@codemirror/autocomplete": "^6.20.3",
"@codemirror/commands": "^6.10.4",
"@codemirror/lang-markdown": "^6.5.1",
"@codemirror/language": "^6.12.3",
"@codemirror/language-data": "^6.5.2",
"@codemirror/search": "^6.7.1",
"@codemirror/state": "^6.7.1",
"@codemirror/view": "^6.43.1",
"@lezer/highlight": "^1.2.3",
"@lingui/core": "^6.5.0",
"@lingui/react": "^6.5.0",
"@tailwindcss/vite": "^4.3.3",
"@tauri-apps/api": "^2.11.1",
"@tauri-apps/plugin-dialog": "^2.7.1",
"@tauri-apps/plugin-fs": "^2.5.1",
"@tauri-apps/plugin-opener": "^2.5.4",
"@tauri-apps/plugin-os": "^2.3.2",
"@tauri-apps/plugin-store": "^2.4.3",
"@tauri-apps/plugin-window-state": "^2.4.1",
"@uiw/react-codemirror": "^4.25.11",
"clsx": "^2.1.1",
"dompurify": "^3.4.12",
"lucide-react": "^1.24.0",
"marked": "^18.0.6",
"marked-footnote": "^1.4.0",
"react": "19.2.8",
"react-dom": "19.2.8",
"shiki": "^4.3.1",
"tailwind-merge": "^3.6.0",
"tailwindcss": "^4.3.3",
"zustand": "^5.0.14"
},
"devDependencies": {
"@lingui/babel-plugin-lingui-macro": "^6.5.0",
"@lingui/cli": "^6.5.0",
"@lingui/vite-plugin": "^6.5.0",
"@rolldown/plugin-babel": "^0.2.3",
"@tauri-apps/cli": "^2.11.4",
"@types/node": "^26.1.1",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.3",
"typescript": "^7.0.2",
"vite": "^8.2.1"
}
}