-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
32 lines (32 loc) · 982 Bytes
/
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
{
"name": "Git Glance",
"description": "Gain valuable insights into your GitHub profile effortlessly. Explore your coding journey with intuitive visualizations and unlock a deeper understanding of your contributions, repositories, and activity. Dive into your GitHub universe with ease and clarity.",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@next/third-parties": "^14.1.4",
"@octokit/graphql": "^8.0.1",
"@tippyjs/react": "^4.2.6",
"axios": "^1.6.8",
"chart.js": "^4.0.0",
"mongoose": "^8.1.3",
"next": "14.1.4",
"react": "^18",
"react-chartjs-2": "^5.0.0",
"react-dom": "^18",
"react-icons": "^5.0.1",
"sass": "^1.72.0",
"tailwind-merge": "^2.2.2"
},
"devDependencies": {
"autoprefixer": "^10.0.1",
"postcss": "^8",
"prettier-plugin-tailwindcss": "^0.5.12",
"tailwindcss": "^3.3.0"
}
}