-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.15 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
{
"name": "wiishy-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ant-design/cssinjs": "^1.16.2",
"@ant-design/icons": "^5.2.5",
"@material-tailwind/html": "^2.0.0",
"@types/node": "20.5.0",
"@types/react": "18.2.20",
"@types/react-dom": "18.2.7",
"ai": "^2.2.31",
"antd": "^5.8.3",
"antd-mobile": "^5.32.0",
"antd-mobile-icons": "^0.3.0",
"axios": "^1.6.1",
"cheerio": "^1.0.0-rc.12",
"eslint": "8.47.0",
"eslint-config-next": "13.4.13",
"framer-motion": "^10.15.2",
"geist": "^1.1.0",
"next": "^13.5.6",
"next-auth": "^4.23.1",
"openai": "^4.24.1",
"react": "18.2.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.47.0",
"resend": "^2.0.0",
"shamsi-date-converter": "^1.0.5",
"sharp": "^0.33.0",
"typescript": "5.1.6"
},
"devDependencies": {
"@types/react-copy-to-clipboard": "^5.0.7",
"autoprefixer": "^10.4.15",
"postcss": "^8.4.29",
"tailwindcss": "^3.3.3"
}
}