-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 960 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
39
40
{
"name": "portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.4.1",
"@types/react-scroll": "^1.8.3",
"add": "^2.0.6",
"daisyui": "^1.16.0",
"emailjs-com": "^3.2.0",
"next": "12.0.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-hook-form": "^7.18.0",
"react-icons": "^4.3.1",
"react-scroll": "^1.8.4",
"react-use": "^17.3.1",
"react-use-scroll-direction": "^0.1.0",
"sharp": "^0.29.2",
"yarn": "^1.22.17"
},
"devDependencies": {
"@types/node": "16.11.6",
"@types/nodemailer": "^6.4.4",
"@types/react": "17.0.33",
"autoprefixer": "latest",
"depcheck": "^1.4.2",
"eslint": "7",
"eslint-config-next": "12.0.1",
"postcss": "latest",
"tailwindcss": "latest",
"typescript": "4.4.4"
}
}