forked from delucis/astro-badge
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 880 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
33
{
"name": "@example/minimal",
"version": "0.0.1",
"private": true,
"scripts": {
"collect-stats": "tsm ./scripts/collect-stats.ts",
"check": "astro check",
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/check": "^0.3.1",
"@astrojs/site-kit": "github:withastro/site-kit",
"@astrojs/tailwind": "^5.0.3",
"@fontsource-variable/inter": "^5.0.15",
"@octokit/core": "^5.0.1",
"@octokit/types": "^12.0.0",
"@resvg/resvg-js": "^2.6.0",
"@types/node": "^20.8.7",
"@vercel/analytics": "^1.1.1",
"astro": "^4.0.0",
"minimatch": "^9.0.3",
"p-retry": "^6.1.0",
"sharp": "^0.33.0",
"tailwindcss": "^3.3.3",
"tsm": "^2.3.0",
"typescript": "^5.2.2",
"web-vitals": "^3.5.0"
},
"packageManager": "[email protected]"
}