From a58b1946bbeac77b51ba8e8a103aebce647baa8e Mon Sep 17 00:00:00 2001 From: zina boukercha <zina.boukercha@gmail.com> Date: Thu, 21 Sep 2023 10:39:18 +0200 Subject: [PATCH] clean code & update url --- firebase.json | 6 +----- package.json | 37 +++---------------------------------- 2 files changed, 4 insertions(+), 39 deletions(-) diff --git a/firebase.json b/firebase.json index c9bd4946..0d3734ad 100644 --- a/firebase.json +++ b/firebase.json @@ -1,10 +1,6 @@ { "hosting": { "public": ".", - "ignore": [ - "firebase.json", - "**/.*", - "**/node_modules/**" - ] + "ignore": ["firebase.json", "**/.*", "**/node_modules/**"] } } diff --git a/package.json b/package.json index 969b0948..b26eaedc 100644 --- a/package.json +++ b/package.json @@ -1,41 +1,10 @@ { "name": "takima-ar", "version": "0.0.0", - "scripts": { - "ng": "ng", - "start": "ng serve", - "build": "ng build", - "watch": "ng build --watch --configuration development", - "test": "ng test", - "deploy": "ng deploy" - }, + "scripts": {}, "private": true, - "dependencies": { - "@angular/animations": "^15.2.0", - "@angular/common": "^15.2.0", - "@angular/compiler": "^15.2.0", - "@angular/core": "^15.2.0", - "@angular/fire": "^7.5.0", - "@angular/forms": "^15.2.0", - "@angular/platform-browser": "^15.2.0", - "@angular/platform-browser-dynamic": "^15.2.0", - "@angular/router": "^15.2.0", - "firebase": "^9.18.0", - "rxjs": "~7.8.0", - "tslib": "^2.3.0", - "zone.js": "~0.12.0" - }, + "dependencies": {}, "devDependencies": { - "@angular-devkit/build-angular": "^15.2.4", - "@angular/cli": "~15.2.4", - "@angular/compiler-cli": "^15.2.0", - "@types/jasmine": "~4.3.0", - "jasmine-core": "~4.5.0", - "karma": "~6.4.0", - "karma-chrome-launcher": "~3.1.0", - "karma-coverage": "~2.2.0", - "karma-jasmine": "~5.1.0", - "karma-jasmine-html-reporter": "~2.0.0", "typescript": "~4.9.4" } -} \ No newline at end of file +} -- GitLab