-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
43 lines (43 loc) · 1.29 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
{
"name": "@example/minimal",
"version": "0.0.1",
"private": true,
"scripts": {
"collect-stats": "tsm -r dotenv/config ./scripts/collect-stats.ts",
"check": "astro check",
"dev": "astro dev",
"start": "astro dev",
"build": "astro build --remote",
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/check": "^0.7.0",
"@astrojs/db": "^0.11.3",
"@astrojs/site-kit": "github:withastro/site-kit",
"@astrojs/tailwind": "^5.1.0",
"@astrojs/vercel": "^7.6.0",
"@astrojs/web-vitals": "0.0.0-vitals-fix-20240503214211",
"@fontsource-variable/inter": "^5.0.18",
"@octokit/core": "^5.0.1",
"@octokit/plugin-paginate-graphql": "^5.2.4",
"@octokit/plugin-paginate-rest": "^11.3.5",
"@octokit/plugin-retry": "^7.1.2",
"@octokit/types": "^12.0.0",
"@resvg/resvg-js": "^2.6.2",
"@types/node": "^20.12.12",
"@vercel/analytics": "^1.2.2",
"astro": "^4.16.18",
"dotenv": "^16.4.5",
"minimatch": "^9.0.4",
"sharp": "^0.33.4",
"tailwindcss": "^3.4.3",
"tsm": "^2.3.0",
"typescript": "^5.4.5"
},
"packageManager": "[email protected]",
"pnpm": {
"patchedDependencies": {
"@astrojs/[email protected]": "patches/@[email protected]"
}
}
}