-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
44 lines (44 loc) · 1.12 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
{
"name": "pf-web-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3023",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ai-sdk/openai": "^0.0.60",
"@emotion/cache": "^11.13.1",
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@mui/icons-material": "^6.1.0",
"@mui/lab": "^6.0.0-beta.10",
"@mui/material": "^6.1.0",
"@mui/material-nextjs": "^6.1.1",
"@next/third-parties": "^14.2.13",
"@vercel/analytics": "^1.3.1",
"@vercel/speed-insights": "^1.0.12",
"ai": "^3.3.37",
"formik": "^2.4.6",
"framer-motion": "^10.18.0",
"iconsax-react": "^0.0.8",
"next": "^14.2.5",
"next-themes": "^0.3.0",
"pf-web-app": "file:",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-markdown": "^9.0.1",
"remark-gfm": "^4.0.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/node": "^20.14.15",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"eslint": "^8.57.0",
"eslint-config-next": "14.0.2",
"typescript": "^5.5.4"
}
}