forked from KysonGeek/ZenMark
-
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) · 712 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 712 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": "md-qixin-editor",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview",
"test": "vitest run",
"test:watch": "vitest",
"postinstall": "patch-package"
},
"dependencies": {
"@milkdown/crepe": "^7.20.0",
"idb": "^8.0.0",
"react": "^19.2.0",
"react-dom": "^19.2.0"
},
"devDependencies": {
"@types/react": "^19.2.0",
"@types/react-dom": "^19.2.0",
"@vitejs/plugin-react": "^6.0.1",
"fake-indexeddb": "^6.0.0",
"jsdom": "^25.0.0",
"patch-package": "^8.0.1",
"typescript": "^5.6.0",
"vite": "^8.0.0",
"vitest": "^4.1.6"
}
}