-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.52 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.52 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
{
"name": "mele-web-design-portfolio-v-1",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "node scripts/get-ip.js && next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@react-three/drei": "^9.114.0",
"@react-three/fiber": "^8.17.8",
"@shadcn/ui": "^0.0.4",
"@tabler/icons-react": "^3.19.0",
"clsx": "^2.1.1",
"firebase": "^10.14.0",
"firebase-admin": "^12.6.0",
"framer-motion": "^11.9.0",
"internal-ip": "^8.0.0",
"lucide-react": "^0.446.0",
"mini-svg-data-uri": "^1.4.4",
"next": "14.2.13",
"next-themes": "^0.3.0",
"react": "^18",
"react-dom": "^18",
"react-icons": "^5.3.0",
"react-lottie": "^1.2.4",
"react-slick": "^0.30.2",
"react-swipeable": "^7.0.1",
"swiper": "^11.1.14",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"three": "^0.169.0",
"three-globe": "^2.31.3"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18.3.11",
"@types/react-dom": "^18",
"@types/react-lottie": "^1.2.10",
"eslint": "^8",
"eslint-config-next": "14.2.13",
"postcss": "^8",
"tailwindcss": "^3.4.13",
"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"
}