-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
50 lines (50 loc) · 1.31 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
{
"name": "ham-set",
"version": "0.3.7",
"private": true,
"scripts": {
"dev": "next dev -p 3000",
"vercel-dev": "vercel dev --listen 3000",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@douyinfe/semi-icons": "^2.54.1",
"@douyinfe/semi-illustrations": "^2.54.1",
"@douyinfe/semi-ui": "^2.55.0",
"@hamset/maidenhead-locator": "^0.2.1",
"@uiw/react-amap": "^6.0.3",
"@uniiem/uuid": "^0.2.1",
"@vercel/blob": "^0.22.1",
"@vercel/kv": "^1.0.1",
"@vercel/postgres": "^0.7.2",
"dayjs": "^1.11.10",
"next": "^14.1.4",
"react": "^18",
"react-dom": "^18",
"react-markdown": "^9.0.1",
"react-qr-code": "^2.0.12",
"react-transition-group": "^4.4.5",
"rehype-katex": "^7.0.0",
"remark-gfm": "^4.0.0",
"remark-math": "^6.0.0",
"swr": "^2.2.5"
},
"devDependencies": {
"@iconify-icon/react": "^2.1.0",
"@tailwindcss/typography": "^0.5.12",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-transition-group": "^4.4.10",
"autoprefixer": "^10.0.1",
"daisyui": "^4.7.3",
"eslint": "^8",
"eslint-config-next": "14.1.3",
"postcss": "^8",
"sass": "^1.72.0",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}