Created
March 16, 2020 14:10
-
-
Save code-vagabond/f793104338dc078399339cd2246cd162 to your computer and use it in GitHub Desktop.
ekipa package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "web", | |
"version": "0.0.0", | |
"license": "MIT", | |
"scripts": { | |
"start": "ng serve ekipa --configuration dev --hmr", | |
"start:ekipa": "ng serve ekipa --configuration dev --hmr", | |
"start:ekipa:integration": "ng serve ekipa --configuration integration --hmr", | |
"start:ekipa:production": "node --max_old_space_size=8000 ./node_modules/@angular/cli/bin/ng serve ekipa --configuration production --hmr", | |
"start:admin": "ng serve admin --configuration dev --hmr", | |
"start:enterprise": "ng serve enterprise-dashboard --configuration dev --hmr", | |
"build": "node --max_old_space_size=8000 ./node_modules/@angular/cli/bin/ng build ekipa --prod", | |
"build_old": "ng build ekipa --prod --stats-json", | |
"build:dev": "ng build --prod -c 'build-dev'", | |
"build:admin": "ng build admin --prod", | |
"build:integration": "ng build -c 'integration'", | |
"build:store": "ng build store", | |
"build:components-lib": "ng build shared-components", | |
"test": "jest", | |
"test:ekipa": "jest --config ./jest.ekipa.config.js --no-cache", | |
"test:admin": "jest --config ./jest.admin.config.js", | |
"test:shared": "jest --config ./jest.shared.config.js --no-cache", | |
"deploy:ekipa": "firebase deploy --only hosting:ekipa-production", | |
"deploy:ekipa:test": "npm run build && firebase use test-d324a && firebase deploy --only hosting:ekipa-production", | |
"deploy:ekipa:production": "npm run build && firebase use ekipa-production && firebase deploy --only hosting:ekipa-production", | |
"deploy:ekipa:integration": "ng build -c integration && firebase use ekipa-integration && firebase deploy --only hosting:ekipa-production", | |
"deploy:admin:production": "npm run build:admin && firebase use ekipa-production && firebase deploy --only hosting:community-manager", | |
"lint": "ng lint ekipa --fix --tslint-config tslint.json", | |
"e2e": "cypress open --browser chrome", | |
"bundle-report": "webpack-bundle-analyzer dist/stats.json", | |
"doc": "./node_modules/.bin/compodoc -p src/tsconfig.app.json --includes additional-doc --includesName 'Additional Documentations' " | |
}, | |
"private": true, | |
"dependencies": { | |
"@angular/animations": "^8.2.14", | |
"@angular/cdk": "^8.2.1", | |
"@angular/common": "^8.2.14", | |
"@angular/compiler": "^8.2.14", | |
"@angular/core": "^8.2.14", | |
"@angular/fire": "^5.4.2", | |
"@angular/flex-layout": "^8.0.0-beta.27", | |
"@angular/forms": "^8.2.14", | |
"@angular/material": "^8.0.2", | |
"@angular/platform-browser": "^8.2.14", | |
"@angular/platform-browser-dynamic": "^8.2.14", | |
"@angular/pwa": "^0.801.1", | |
"@angular/router": "^8.2.14", | |
"@angular/service-worker": "^8.2.14", | |
"@fortawesome/angular-fontawesome": "^0.5.0", | |
"@fortawesome/fontawesome-svg-core": "^1.2.25", | |
"@fortawesome/free-brands-svg-icons": "^5.11.2", | |
"@fortawesome/free-solid-svg-icons": "^5.11.2", | |
"@ngrx/effects": "^8.1.0", | |
"@ngrx/entity": "^8.1.0", | |
"@ngrx/router-store": "^8.1.0", | |
"@ngrx/store": "^8.1.0", | |
"@ngrx/store-devtools": "8.1.0", | |
"@ngx-share/button": "^7.1.4", | |
"@ngx-share/buttons": "^7.1.4", | |
"@ngx-share/core": "^7.1.4", | |
"@ngx-translate/core": "^11.0.1", | |
"@ngx-translate/http-loader": "^4.0.0", | |
"@shopify/draggable": "^1.0.0-beta.8", | |
"@types/date-fns": "^2.6.0", | |
"@types/glob": "^7.1.1", | |
"@types/node-mailjet": "^3.3.0", | |
"angulartics2": "^7.5.2", | |
"bulma": "^0.8.0", | |
"bulma-badge": "^3.0.1", | |
"bulma-checkradio": "^1.1.1", | |
"bulma-timeline": "^3.0.4", | |
"bulma-tooltip": "^2.0.2", | |
"chart.js": "^2.8.0", | |
"classlist.js": "^1.1.20150312", | |
"core-js": "^3.1.4", | |
"date-fns": "^1.30.1", | |
"firebase": "^6.3.0", | |
"ngx-image-cropper": "^1.4.1", | |
"prismic-dom": "^2.1.0", | |
"prismic-javascript": "^2.1.5", | |
"rxjs": "^6.5.4", | |
"slugify": "^1.3.6", | |
"web-animations-js": "^2.3.2", | |
"zone.js": "^0.9.1" | |
}, | |
"devDependencies": { | |
"@angular-devkit/build-angular": "~0.803.25", | |
"@angular-devkit/build-ng-packagr": "~0.803.25", | |
"@angular-devkit/build-optimizer": "^0.801.1", | |
"@angular-devkit/core": "^8.1.1", | |
"@angular-devkit/schematics": "^8.1.1", | |
"@angular/cli": "^8.3.25", | |
"@angular/compiler-cli": "^8.2.14", | |
"@angular/language-service": "^8.2.14", | |
"@compodoc/compodoc": "^1.1.10", | |
"@google-cloud/firestore": "^2.2.4", | |
"@types/jasmine": "~3.3.13", | |
"@types/jasminewd2": "~2.0.6", | |
"@types/jest": "^24.0.15", | |
"@types/node": "~12.6.2", | |
"@types/prismic-dom": "^2.1.0", | |
"acorn": "^6.0.5", | |
"codelyzer": "^5.1.0", | |
"cypress": "^3.6.1", | |
"jasmine-core": "~3.4.0", | |
"jasmine-spec-reporter": "~4.2.1", | |
"jest": "^24.8.0", | |
"jest-preset-angular": "^7.1.1", | |
"ng-packagr": "^5.7.1", | |
"protractor": "^5.4.2", | |
"ts-node": "^8.3.0", | |
"tsickle": "0.35.0", | |
"tslib": "^1.10.0", | |
"tslint": "^5.18.0", | |
"typescript": "^3.5.3", | |
"webpack-bundle-analyzer": "^2.13.1" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment