-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.07 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.07 KB
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
{
"name": "biruk-portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "prisma generate && next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@babel/eslint-parser": "^7.22.15",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-brands-svg-icons": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@mui/material": "^5.14.12",
"@prisma/client": "^5.4.1",
"@sendgrid/mail": "^7.7.0",
"bootstrap": "^5.3.2",
"bootswatch": "^5.3.2",
"framer-motion": "^10.16.4",
"next": "^13.5.4",
"next-themes": "^0.2.1",
"react": "^18.2.0",
"react-bootstrap": "^2.9.0",
"react-dom": "^18.2.0",
"react-intersection-observer": "^9.5.3",
"react-multi-carousel": "^2.8.4",
"react-textarea-autosize": "^8.5.3"
},
"devDependencies": {
"@types/node": "^20.8.2",
"eslint": "^8.51.0",
"eslint-config-next": "^13.5.4",
"prisma": "^5.4.1",
"typescript": "^5.2.2"
}
}