-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 886 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
{
"name": "myportfolio",
"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.15",
"@mui/material": "^5.15.15",
"@nextui-org/react": "^2.2.10",
"autoprefixer": "10.4.14",
"dotenv": "^16.4.5",
"eslint": "8.46.0",
"eslint-config-next": "13.4.12",
"framer-motion": "^11.0.24",
"next": "^14.1.4",
"nodemailer": "^6.9.13",
"postcss": "8.4.27",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.0.1",
"react-scroll": "^1.8.9",
"react-slick": "^0.30.3",
"slick-carousel": "^1.8.1",
"tailwindcss": "3.3.3",
"typewriter-effect": "^2.21.0"
}
}