This commit is contained in:
talorr
2026-03-27 03:36:08 +03:00
parent 8a97ce6d54
commit cda36918e8
225 changed files with 35641 additions and 0 deletions

38
frontend/package.json Normal file
View File

@@ -0,0 +1,38 @@
{
"name": "betting-signals-frontend",
"version": "1.0.5",
"private": true,
"type": "module",
"scripts": {
"dev": "nuxt dev",
"build": "nuxt build",
"generate": "nuxi generate",
"preview": "nuxt preview",
"cap:sync": "npx cap sync",
"cap:open:android": "npx cap open android",
"cap:open:ios": "npx cap open ios",
"build:mobile": "npm run generate && npm run cap:sync"
},
"dependencies": {
"@capacitor/android": "^7.4.3",
"@capacitor/app": "^7.0.2",
"@capacitor/core": "^7.4.3",
"@capacitor/device": "^7.0.2",
"@capacitor/ios": "^7.4.3",
"@capacitor/preferences": "^7.0.2",
"@capacitor/push-notifications": "^7.0.2",
"@capacitor/splash-screen": "^7.0.5",
"@primeuix/themes": "^2.0.3",
"nuxt": "4.4.2",
"primeicons": "^7.0.0",
"primevue": "^4.5.4",
"socket.io-client": "^4.8.3",
"vue": "^3.5.13",
"vue-router": "^4.5.1"
},
"devDependencies": {
"@capacitor/cli": "^7.4.3",
"@tailwindcss/vite": "^4.2.2",
"tailwindcss": "^4.2.2"
}
}