-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 983 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 983 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
33
34
35
36
37
{
"name": "tennis-app",
"type": "module",
"version": "0.0.1",
"scripts": {
"build": "astro check && astro build",
"check": "astro check",
"dev": "astro dev",
"preview": "astro preview",
"sync": "astro sync",
"format": "prettier -w .",
"lint": "@biomejs/biome check .",
"extract-flags": "node scripts/extract-flags.js"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/cloudflare": "^12.6.8",
"@astrojs/mdx": "^4.1.0",
"@astrojs/rss": "^4.0.9",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "^5.1.4",
"@resvg/resvg-js": "^2.6.2",
"astro": "^5.13.8",
"country-flag-icons": "^1.5.20",
"satori": "0.11.2",
"sharp": "0.33.5",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.3"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@tailwindcss/typography": "^0.5.15",
"@types/node": "^22.10.2",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1"
}
}