This commit is contained in:
mrfelfel
2026-07-18 19:41:33 +03:30
parent 87ba0d253d
commit dfb0e857f1
158 changed files with 20278 additions and 0 deletions

23
package.json Normal file
View File

@@ -0,0 +1,23 @@
{
"name": "ruseemrooz",
"type": "module",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"dependencies": {
"@astrojs/node": "^8.3.4",
"astro": "^4.16.18",
"better-sqlite3": "^12.11.1",
"cheerio": "^1.2.0",
"fast-xml-parser": "^5.9.3",
"openai": "^6.44.0",
"puppeteer-core": "^25.3.0",
"sharp": "^0.35.2"
},
"devDependencies": {
"@types/better-sqlite3": "^7.6.13",
"tailwindcss": "^3.4.17"
}
}