{ "name": "angular-folder-structure", "version": "0.0.0", "scripts": { "ng": "ng", "start": "ng serve", "build": "ng build", "test": "ng test", "lint": "ng lint", "e2e": "ng e2e" }, "private": true, "dependencies": { "@angular/animations": "~11.0.0", "@angular/cdk": "^11.2.7", "@angular/common": "~11.0.0", "@angular/compiler": "~11.0.0", "@angular/core": "~11.0.0", "@angular/forms": "~11.0.0", "@angular/material": "^11.2.7", "@angular/platform-browser": "~11.0.0", "@angular/platform-browser-dynamic": "~11.0.0", "@angular/router": "~11.0.0", "@auth0/angular-jwt": "5.0.2", "@briebug/jest-schematic": "^2.1.1", "@ngneat/tailwind": "^6.0.3", "@ngrx/effects": "^10.0.0", "@ngrx/router-store": "^10.0.0", "@ngrx/schematics": "^10.0.0", "@ngrx/store": "^10.0.0", "@ngrx/store-devtools": "^10.0.0", "@tinymce/tinymce-angular": "^4.2.2", "ngx-material-timepicker": "^5.5.3", "ngx-multiple-dates": "^13.1.0", "ngx-progressbar": "^6.1.1", "oidc-client": "^1.11.5", "rxjs": "~6.6.3", "sweetalert2": "^10.16.9", "tslib": "^2.0.0", "zone.js": "~0.10.2" }, "devDependencies": { "@angular-builders/custom-webpack": "11.1.1", "@angular-devkit/build-angular": "~0.1100.1", "@angular/cli": "~11.0.1", "@angular/compiler-cli": "~11.0.0", "@angular/language-service": "~11.0.0", "@tailwindcss/aspect-ratio": "0.2.0", "@tailwindcss/forms": "0.3.2", "@tailwindcss/line-clamp": "0.2.0", "@tailwindcss/typography": "0.4.0", "@types/jasmine": "~3.6.0", "@types/jasminewd2": "~2.0.3", "@types/node": "^12.11.1", "autoprefixer": "^10.2.5", "codelyzer": "^6.0.0", "jasmine-core": "~3.6.0", "jasmine-spec-reporter": "~5.0.0", "karma": "~5.1.1", "karma-chrome-launcher": "~3.1.0", "karma-coverage-istanbul-reporter": "~3.0.2", "karma-jasmine": "~4.0.0", "karma-jasmine-html-reporter": "^1.5.0", "postcss": "^8.2.9", "postcss-ng-tailwind-in-components": "0.0.4", "protractor": "~7.0.0", "tailwindcss": "^2.0.4", "ts-node": "~7.0.0", "tslint": "~6.1.0", "typescript": "~4.0.5" } }