the main plugins and dependencies have been added

This commit is contained in:
Александр Ебаклаков
2026-03-21 22:34:12 +03:00
parent c0a1fa6273
commit ce6e025d0e
8 changed files with 2909 additions and 23 deletions

View File

@@ -6,7 +6,8 @@
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test"
"test": "ng test",
"lint": "ng lint"
},
"private": true,
"packageManager": "npm@11.6.2",
@@ -17,6 +18,8 @@
"@angular/forms": "^21.2.0",
"@angular/platform-browser": "^21.2.0",
"@angular/router": "^21.2.0",
"@tauri-apps/api": "^2.10.1",
"@tauri-apps/plugin-global-shortcut": "^2.3.1",
"rxjs": "~7.8.0",
"tslib": "^2.3.0"
},
@@ -24,10 +27,14 @@
"@angular/build": "^21.2.3",
"@angular/cli": "^21.2.3",
"@angular/compiler-cli": "^21.2.0",
"@eslint/js": "^10.0.1",
"@tauri-apps/cli": "^2.10.1",
"angular-eslint": "21.3.1",
"eslint": "^10.0.3",
"jsdom": "^28.0.0",
"prettier": "^3.8.1",
"typescript": "~5.9.2",
"typescript-eslint": "8.56.1",
"vitest": "^4.0.8"
}
}