forked from ishandeveloper/github-wrapped
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 771 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 771 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
{
"name": "githubwrapped",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@react-three/drei": "^8.0.0",
"@react-three/fiber": "^7.0.24",
"@vercel/og": "^0.0.21",
"axios": "^1.2.1",
"dotenv": "^8.2.0",
"eslint": "8.29.0",
"eslint-config-next": "13.0.6",
"gsap": "^3.8.0",
"isomorphic-fetch": "^3.0.0",
"jssoup": "^0.0.15",
"next": "13.0.6",
"nextjs-google-analytics": "^2.2.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-github-btn": "^1.4.0",
"react-tsparticles": "1.36.0",
"sass": "^1.56.2",
"three": "0.127.0",
"three-gltf-exporter": "^0.0.1"
}
}