-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 919 Bytes
/
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
{
"private": false,
"author": "梁典典 <[email protected]>",
"scripts": {
"build": "umi build",
"postinstall": "umi setup",
"start": "umi dev",
"abuild": "ANALYZE=1 umi build"
},
"dependencies": {
"axios": "^1.7.7",
"axios-hooks": "^5.0.2",
"dayjs": "^1.11.13",
"framer-motion": "^11.11.9",
"g": "^2.0.1",
"highlight.js": "^11.10.0",
"markdown-it": "^14.1.0",
"pnpm": "^9.12.2",
"react-hook-form": "^7.53.0",
"theme-change": "^2.5.0",
"umi": "^4.3.27",
"zustand": "^5.0.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.15",
"@types/markdown-it": "^14.1.2",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@umijs/lint": "^4.3.27",
"@umijs/plugins": "^4.3.27",
"daisyui": "^4.12.13",
"eslint": "^9.12.0",
"stylelint": "^16",
"tailwindcss": "^3",
"typescript": "^5.6.3"
}
}