Files
Randify.pro/package.json
T
2026-05-09 01:57:12 +03:00

16 lines
281 B
JSON

{
"name": "randify",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"dependencies": {
"astro": "^4.16.0",
"@tailwindcss/vite": "^4.0.0",
"tailwindcss": "^4.0.0"
}
}