-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.26 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
{
"name": "portfolio-website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"analyze": "cross-env ANALYZE=true next build"
},
"dependencies": {
"@babel/runtime": "^7.26.0",
"@next/bundle-analyzer": "^15.0.1",
"@react-three/drei": "^9.114.6",
"@react-three/fiber": "^8.17.10",
"@tabler/icons-react": "^3.20.0",
"babel-runtime": "^6.26.0",
"clsx": "^2.1.1",
"cross-env": "^7.0.3",
"framer-motion": "^11.11.9",
"mini-svg-data-uri": "^1.4.4",
"next": "^15.0.3",
"next-themes": "^0.3.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0",
"react-lottie": "^1.2.9",
"react-test-renderer": "^18.3.1",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7",
"three": "^0.169.0",
"three-globe": "^2.33.0"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-lottie": "^1.2.10",
"eslint": "^8",
"eslint-config-next": "14.2.16",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5",
"webpack": "^5.95.0",
"webpack-cli": "^5.1.4"
},
"sideEffects": false
}