-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
54 lines (54 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
50
51
52
53
54
{
"name": "nextjs-creative-portfolio-starter-code-files",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@babel/preset-env": "^7.25.4",
"@emailjs/browser": "^4.2.0",
"@firebase/auth": "^1.7.5",
"@react-three/drei": "^9.99.5",
"@react-three/fiber": "^8.15.16",
"axios": "^1.7.7",
"clsx": "^2.1.0",
"cors": "^2.8.5",
"firebase": "^9.17.1",
"framer-motion": "^11.0.8",
"lucide-react": "^0.344.0",
"next": "14.1.1",
"nodemailer": "^6.9.16",
"react": "^18.2.0",
"react-animated-cursor": "^2.11.2",
"react-dom": "^18.2.0",
"react-hook-form": "^7.51.0",
"react-icons": "^5.1.0",
"react-router-dom": "^7.1.1",
"react-simple-typewriter": "^5.0.1",
"react-slick": "^0.30.3",
"react-svgmt": "^2.0.2",
"react-toastify": "^10.0.5",
"react-top-loading-bar": "^2.3.1",
"react-typing-effect": "^2.0.5",
"sharp": "^0.33.5",
"slick-carousel": "^1.8.1",
"sonner": "^1.4.41",
"swiper": "^11.2.0",
"three": "^0.162.0",
"twitter-api-v2": "^1.18.2",
"undici": "^6.19.7",
"xml2js": "^0.6.2"
},
"devDependencies": {
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.1.1",
"hint": "^7.1.11",
"postcss": "^8",
"tailwindcss": "^3.3.0"
}
}