-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.06 KB
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 1.06 KB
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
{
"name": "maxxtopia",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"check:release-truth": "node scripts/check-release-truth.mjs",
"check:sitemap": "node scripts/check-sitemap-routes.mjs",
"build": "npm run check:release-truth && npm run check:sitemap && astro build",
"preview": "astro preview",
"astro": "astro",
"og": "node scripts/render-og-image.mjs",
"og:cards": "node scripts/render-og-product-cards.mjs"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/sitemap": "^3.7.3",
"@fontsource/bebas-neue": "^5.2.7",
"@fontsource/bowlby-one": "^5.2.8",
"@fontsource/crimson-pro": "^5.2.8",
"@fontsource/geist-mono": "^5.2.8",
"@fontsource/geist-sans": "^5.2.5",
"@fontsource/metal-mania": "^5.2.7",
"@tailwindcss/vite": "^4.0.0",
"astro": "^5.0.0",
"tailwindcss": "^4.0.0",
"typescript": "^5.6.0"
},
"devDependencies": {
"discord.js": "^14.26.4",
"dotenv": "^17.4.2",
"sharp": "^0.34.5"
}
}