-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 938 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 938 Bytes
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
{
"name": "plain-text",
"version": "1.1.0",
"description": "即开即写的轻量文本编辑器,支持纯文本和 Markdown 双模式。自动保存、多文稿管理、一键导出 .txt/.md 文件。",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build"
},
"dependencies": {
"@codemirror/commands": "^6.10.3",
"@codemirror/lang-markdown": "^6.5.0",
"@codemirror/state": "^6.6.0",
"@codemirror/view": "^6.43.0",
"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",
"@vitejs/plugin-react": "^4.3.1",
"@ztools-center/ztools-api-types": "^1.0.1",
"terser": "^5.48.0",
"typescript": "^5.3.0",
"vite": "^6.0.11"
}
}