moved login component; improved documentation; other minor improvements
This commit is contained in:
10
package.json
10
package.json
@@ -3,7 +3,7 @@
|
||||
"version": "0.0.0",
|
||||
"scripts": {
|
||||
"ng": "ng",
|
||||
"start": "ng serve",
|
||||
"start": "ng serve --configuration development",
|
||||
"build": "concurrently \"ng build --watch --output-hashing none --configuration production\" \"node scripts/copy-latest.mjs --watch\"",
|
||||
"test": "ng test",
|
||||
"build:dev": "ng build --output-hashing none --watch --configuration development",
|
||||
@@ -36,15 +36,15 @@
|
||||
"@angular/platform-browser": "^20.3.0",
|
||||
"@angular/router": "^20.3.0",
|
||||
"@apollo/client": "^4.0.1",
|
||||
"@phx/shared": "^0.1.3",
|
||||
"@phx/shared-ui": "^0.1.3-b",
|
||||
"@phx/shared": "^0.1.4",
|
||||
"@phx/shared-ui": "^0.1.4",
|
||||
"@primeng/themes": "20",
|
||||
"apollo-angular": "14.0.0",
|
||||
"graphql": "^16",
|
||||
"postcss": "^8.5.15",
|
||||
"primeng": "20",
|
||||
"rxjs": "~7.8.0",
|
||||
"tailwindcss": "3",
|
||||
"tailwindcss": "3.4.17",
|
||||
"tailwindcss-primeui": "^0.6.1",
|
||||
"tslib": "^2.3.0",
|
||||
"zone.js": "~0.15.0"
|
||||
@@ -66,6 +66,6 @@
|
||||
"karma-jasmine": "~5.1.0",
|
||||
"karma-jasmine-html-reporter": "~2.1.0",
|
||||
"serve": "^14.2.6",
|
||||
"typescript": "5.9"
|
||||
"typescript": "5.9.2"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user