-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.63 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (58 loc) · 1.63 KB
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
55
56
57
58
{
"name": "samhitha-portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.7.2",
"@react-three/drei": "^10.0.7",
"@react-three/fiber": "^9.1.2",
"@splinetool/react-spline": "^4.0.0",
"@splinetool/runtime": "^1.9.86",
"@tsparticles/engine": "^3.8.1",
"@tsparticles/react": "^3.0.0",
"body-parser": "^2.2.0",
"cors": "^2.8.5",
"dotenv": "^16.5.0",
"express": "^5.1.0",
"framer-motion": "^12.9.2",
"gsap": "^3.12.7",
"lucide-react": "^0.503.0",
"next": "15.3.8",
"nodemailer": "^6.10.1",
"react": "^19.0.0",
"react-calendar-timeline": "^0.30.0-beta.3",
"react-dom": "^19.0.0",
"react-icons": "^5.5.0",
"react-simple-typewriter": "^5.0.1",
"react-syntax-highlighter": "^15.6.1",
"react-tsparticles": "^2.12.2",
"scrolltrigger": "^1.0.1",
"socket.io": "^4.8.1",
"swiper": "^11.2.6",
"tailwind-merge": "^3.2.0",
"tsparticles": "^3.8.1"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.3.1",
"tailwindcss": "^4",
"typescript": "^5"
},
"description": "This is a [Next.js](https://nextjs.org) project bootstrapped with [`create-next-app`](https://nextjs.org/docs/app/api-reference/cli/create-next-app).",
"main": "index.js",
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs"
}