This commit is contained in:
Romulus21
2024-12-01 22:47:22 +01:00
parent a55ccc63c6
commit 31e0bd6eac
5 changed files with 2941 additions and 2716 deletions

View File

@@ -1,8 +1,8 @@
deploy: public/build/manifest.json
scp raspiweb:/var/www/ticcat/.env .env.production
pnpm run build --mode prod
ssh raspigate 'cd /var/www/ticcat && git pull origin main && make install'
scp -r public/build raspigate:/var/www/ticcat/public
ssh raspiweb 'cd /var/www/ticcat && git pull origin main && make install'
scp -r public/build raspiweb:/var/www/ticcat/public
install: vendor/autoload.php
php artisan down

View File

@@ -5,7 +5,7 @@
"keywords": ["laravel", "framework"],
"license": "MIT",
"require": {
"php": "^8.1",
"php": "^8.3",
"guzzlehttp/guzzle": "^7.2",
"laravel/framework": "^10.10",
"laravel/sanctum": "^3.3",

1207
composer.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -8,26 +8,26 @@
"lint-fix": "eslint ./ --fix"
},
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.19",
"axios": "^1.7.2",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.4",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.20",
"axios": "^1.7.8",
"eslint": "^8.57.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-tailwindcss": "^3.17.4",
"laravel-vite-plugin": "^1.0.5",
"postcss": "^8.4.39",
"tailwindcss": "^3.4.6",
"typescript": "^5.5.3",
"vite": "^5.3.4"
"eslint-plugin-tailwindcss": "^3.17.5",
"laravel-vite-plugin": "^1.0.6",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.15",
"typescript": "^5.7.2",
"vite": "^5.4.11"
},
"dependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.25.0"
"react-router-dom": "^6.28.0"
}
}

4366
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff