shouts-admin-fix4

This commit is contained in:
2025-06-28 14:52:46 +03:00
parent 20840b2d54
commit 8f93d77eef
3 changed files with 514 additions and 94 deletions

View File

@@ -13,11 +13,15 @@
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@types/node": "^22.15.0",
"@types/prismjs": "^1.26.5",
"graphql": "^16.8.0",
"solid-js": "^1.9.6",
"terser": "^5.39.0",
"typescript": "^5.8.0",
"vite": "^6.3.0",
"vite-plugin-solid": "^2.11.0",
"terser": "^5.39.0"
"vite-plugin-solid": "^2.11.0"
},
"dependencies": {
"prismjs": "^1.30.0"
}
}