Initial Commit
This commit is contained in:
33
package.json
Normal file
33
package.json
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"name": "cswatcher",
|
||||
"version": "0.1.0",
|
||||
"scripts": {
|
||||
"ng": "ng",
|
||||
"start": "ng serve",
|
||||
"build": "ng build",
|
||||
"watch": "ng build --watch --configuration development",
|
||||
"tauri": "tauri"
|
||||
},
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@angular/common": "^20.1.4",
|
||||
"@angular/compiler": "^20.1.4",
|
||||
"@angular/core": "^20.1.4",
|
||||
"@angular/forms": "^20.1.4",
|
||||
"@angular/platform-browser": "^20.1.4",
|
||||
"@angular/router": "^20.1.4",
|
||||
"@tauri-apps/api": "^2",
|
||||
"@tauri-apps/plugin-opener": "^2",
|
||||
"cs2-gsi-z": "^2.0.0",
|
||||
"rxjs": "~7.8.2",
|
||||
"tslib": "^2.8.1",
|
||||
"zone.js": "~0.15.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular/build": "^20.1.4",
|
||||
"@angular/cli": "^20.1.4",
|
||||
"@angular/compiler-cli": "^20.1.4",
|
||||
"@tauri-apps/cli": "^2",
|
||||
"typescript": "~5.8.3"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user