-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 859 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 859 Bytes
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
{
"name": "salmans-portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@heroicons/react": "^2.1.5",
"@react-three/drei": "^9.122.0",
"@react-three/fiber": "^8.18.0",
"@tailwindcss/typography": "^0.5.14",
"@vercel/analytics": "^1.4.0",
"autoprefixer": "^10.4.20",
"framer-motion": "^11.5.4",
"next": "14.2.5",
"react": "^18",
"react-dom": "^18",
"react-icons": "^5.2.1",
"react-slick": "^0.30.2",
"slick-carousel": "^1.8.1",
"three": "^0.159.0",
"three-mesh-bvh": "^0.9.0"
},
"devDependencies": {
"autoprefixer": "^10.4.20",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.5",
"postcss": "^8.4.41",
"tailwindcss": "^3.4.1"
}
}