{ "name": "OrderSystem", "version": "0.0.1", "author": "Ionic Framework", "homepage": "https://ionicframework.com/", "scripts": { "ng": "ng", "start": "ng serve", "build": "ng build", "test": "ng test", "lint": "ng lint", "e2e": "ng e2e" }, "private": true, "dependencies": { "@angular/animations": "^11.2.10", "@angular/cdk": "^11.2.10", "@angular/common": "~11.2.0", "@angular/core": "~11.2.0", "@angular/forms": "~11.2.0", "@angular/material": "^11.2.10", "@angular/platform-browser": "~11.2.0", "@angular/platform-browser-dynamic": "~11.2.0", "@angular/router": "~11.2.0", "@angular/service-worker": "^11.2.10", "@ionic/angular": "^5.5.2", "@types/crypto-js": "^4.0.1", "@types/echarts": "^4.9.9", "core-js": "^3.10.2", "crypto-js": "^4.0.0", "echarts": "^5.1.2", "eventemitter3": "^4.0.7", "moment": "^2.29.1", "ng2-pdf-viewer": "^6.4.1", "ngx-order-pipe": "^2.1.1", "ngx-pinch-zoom": "^2.5.5", "ngx-quill": "^14.0.0", "photoswipe": "^4.1.3", "quill": "^1.3.7", "rxjs": "~6.6.0", "tslib": "^2.0.0", "zone.js": "~0.10.2" }, "devDependencies": { "@angular-devkit/build-angular": "~0.1102.4", "@angular-eslint/builder": "2.0.2", "@angular-eslint/eslint-plugin": "2.0.2", "@angular-eslint/eslint-plugin-template": "2.0.2", "@angular-eslint/template-parser": "2.0.2", "@angular/cli": "~11.2.4", "@angular/compiler": "~11.2.0", "@angular/compiler-cli": "~11.2.0", "@angular/language-service": "~11.2.0", "@ionic/angular-toolkit": "^3.1.1", "@types/jasmine": "~3.6.0", "@types/jasminewd2": "~2.0.3", "@types/node": "^12.11.1", "@typescript-eslint/eslint-plugin": "4.16.1", "@typescript-eslint/parser": "4.16.1", "eslint": "^7.6.0", "eslint-plugin-import": "2.22.1", "eslint-plugin-jsdoc": "30.7.6", "eslint-plugin-prefer-arrow": "1.2.2", "jasmine-core": "~3.6.0", "jasmine-spec-reporter": "~5.0.0", "karma": "~5.2.0", "karma-chrome-launcher": "~3.1.0", "karma-coverage": "~2.0.3", "karma-coverage-istanbul-reporter": "~3.0.2", "karma-jasmine": "~4.0.0", "karma-jasmine-html-reporter": "^1.5.0", "protractor": "~7.0.0", "ts-node": "~8.3.0", "typescript": "~4.0.2" }, "description": "An Ionic project" }