-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
58 lines (58 loc) · 1.52 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
50
51
52
53
54
55
56
57
58
{
"name": "100daysofcode-tracker",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@headlessui/react": "^1.7.13",
"@mui/icons-material": "^5.11.0",
"@mui/material": "^5.11.6",
"@next/font": "^13.1.3",
"@supabase/supabase-js": "^2.8.0",
"@types/chart.js": "^2.9.37",
"@types/node": "18.11.18",
"@types/react": "18.0.27",
"@types/react-dom": "18.0.10",
"@vercel/analytics": "^0.1.8",
"axios": "^1.2.3",
"chart.js": "^4.2.0",
"d3": "^7.4.0",
"encoding": "^0.1.13",
"eslint": "8.32.0",
"eslint-config-next": "13.1.3",
"framer-motion": "^8.5.0",
"frappe-charts": "^1.6.2",
"github-contributions-canvas": "^0.6.0",
"html2canvas": "^1.4.1",
"moment": "^2.29.4",
"next": "13.1.3",
"node-fetch": "^2.6.1",
"openai": "^3.1.0",
"react": "18.2.0",
"react-calendar-heatmap": "^1.9.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "18.2.0",
"react-frappe-charts": "^4.1.0",
"react-icons": "^4.7.1",
"react-tippy": "^1.4.0",
"react-tooltip": "^5.7.0",
"swr": "^2.0.1",
"typescript": "4.9.4",
"zod": "^3.20.2",
"zustand": "^4.3.2"
},
"devDependencies": {
"@types/d3": "^7.4.0",
"@types/react-calendar-heatmap": "^1.6.3",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.4"
}
}