You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
842 B
JSON

{
"name": "ggwp-scoreboard-astro",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
2 days ago
"@astrojs/node": "^8.3.4",
"@astrojs/preact": "^3.5.3",
"@fontsource-variable/material-symbols-outlined": "^5.1.3",
"@fontsource-variable/source-code-pro": "^5.1.0",
"@fontsource/inria-sans": "^5.1.0",
"@paralleldrive/cuid2": "^2.2.2",
"astro": "^4.16.13",
"better-sqlite3": "^11.5.0",
"clsx": "^2.1.1",
7 hours ago
"date-fns": "^4.1.0",
2 days ago
"nanoid": "^5.0.8",
"preact": "^10.24.3",
"typescript": "^5.6.3"
2 days ago
},
"devDependencies": {
"@types/better-sqlite3": "^7.6.11",
"@types/bun": "^1.1.13"
}
}