-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
53 lines (53 loc) · 1.37 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
{
"private": true,
"author": "",
"main": "main/index.js",
"homepage": "./",
"scripts": {
"dev": "umi dev",
"build": "umi build",
"postinstall": "umi setup",
"setup": "umi setup",
"uiDev": "umi dev",
"start": "node start.js"
},
"dependencies": {
"@ant-design/happy-work-theme": "^1.0.0",
"@ant-design/icons": "^5.3.7",
"@ant-design/pro-components": "^2.7.9",
"@ant-design/pro-layout": "^7.19.7",
"@hufe921/canvas-editor": "^0.9.80",
"antd": "^5.18.0",
"antd-style": "^3.6.2",
"axios": "^1.7.2",
"colorthief": "^2.4.0",
"electron": "26.6.2",
"epub": "^1.2.1",
"express": "^4.19.2",
"htmlparser2": "^9.1.0",
"install": "^0.13.0",
"lottie-react": "^2.4.0",
"mac-scrollbar": "^0.10.7",
"mica-electron": "^1.5.10",
"rc-animate": "^3.1.1",
"rc-queue-anim": "^2.0.0",
"rc-texty": "^0.2.0",
"rc-tween-one": "^3.0.6",
"react-contexify": "^6.0.0",
"react-infinite-scroll-component": "^6.1.0",
"react-router": "^6.23.1",
"react-router-dom": "^6.23.1",
"request": "^2.88.2",
"rgbaster": "^2.1.1",
"smooth-scrollbar": "^8.8.4",
"smooth-scrollbar-react": "^2.4.1",
"talex-mica-electron": "^1.0.2",
"umi": "^4.2.9"
},
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@umijs/plugins": "^4.2.9",
"typescript": "^5.4.5"
}
}