feat: adds primeng and novaloop design
This commit is contained in:
61
package.json
61
package.json
@@ -12,41 +12,41 @@
|
||||
},
|
||||
"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",
|
||||
"@nebular/auth": "10.0.0",
|
||||
"@nebular/eva-icons": "^10.0.0",
|
||||
"@nebular/security": "10.0.0",
|
||||
"@nebular/theme": "10.0.0",
|
||||
"@ngrx/effects": "^15.0.0",
|
||||
"@ngrx/entity": "^15.0.0",
|
||||
"@ngrx/store": "^15.0.0",
|
||||
"@ngrx/store-devtools": "^15.0.0",
|
||||
"@angular/animations": "^15.1.4",
|
||||
"@angular/common": "^15.1.4",
|
||||
"@angular/compiler": "^15.1.4",
|
||||
"@angular/core": "^15.1.4",
|
||||
"@angular/forms": "^15.1.4",
|
||||
"@angular/localize": "^15.1.4",
|
||||
"@angular/platform-browser": "^15.1.4",
|
||||
"@angular/platform-browser-dynamic": "^15.1.4",
|
||||
"@angular/router": "^15.1.4",
|
||||
"@ngrx/effects": "^15.2.1",
|
||||
"@ngrx/entity": "^15.2.1",
|
||||
"@ngrx/store": "^15.2.1",
|
||||
"@ngrx/store-devtools": "^15.2.1",
|
||||
"axios": "^1.2.1",
|
||||
"eva-icons": "^1.1.3",
|
||||
"ngx-progressbar": "^9.0.0",
|
||||
"oauth": "^0.10.0",
|
||||
"object-assign-deep": "^0.4.0",
|
||||
"parse-link-header": "^2.0.0",
|
||||
"primeicons": "^6.0.1",
|
||||
"primeng": "^15.2.0",
|
||||
"rxjs": "~7.5.0",
|
||||
"tslib": "^2.3.0",
|
||||
"zone.js": "~0.12.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-builders/custom-webpack": "^15.0.0-beta.0",
|
||||
"@angular-devkit/build-angular": "^15.0.3",
|
||||
"@angular/cli": "~15.0.2",
|
||||
"@angular-devkit/build-angular": "^15.1.5",
|
||||
"@angular/cli": "~15.1.5",
|
||||
"@angular/compiler-cli": "^15.0.0",
|
||||
"@types/jasmine": "~4.3.0",
|
||||
"@types/oauth": "^0.9.1",
|
||||
"@types/object-assign-deep": "^0.4.0",
|
||||
"@types/parse-link-header": "^2.0.0",
|
||||
"autoprefixer": "^10.4.13",
|
||||
"jasmine-core": "~4.5.0",
|
||||
"karma": "~6.4.0",
|
||||
"karma-chrome-launcher": "~3.1.0",
|
||||
@@ -54,28 +54,9 @@
|
||||
"karma-jasmine": "~5.1.0",
|
||||
"karma-jasmine-html-reporter": "~2.0.0",
|
||||
"ng-packagr": "^15.0.0",
|
||||
"postcss": "^8.4.21",
|
||||
"tailwindcss": "^3.2.6",
|
||||
"typescript": "~4.8.2"
|
||||
},
|
||||
"overrides": {
|
||||
"@nebular/auth@10.0.0": {
|
||||
"@angular/animations": "15.0.3",
|
||||
"@angular/cdk": "15.0.0",
|
||||
"@angular/common": "15.0.3",
|
||||
"@angular/core": "15.0.3",
|
||||
"@angular/forms": "15.0.3",
|
||||
"@angular/router": "15.0.3"
|
||||
},
|
||||
"@nebular/theme@10.0.0": {
|
||||
"@angular/animations": "15.0.3",
|
||||
"@angular/cdk": "15.0.0",
|
||||
"@angular/common": "15.0.3",
|
||||
"@angular/core": "15.0.3",
|
||||
"@angular/router": "15.0.3"
|
||||
},
|
||||
"@nebular/security@10.0.0": {
|
||||
"@angular/common": "15.0.3",
|
||||
"@angular/core": "15.0.3",
|
||||
"@angular/router": "15.0.3"
|
||||
}
|
||||
}
|
||||
"overrides": {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user