-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.08 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
{
"name": "portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@motionone/utils": "^10.18.0",
"@radix-ui/react-hover-card": "^1.1.1",
"@react-three/fiber": "^8.16.8",
"@tabler/icons-react": "^3.19.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"framer-motion": "^11.11.1",
"lucide-react": "^0.424.0",
"next": "14.2.3",
"qss": "^3.0.0",
"react": "^18",
"react-dom": "^18",
"react-fast-marquee": "^1.6.5",
"react-router-dom": "^6.26.2",
"tailwind-merge": "^2.5.3",
"tailwindcss-animate": "^1.0.7",
"three": "^0.167.1"
},
"devDependencies": {
"@types/three": "^0.167.1",
"postcss": "^8",
"tailwindcss": "^3.4.1"
},
"description": "This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).",
"main": "tailwind.config.js",
"author": "",
"license": "ISC"
}