-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.37 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.37 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
{
"name": "plico",
"version": "1.0.0",
"description": "Plico / 轻笔 — 即开即写的轻量桌面文本编辑器,支持纯文本和 Markdown 双模式,跨平台支持 macOS、Windows、Linux。",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"tauri": "tauri"
},
"dependencies": {
"@codemirror/commands": "^6.10.3",
"@codemirror/lang-cpp": "^6.0.3",
"@codemirror/lang-css": "^6.3.1",
"@codemirror/lang-go": "^6.0.1",
"@codemirror/lang-html": "^6.4.11",
"@codemirror/lang-java": "^6.0.2",
"@codemirror/lang-javascript": "^6.2.5",
"@codemirror/lang-json": "^6.0.2",
"@codemirror/lang-markdown": "^6.5.0",
"@codemirror/lang-php": "^6.0.2",
"@codemirror/lang-python": "^6.2.1",
"@codemirror/lang-rust": "^6.0.2",
"@codemirror/lang-sql": "^6.10.0",
"@codemirror/lang-xml": "^6.1.0",
"@codemirror/state": "^6.6.0",
"@codemirror/view": "^6.43.0",
"@tauri-apps/api": "^2",
"dompurify": "^3.4.2",
"highlight.js": "^11.11.1",
"marked": "^18.0.3",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@types/dompurify": "^3.0.5",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@tauri-apps/cli": "^2",
"@vitejs/plugin-react": "^4.3.1",
"terser": "^5.48.0",
"typescript": "^5.3.0",
"vite": "^6.0.11"
}
}