-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 981 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
38
{
"name": "my-ai-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@gadget-client/doc-inspector": "^1.2026.0",
"@gadgetinc/react": "^0.14.15",
"@mui/icons-material": "^5.14.16",
"@mui/lab": "^5.0.0-alpha.153",
"@mui/material": "^5.14.18",
"@react-pdf/renderer": "^3.1.14",
"ai": "^2.2.22",
"framer-motion": "^10.16.5",
"next": "^14.2.10",
"openai": "^4.19.1",
"react": "^18",
"react-dom": "^18"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.1.0",
"@testing-library/user-event": "^14.5.1",
"autoprefixer": "^10.0.1",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"postcss": "^8",
"tailwindcss": "^3.3.0"
}
}