-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.22 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"
},
"dependencies": {
"@heroicons/react": "^1.0.6",
"@react-three/drei": "^9.40.4",
"@react-three/fiber": "^8.9.1",
"@types/node": "18.11.9",
"@types/react": "18.0.24",
"@types/react-dom": "18.0.8",
"dayjs": "^1.11.6",
"eslint": "8.26.0",
"eslint-config-next": "13.0.1",
"glob": "^8.0.3",
"gray-matter": "^4.0.3",
"motion": "^10.14.3",
"next": "13.0.1",
"next-compose-plugins": "^2.2.1",
"next-mdx-remote": "^4.1.0",
"next-themes": "^0.2.1",
"prism-react-renderer": "^1.3.5",
"react": "18.2.0",
"react-18-image-lightbox": "^5.1.4",
"react-dom": "18.2.0",
"reading-time": "^1.5.0",
"rss": "^1.2.2",
"styled-components": "^5.3.6",
"swr": "^1.3.0",
"three": "^0.146.0",
"typescript": "4.8.4"
},
"devDependencies": {
"@types/glob": "^8.0.0",
"@types/rss": "0.0.29",
"@types/three": "^0.146.0",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.18",
"react-lightboxable": "^1.1.1",
"sass": "^1.56.1",
"tailwindcss": "^3.2.1"
}
}