- Deleted the obsolete biome.json file to streamline project configuration. - Updated package.json and bun.lock to include new ESLint and Prettier dependencies for improved code quality and consistency. - Added ESLint configuration package for better linting support across the project. - Cleaned up various package dependencies to ensure a more maintainable and efficient codebase.
31 lines
781 B
JSON
31 lines
781 B
JSON
{
|
|
"name": "@sgse-app/backend",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"dev": "convex dev",
|
|
"dev:setup": "convex dev --configure --until-success"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"description": "",
|
|
"devDependencies": {
|
|
"@sgse-app/eslint-config": "*",
|
|
"@types/cookie": "^1.0.0",
|
|
"@types/estree": "^1.0.8",
|
|
"@types/nodemailer": "^7.0.3",
|
|
"@types/json-schema": "^7.0.15",
|
|
"@types/node": "^24.3.0",
|
|
"@types/pako": "^2.0.4",
|
|
"@types/raf": "^3.4.3",
|
|
"@types/trusted-types": "^2.0.7",
|
|
"typescript": "catalog:",
|
|
"eslint": "catalog:"
|
|
},
|
|
"dependencies": {
|
|
"@convex-dev/better-auth": "^0.9.7",
|
|
"@dicebear/avataaars": "^9.2.4",
|
|
"better-auth": "catalog:",
|
|
"convex": "catalog:",
|
|
"nodemailer": "^7.0.10"
|
|
}
|
|
} |