-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1 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
{
"name": "developer-portfolio-starter-code",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/icons": "^2.1.1",
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@heroicons/react": "^1.0.6",
"@nextui-org/react": "^2.4.8",
"eslint": "8.36.0",
"eslint-config-next": "13.2.4",
"framer-motion": "^10.18.0",
"gsap": "^3.12.5",
"lucide-react": "^0.445.0",
"next": "^14.2.13",
"next-themes": "^0.3.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^5.3.0",
"react-intersection-observer": "^9.13.1",
"react-lazy-load-image-component": "^1.6.2",
"react-lazyload": "^3.2.1",
"sharp": "^0.33.5"
},
"devDependencies": {
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.12"
}
}