-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 826 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 826 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
35
{
"name": "ata",
"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",
"@fortawesome/fontawesome-free": "^6.5.1",
"@mui/icons-material": "^5.15.17",
"@mui/material": "^5.15.17",
"@prisma/client": "^5.13.0",
"bootstrap": "^5.3.3",
"framer-motion": "^11.0.24",
"mongodb": "^6.6.1",
"next": "14.1.3",
"react": "^18",
"react-dom": "^18",
"react-icons": "^5.0.1",
"react-slick": "^0.30.2",
"sharp": "^0.33.3",
"slick-carousel": "^1.8.1"
},
"devDependencies": {
"autoprefixer": "^10.0.1",
"postcss": "^8",
"prisma": "^5.13.0",
"tailwindcss": "^3.3.0"
}
}