All checks were successful
Deploy tt-tagebuch / deploy (push) Successful in 54s
- Changed file permissions from 644 to 755 for various files in the mobile-app and mobile-app_legacy_rn_expo directories, ensuring executable permissions where necessary. - Added a new SQL migration script to the backend to introduce missing columns for club billing and invoice settings in the clubs table, maintaining synchronization with the current Sequelize model.
32 lines
942 B
JSON
Executable File
32 lines
942 B
JSON
Executable File
{
|
|
"name": "trainingstagebuch",
|
|
"version": "1.1.0",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dev": "concurrently \"cd backend && npm run dev\" \"cd frontend && npm run dev\"",
|
|
"dev:backend": "cd backend && npm run dev",
|
|
"dev:frontend": "cd frontend && npm run dev",
|
|
"audit:frontend-size": "bash ./scripts/audit_frontend_size.sh",
|
|
"audit:inline-todos": "bash ./scripts/audit_inline_todos.sh",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"description": "",
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.24.8",
|
|
"@babel/core": "^7.25.2",
|
|
"@babel/preset-env": "^7.25.3",
|
|
"concurrently": "^8.2.2",
|
|
"eslint": "^8.57.0",
|
|
"eslint-config-airbnb-base": "^15.0.0",
|
|
"eslint-plugin-import": "^2.29.1"
|
|
},
|
|
"dependencies": {
|
|
"@babel/eslint-parser": "^7.25.1",
|
|
"vue-eslint-parser": "^9.4.3",
|
|
"vue-multiselect": "^3.0.0"
|
|
}
|
|
}
|