-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 939 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
{
"name": "personal-website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@react-spring/three": "^9.5.2",
"@react-three/fiber": "^8.2.2",
"axios": "^1.5.1",
"hamburger-react": "^2.5.0",
"next": "^12.3.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-pdf": "^7.7.1",
"react-photo-album": "^2.3.0",
"react-spring": "^9.5.2",
"react-spring-lightbox": "^1.7.1",
"three": "^0.143.0",
"typewriter-effect": "^2.19.0"
},
"devDependencies": {
"@types/node": "18.6.3",
"@types/react": "18.0.15",
"@types/react-dom": "18.0.6",
"@types/three": "^0.143.0",
"autoprefixer": "^10.4.8",
"eslint": "8.20.0",
"eslint-config-next": "12.2.3",
"postcss": "^8.4.14",
"tailwindcss": "^3.1.7",
"typescript": "4.7.4"
}
}