Files
wgenerator/package.json
2023-05-18 11:54:47 +02:00

76 lines
2.4 KiB
JSON

{
"name": "wgenerator",
"version": "1.3",
"scripts": {
"start": "ng serve",
"build": "ng build",
"deploy": "ng build --configuration production && firebase deploy",
"test": "ng test",
"lint": "ng lint --fix",
"postinstall": "ngcc"
},
"private": true,
"dependencies": {
"@angular/animations": "^14.2.10",
"@angular/cdk": "^14.2.6",
"@angular/common": "^14.2.10",
"@angular/compiler": "^14.2.10",
"@angular/core": "^14.2.10",
"@angular/fire": "^7.4.1",
"@angular/forms": "^14.2.10",
"@angular/material": "^14.2.6",
"@angular/platform-browser": "^14.2.10",
"@angular/platform-browser-dynamic": "^14.2.10",
"@angular/router": "^14.2.10",
"@angular/service-worker": "^14.2.10",
"@fortawesome/angular-fontawesome": "^0.11.1",
"@fortawesome/fontawesome-svg-core": "^6.1.2",
"@fortawesome/free-solid-svg-icons": "^6.1.2",
"docx": "^7.4.1",
"firebase": "^9.6.10",
"lodash": "^4.17.21",
"ngx-mat-select-search": "^4.2.1",
"ngx-perfect-scrollbar": "^10.1.1",
"rxfire": "^6.0.3",
"rxjs": "~7.5.6",
"swiper": "^9.3.2",
"tslib": "^2.4.0",
"uuid": "^8.3.2",
"zone.js": "~0.11.8"
},
"devDependencies": {
"@angular-devkit/architect": "0.1402.9",
"@angular-devkit/build-angular": "^14.2.9",
"@angular-eslint/builder": "14.1.2",
"@angular-eslint/eslint-plugin": "14.1.2",
"@angular-eslint/eslint-plugin-template": "14.1.2",
"@angular-eslint/schematics": "14.1.2",
"@angular-eslint/template-parser": "14.1.2",
"@angular/cli": "^14.2.9",
"@angular/compiler-cli": "^14.2.10",
"@angular/language-service": "^14.2.10",
"@types/jasmine": "~4.0.3",
"@types/jasminewd2": "~2.0.10",
"@types/lodash": "^4.14.182",
"@typescript-eslint/eslint-plugin": "^5.33.0",
"@typescript-eslint/parser": "^5.33.0",
"eslint": "^8.22.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"firebase-tools": "^11.6.0",
"fuzzy": "^0.1.3",
"inquirer": "^9.1.0",
"inquirer-autocomplete-prompt": "^2.0.0",
"jasmine-core": "~4.3.0",
"jasmine-spec-reporter": "~7.0.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.1.1",
"karma-coverage-istanbul-reporter": "~3.0.3",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "^2.0.0",
"prettier": "^2.7.1",
"protractor": "~7.0.0",
"typescript": "~4.7.4"
}
}