-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
52 lines (52 loc) · 1.37 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "portfolio-next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@mui/icons-material": "^5.14.14",
"@mui/material": "^5.14.14",
"@next/font": "^14.0.4",
"@react-spring/parallax": "^9.7.3",
"@uidotdev/usehooks": "^2.4.1",
"dotenv": "^16.3.2",
"file-loader": "^6.2.0",
"framer-motion": "^10.16.4",
"gsap": "^3.12.4",
"gsap-trial": "^3.12.4",
"hamburger-react": "^2.5.0",
"lottie-react": "^2.4.0",
"next": "13.5.5",
"nodemailer": "^6.9.8",
"p5": "^1.7.0",
"react": "18.2.0",
"react-confetti": "^6.1.0",
"react-dom": "18.2.0",
"react-fast-marquee": "^1.6.3",
"react-html5video": "^2.5.1",
"react-icons": "^4.11.0",
"react-lottie": "^1.2.3",
"react-p5": "^1.4.1",
"react-spring": "^9.7.3",
"three": "0.121.0",
"vanta": "^0.5.24",
"webpack": "^5.89.0"
},
"devDependencies": {
"autoprefixer": "^10.4.16",
"eslint": "8.51.0",
"eslint-config-next": "13.5.5",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.3"
}
}