-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 807 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 807 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": "issue-stats",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"collect-stats": "tsx ./scripts/get-stats"
},
"dependencies": {
"@astrojs/site-kit": "github:withastro/site-kit",
"@astrojs/tailwind": "^5.1.3",
"@fontsource-variable/inter": "^5.1.0",
"@octokit/core": "^6.1.2",
"@tailwindcss/typography": "^0.5.15",
"@types/node": "^22.10.2",
"astro": "^5.12.9",
"chart.js": "^4.4.7",
"dotenv": "^16.4.7",
"prettier": "^3.4.2",
"prettier-plugin-astro": "^0.14.1",
"tailwindcss": "^3.4.16",
"tsx": "^4.19.2"
},
"devDependencies": {
"vite": "^6.3.5"
},
"packageManager": "pnpm@8.6.12"
}