mirror of
https://github.com/Ryubing/Website.git
synced 2025-05-12 18:50:37 +01:00
24 lines
521 B
JSON
24 lines
521 B
JSON
{
|
|
"name": "ryujinx.app",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/cloudflare": "^12.2.1",
|
|
"@astrojs/node": "^9.1.0",
|
|
"@astrojs/sitemap": "^3.2.1",
|
|
"@tailwindcss/vite": "^4.0.6",
|
|
"astro": "^5.2.5",
|
|
"tailwindcss": "^4.0.6"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.13.2",
|
|
"sass-embedded": "^1.83.4",
|
|
"tsx": "^4.19.2"
|
|
}
|
|
}
|