-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
49 lines (49 loc) · 1.4 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
{
"name": "portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-brands-svg-icons": "^5.15.3",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@fortawesome/react-fontawesome": "^0.1.14",
"@iconify/icons-cib": "^1.1.0",
"@iconify/icons-simple-icons": "^1.1.20",
"@iconify/react": "^1.1.4",
"@sendgrid/mail": "^7.4.2",
"@stickyroll/stickyroll": "^1.2.0",
"@svgr/webpack": "^5.5.0",
"aos": "^3.0.0-beta.6",
"axios": "^0.21.1",
"framer-motion": "^4.1.3",
"html-react-parser": "^1.4.5",
"next": "latest",
"react": "17.0.2",
"react-animated-cursor": "^2.1.8",
"react-dom": "17.0.2",
"react-hook-form": "6.15.5",
"react-intersection-observer": "^8.31.0",
"react-lottie-player": "^1.3.1",
"react-slick": "^0.28.1",
"slick-carousel": "^1.8.1",
"swr": "^0.5.6",
"use-media": "^1.4.0"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/line-clamp": "^0.4.4",
"@tailwindcss/typography": "^0.5.13",
"@types/axios": "^0.14.0",
"@types/react": "^17.0.3",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.40",
"tailwindcss": "^3.4.6",
"typescript": "latest"
}
}