Files
redvalley e756e29294 fix(qb-core): post-update recovery + centralizare notify 17mov_Hud
Restaurat jobs.lua din git (Quasar fork a suprascris joburile 17mov). Adăugat item map în items.lua (lipsea, rupt rv-maphold). Setat licences.driver = false în config.lua. Override QBCore.Functions.Notify + QBCore:Notify event → 17mov_Hud:ShowNotification (toate notificările merg automat prin 17mov_Hud).
2026-04-03 02:47:59 +03:00

38 lines
965 B
JSON

{
"name": "oxmysql",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"start": "vite",
"start:game": "vite build --watch",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^2.5.3",
"@tsconfig/svelte": "^3.0.0",
"svelte": "^3.59.2",
"svelte-check": "^2.10.3",
"tslib": "^2.7.0",
"typescript": "^4.9.5",
"vite": "^4.5.5"
},
"dependencies": {
"@tabler/icons-svelte": "^2.47.0",
"@tanstack/svelte-table": "8.8.0",
"autoprefixer": "^10.4.20",
"chart.js": "^4.4.4",
"postcss": "^8.4.47",
"prettier": "^2.8.8",
"prettier-plugin-svelte": "^2.10.1",
"prettier-plugin-tailwindcss": "^0.2.8",
"svelte-chartjs": "^3.1.5",
"svelte-floating-ui": "^1.5.9",
"svelte-portal": "2.2.0",
"tailwindcss": "^3.4.13",
"tinro": "^0.6.12"
}
}