-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 loc) · 935 Bytes
/
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-v3",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@react-spring/three": "^9.7.3",
"@react-spring/web": "^9.7.3",
"@react-three/drei": "^9.96.5",
"@react-three/fiber": "^8.15.15",
"@reduxjs/toolkit": "^2.0.1",
"moment": "^2.30.1",
"next": "14.0.4",
"next-pwa": "^5.6.0",
"next-themes": "^0.2.1",
"react": "^18",
"react-dom": "^18",
"react-intersection-observer": "^9.5.3",
"react-redux": "^9.0.4",
"react-tooltip": "^5.26.3",
"sharp": "^0.33.1",
"swiper": "^11.0.5"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"leva": "^0.9.35",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}