Some checks failed
Aduanasoft/PANEL_BASES_ANEXO24/pipeline/head There was a failure building this commit
- Added new environment variables for deduplication and SQL Server password encryption. - Updated docker-compose files to include SECRET_KEY and ENCRYPTION_KEY for compatibility with a24c. - Enhanced the navigation structure to reflect changes in admin-only views and report access. - Introduced new functions for handling SQL Server connections and database management, including parsing server addresses and listing user databases. This update improves security and functionality related to database management and user access control. Reviewed-on: #15 Co-authored-by: AlexeerCT <acazares@aduanasoft.com.mx> Co-committed-by: AlexeerCT <acazares@aduanasoft.com.mx>
52 lines
1.4 KiB
JSON
52 lines
1.4 KiB
JSON
{
|
|
"name": "transmitiras-dashboard",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite dev",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"start": "node scripts/wait-for-a24c-schema.js && node server.js",
|
|
"check": "svelte-kit sync && tsc --noEmit",
|
|
"test": "vitest run",
|
|
"test:watch": "vitest"
|
|
},
|
|
"devDependencies": {
|
|
"@sveltejs/adapter-auto": "^3.3.1",
|
|
"@sveltejs/adapter-node": "^5.5.2",
|
|
"@sveltejs/kit": "^2.0.0",
|
|
"@sveltejs/vite-plugin-svelte": "^4.0.0-next.0",
|
|
"@types/archiver": "^5.3.4",
|
|
"@types/bcrypt": "^6.0.0",
|
|
"@types/jsonwebtoken": "^9.0.10",
|
|
"@types/mssql": "^9.1.5",
|
|
"@types/node": "^22.0.0",
|
|
"@types/nodemailer": "^8.0.0",
|
|
"@types/pg": "^8.16.0",
|
|
"@types/ssh2-sftp-client": "^9.0.6",
|
|
"autoprefixer": "^10.4.24",
|
|
"postcss": "^8.5.6",
|
|
"svelte": "^5.0.0-next.1",
|
|
"svelte-check": "^3.6.0",
|
|
"tailwindcss": "^3.4.19",
|
|
"tslib": "^2.4.1",
|
|
"typescript": "^5.0.0",
|
|
"vite": "^5.0.0",
|
|
"vitest": "^2.1.9"
|
|
},
|
|
"dependencies": {
|
|
"archiver": "^5.3.2",
|
|
"bcrypt": "^6.0.0",
|
|
"bootstrap": "^5.3.3",
|
|
"dotenv": "^16.4.5",
|
|
"exceljs": "^4.4.0",
|
|
"express": "^4.18.2",
|
|
"jsonwebtoken": "^9.0.3",
|
|
"mssql": "^10.0.2",
|
|
"nodemailer": "^8.0.9",
|
|
"pg": "^8.18.0",
|
|
"ssh2-sftp-client": "^12.1.1"
|
|
},
|
|
"type": "module"
|
|
}
|