-
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) · 768 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 768 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": "github-wrapped",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/react": "^2.4.4",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@next/font": "13.1.1",
"@vercel/og": "^0.0.21",
"chart.js": "^4.1.1",
"dayjs": "^1.11.7",
"eslint": "8.30.0",
"eslint-config-next": "13.1.1",
"framer-motion": "^6",
"jsdom": "^20.0.3",
"next": "13.1.1",
"node-fetch": "^3.3.0",
"react": "18.2.0",
"react-chartjs-2": "^5.1.0",
"react-component-export-image": "^1.0.6",
"react-dom": "18.2.0",
"react-icons": "^4.7.1",
"victory-chart": "^36.6.8"
}
}