first
Showing
eslint.config.cjs
0 → 100644
This diff is collapsed.
| ... | ... | @@ -6,7 +6,8 @@ |
| "start": "ng serve", | ||
| "build": "ng build", | ||
| "watch": "ng build --watch --configuration development", | ||
| "test": "ng test" | ||
| "test": "ng test", | ||
| "lint": "eslint ." | ||
| }, | ||
| "prettier": { | ||
| "printWidth": 100, | ||
| ... | ... | @@ -29,15 +30,26 @@ |
| "@angular/forms": "^21.1.0", | ||
| "@angular/platform-browser": "^21.1.0", | ||
| "@angular/router": "^21.1.0", | ||
| "bootstrap": "^5.3.8", | ||
| "jszip": "^3.10.1", | ||
| "koishipro-core.js": "^1.0.8", | ||
| "rxjs": "~7.8.0", | ||
| "sql.js": "^1.13.0", | ||
| "tslib": "^2.3.0" | ||
| }, | ||
| "devDependencies": { | ||
| "@angular-eslint/eslint-plugin": "^21.1.0", | ||
| "@angular-eslint/eslint-plugin-template": "^21.1.0", | ||
| "@angular-eslint/template-parser": "^21.1.0", | ||
| "@angular/build": "^21.1.2", | ||
| "@angular/cli": "^21.1.2", | ||
| "@angular/compiler-cli": "^21.1.0", | ||
| "@types/sql.js": "^1.4.9", | ||
| "@typescript-eslint/eslint-plugin": "^8.27.0", | ||
| "@typescript-eslint/parser": "^8.27.0", | ||
| "eslint": "^9.20.0", | ||
| "jsdom": "^27.1.0", | ||
| "typescript": "~5.9.2", | ||
| "vitest": "^4.0.8" | ||
| } | ||
| } | ||
| \ No newline at end of file | ||
| } |
This diff is collapsed.
This diff is collapsed.
src/app/resource-urls.ts
0 → 100644
Please register or sign in to comment