mirror of
https://github.com/Ride-The-Lightning/RTL.git
synced 2026-08-13 12:33:07 +02:00
Sort refresh bug fix
This commit is contained in:
parent
670141a097
commit
6804fc762d
116 changed files with 491 additions and 983 deletions
24
package.json
24
package.json
|
|
@ -8,8 +8,8 @@
|
|||
"start": "ng serve --open",
|
||||
"prebuildfrontendtest": "node src/prebuild.cjs",
|
||||
"prebuildfrontend": "node src/prebuild.cjs",
|
||||
"buildfrontendtest": "ng test --watch=false && ng build --configuration production --named-chunks --verbose --build-optimizer=false --source-map",
|
||||
"buildfrontend": "ng build --configuration production --named-chunks --verbose --build-optimizer=false --source-map",
|
||||
"buildfrontendtest": "ng test --watch=false && ng build",
|
||||
"buildfrontend": "ng build --configuration production",
|
||||
"buildbackend": "tsc --project tsconfig.json",
|
||||
"watchbackend": "tsc --project tsconfig.json --watch",
|
||||
"server": "set NODE_ENV=development&&nodemon --watch backend --watch server ./rtl.js",
|
||||
|
|
@ -21,12 +21,21 @@
|
|||
},
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@angular/animations": "^15.0.0",
|
||||
"@angular/common": "^15.0.0",
|
||||
"@angular/compiler": "^15.0.0",
|
||||
"@angular/core": "^15.0.0",
|
||||
"@angular/forms": "^15.0.0",
|
||||
"@angular/platform-browser": "^15.0.0",
|
||||
"@angular/platform-browser-dynamic": "^15.0.0",
|
||||
"@angular/router": "^15.0.0",
|
||||
"@ngrx/effects": "^15.0.0",
|
||||
"@ngrx/store": "^15.0.0",
|
||||
"@swimlane/ngx-charts": "^20.1.2",
|
||||
"angular-user-idle": "^3.0.0",
|
||||
"atob": "^2.1.2",
|
||||
"cookie-parser": "^1.4.6",
|
||||
"crypto-browserify": "^3.12.0",
|
||||
"csurf": "^1.11.0",
|
||||
"express": "^4.18.2",
|
||||
"express-session": "^1.17.3",
|
||||
|
|
@ -40,6 +49,7 @@
|
|||
"request-promise": "^4.2.6",
|
||||
"rxjs": "~7.5.0",
|
||||
"sha256": "^0.2.0",
|
||||
"stream-browserify": "^3.0.0",
|
||||
"tslib": "^2.3.0",
|
||||
"ws": "^8.11.0",
|
||||
"zone.js": "~0.12.0"
|
||||
|
|
@ -51,19 +61,11 @@
|
|||
"@angular-eslint/eslint-plugin-template": "^15.1.0",
|
||||
"@angular-eslint/schematics": "^15.1.0",
|
||||
"@angular-eslint/template-parser": "^15.1.0",
|
||||
"@angular/animations": "^15.0.2",
|
||||
"@angular/cdk": "^15.0.1",
|
||||
"@angular/cli": "~15.0.1",
|
||||
"@angular/common": "^15.0.0",
|
||||
"@angular/compiler": "^15.0.0",
|
||||
"@angular/compiler-cli": "^15.0.0",
|
||||
"@angular/core": "^15.0.0",
|
||||
"@angular/flex-layout": "^14.0.0-beta.41",
|
||||
"@angular/forms": "^15.0.0",
|
||||
"@angular/material": "^15.0.1",
|
||||
"@angular/platform-browser": "^15.0.0",
|
||||
"@angular/platform-browser-dynamic": "^15.0.0",
|
||||
"@angular/router": "^15.0.0",
|
||||
"@fortawesome/angular-fontawesome": "^0.12.0",
|
||||
"@fortawesome/fontawesome-svg-core": "^6.2.1",
|
||||
"@fortawesome/free-regular-svg-icons": "^6.2.1",
|
||||
|
|
@ -73,7 +75,6 @@
|
|||
"@types/node": "^18.11.13",
|
||||
"@typescript-eslint/eslint-plugin": "^5.44.0",
|
||||
"@typescript-eslint/parser": "^5.44.0",
|
||||
"crypto-browserify": "^3.12.0",
|
||||
"dotenv": "^16.0.3",
|
||||
"eslint": "^8.28.0",
|
||||
"eslint-plugin-deprecation": "^1.3.3",
|
||||
|
|
@ -88,7 +89,6 @@
|
|||
"nodemon": "^2.0.20",
|
||||
"protractor": "^7.0.0",
|
||||
"roboto-fontface": "^0.10.0",
|
||||
"stream-browserify": "^3.0.0",
|
||||
"ts-node": "^10.9.1",
|
||||
"typescript": "~4.8.4"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue