-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 2.07 KB
/
package.json
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
63
64
65
66
67
68
69
{
"name": "@pjblog/desktop",
"version": "2.3.5",
"description": "PJBlog Control 后台管理系统",
"type": "module",
"main": "main/index.js",
"types": "main/index.d.ts",
"scripts": {
"dev": "vite --host",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"build:main": "tsc main/index.ts -d --module esnext --moduleResolution node --allowSyntheticDefaultImports"
},
"dependencies": {
"koa": "^2.15.1",
"koa-send": "^5.0.1"
},
"files": [
"dist",
"main"
],
"devDependencies": {
"@ant-design/icons": "^5.2.6",
"@codemirror/commands": "^6.3.3",
"@codemirror/lang-markdown": "^6.2.4",
"@codemirror/language-data": "^6.4.1",
"@codemirror/state": "^6.4.1",
"@codemirror/view": "^6.26.0",
"@lezer/highlight": "^1.2.0",
"@types/bytes": "^3.1.4",
"@types/koa": "^2.15.0",
"@types/koa-send": "^4.1.6",
"@types/node": "^20.11.25",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"@uiw/codemirror-extensions-events": "^4.21.24",
"@uiw/codemirror-themes": "^4.21.24",
"@uiw/react-codemirror": "^4.21.24",
"@uiw/react-markdown-preview": "^5.1.1",
"@uiw/react-textarea-code-editor": "^3.0.2",
"@vitejs/plugin-react": "^4.2.1",
"ahooks": "^3.7.8",
"antd": "^5.13.2",
"antd-img-crop": "^4.21.0",
"bytes": "^3.1.2",
"classnames": "^2.5.1",
"dayjs": "^1.11.10",
"eslint": "^8.56.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"immutability-helper": "^3.1.1",
"less": "^4.2.0",
"mitt": "^3.0.1",
"path-to-regexp": "^6.2.1",
"qs": "^6.12.0",
"rc-tween-one": "^3.0.6",
"react": "^18.2.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18.2.0",
"react-photo-view": "^1.2.4",
"typescript": "^5.3.3",
"vite": "^5.0.12",
"wujie-react": "^1.0.22"
}
}