-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
76 lines (76 loc) · 2.33 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
70
71
72
73
74
75
76
{
"private": true,
"author": "Draco <[email protected]>",
"scripts": {
"build": "max build",
"dev": "max dev",
"format": "prettier --cache --write .",
"postinstall": "max setup",
"prepare": "husky install",
"setup": "max setup",
"start": "npm run dev"
},
"dependencies": {
"@ant-design/icons": "^5.1.4",
"@ant-design/pro-components": "^2.5.10",
"@ant-design/pro-layout": "^7.14.7",
"@radix-ui/react-alert-dialog": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.4",
"@radix-ui/react-dropdown-menu": "^2.0.5",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-select": "^1.2.2",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tooltip": "^1.0.6",
"@types/moment": "^2.13.0",
"@umijs/max": "^4.0.71",
"@umijs/plugin-esbuild": "^1.4.2",
"@umijs/preset-react": "1.x",
"ahooks": "^3.7.8",
"antd": "^5.6.1",
"class-variance-authority": "^0.6.1",
"classnames": "^2.3.2",
"clsx": "^1.2.1",
"copy-to-clipboard": "^3.3.3",
"dayjs": "^1.11.8",
"enquire-js": "^0.2.1",
"js-cookie": "^3.0.5",
"mac-scrollbar": "^0.10.7",
"moment": "^2.29.4",
"moment-timezone": "^0.5.43",
"prismjs": "^1.29.0",
"qrcode.react": "^3.1.0",
"rc-banner-anim": "^2.4.5",
"rc-queue-anim": "^2.0.0",
"rc-scroll-anim": "^2.7.6",
"rc-tween-one": "^3.0.6",
"react-copy-to-clipboard": "^5.1.0",
"react-hot-toast": "^2.4.1",
"react-intersection-observer": "^9.4.4",
"react-markdown": "^8.0.7",
"react-router-config": "^5.1.1",
"react-sidebar": "^3.0.2",
"react-syntax-highlighter": "^15.5.0",
"react-textarea-autosize": "^8.5.0",
"remark-breaks": "^3.0.3",
"remark-gfm": "^3.0.1",
"remark-math": "^5.1.1",
"styled-components": "^6.0.0-rc.3",
"tailwind-merge": "^1.13.2"
},
"devDependencies": {
"@types/react": "^18.2.12",
"@types/react-copy-to-clipboard": "^5.0.4",
"@types/react-dom": "^18.2.5",
"@types/react-syntax-highlighter": "^15.5.7",
"husky": "^8.0.3",
"lint-staged": "^13.2.2",
"prettier": "^2.8.8",
"prettier-plugin-organize-imports": "^3.2.2",
"prettier-plugin-packagejson": "^2.4.3",
"prop-types": "^15.8.1",
"tailwindcss": "^3",
"typescript": "^5.1.3"
}
}