-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.37 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
{
"name": "github-dashboard",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@mui/material": "^5.11.15",
"@octokit/graphql": "^5.0.5",
"@octokit/request": "^6.2.3",
"@octokit/rest": "^19.0.7",
"@radix-ui/colors": "^0.1.8",
"@radix-ui/react-popover": "1.0.5",
"@stitches/react": "^1.2.8",
"@types/cheerio": "^0.22.31",
"@types/js-yaml": "^4.0.5",
"@types/node": "18.15.11",
"@types/react": "18.0.31",
"@types/react-dom": "18.0.11",
"axios": "^1.3.4",
"chart.js": "^4.2.1",
"cheerio": "^1.0.0-rc.12",
"github-markdown-css": "^5.2.0",
"js-yaml": "^4.1.0",
"lucide-react": "^0.129.0",
"next": "13.2.4",
"nookies": "^2.5.2",
"radix-ui": "^1.0.1",
"react": "18.2.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "18.2.0",
"react-github-calendar": "^3.4.0",
"react-icons": "^4.8.0",
"react-markdown": "^8.0.6",
"rehype-raw": "^6.1.1",
"remark-gfm": "^3.0.1",
"remark-mdx": "^2.3.0",
"shiki": "^0.14.1",
"stitches": "^1.2.11",
"typescript": "5.0.3"
},
"devDependencies": {
"autoprefixer": "^10.4.20",
"postcss": "^8.4.45",
"tailwindcss": "^3.4.10"
}
}