Created the base design
This commit is contained in:
14
package.json
14
package.json
@@ -2,7 +2,7 @@
|
||||
"name": "go-to-bed",
|
||||
"version": "0.0.1",
|
||||
"author": "Ionic Framework",
|
||||
"homepage": "https://ionicframework.com/",
|
||||
"menupage": "https://ionicframework.com/",
|
||||
"scripts": {
|
||||
"ng": "ng",
|
||||
"start": "ng serve",
|
||||
@@ -13,6 +13,8 @@
|
||||
},
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@angular/animations": "^12.1.1",
|
||||
"@angular/cdk": "^12.1.1",
|
||||
"@angular/common": "~12.1.1",
|
||||
"@angular/core": "~12.1.1",
|
||||
"@angular/forms": "~12.1.1",
|
||||
@@ -25,6 +27,13 @@
|
||||
"@capacitor/keyboard": "1.1.3",
|
||||
"@capacitor/status-bar": "1.0.6",
|
||||
"@ionic/angular": "^5.5.2",
|
||||
"@nebular/auth": "^9.0.0",
|
||||
"@nebular/eva-icons": "^8.0.0",
|
||||
"@nebular/security": "^9.0.0",
|
||||
"@nebular/theme": "^8.0.0",
|
||||
"@ngrx/router-store": "^13.0.2",
|
||||
"@ngrx/store": "^13.0.2",
|
||||
"eva-icons": "^1.1.3",
|
||||
"rxjs": "~6.6.0",
|
||||
"tslib": "^2.2.0",
|
||||
"zone.js": "~0.11.4"
|
||||
@@ -60,7 +69,8 @@
|
||||
"karma-jasmine-html-reporter": "^1.5.0",
|
||||
"protractor": "~7.0.0",
|
||||
"ts-node": "~8.3.0",
|
||||
"typescript": "~4.2.4"
|
||||
"typescript": "~4.2.4",
|
||||
"eslint-plugin-ngrx": "^2.0.0"
|
||||
},
|
||||
"description": "An Ionic project"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user