-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.35 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
{
"name": "portfolio-yt-2.0",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.4.0",
"@fullpage/react-fullpage": "^0.1.40",
"@heroicons/react": "^2.0.16",
"@portabletext/react": "^2.0.2",
"@types/node": "18.15.0",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@vercel/analytics": "^1.3.1",
"contentful": "^10.12.8",
"devicons-react": "^1.2.6",
"eslint": "8.36.0",
"eslint-config-next": "13.2.4",
"fa-icons": "^0.2.0",
"framer-motion": "^10.2.4",
"fullpage.js": "^4.0.20",
"lottie-react": "^2.4.0",
"lottie-web": "^5.12.2",
"next": "^14.2.4",
"react": "18.2.0",
"react-awesome-slider": "^4.1.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.43.7",
"react-lottie-player": "^1.5.4",
"react-simple-typewriter": "^5.0.1",
"react-slick": "^0.30.2",
"react-social-icons": "^5.15.0",
"sanity": "^3.7.0",
"sass": "^1.62.1",
"slick-carousel": "^1.8.1",
"styled-components": "^5.3.9",
"swiper": "^9.3.2",
"typescript": "4.9.5"
},
"devDependencies": {
"autoprefixer": "^10.4.14",
"postcss": "^8.4.21",
"tailwind-scrollbar": "^3.0.0",
"tailwindcss": "^3.2.7"
}
}