-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 835 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 835 Bytes
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
{
"name": "opus",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/icons-material": "^5.15.20",
"@mui/material": "^5.15.20",
"axios": "^1.7.2",
"date-fns": "^3.6.0",
"dayjs": "^1.11.11",
"dompurify": "^3.1.5",
"dotenv": "^16.4.5",
"framer-motion": "^11.3.0",
"lucide-react": "^0.407.0",
"next": "14.2.4",
"openai": "^4.52.5",
"react": "^18",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18",
"react-dropzone": "^14.2.3",
"react-intersection-observer": "^9.10.3",
"react-paginate": "^8.2.0",
"react-slick": "^0.30.2",
"slick-carousel": "^1.8.1"
}
}