Skip to content

Instantly share code, notes, and snippets.

@Clemzd
Created December 19, 2019 10:26
Show Gist options
  • Save Clemzd/aadbc1b2c23d690a502bca37fdf3bb0f to your computer and use it in GitHub Desktop.
Save Clemzd/aadbc1b2c23d690a502bca37fdf3bb0f to your computer and use it in GitHub Desktop.
{
"name": "front",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"prod": "ng build --prod --delete-output-path=false",
"test": "ng test",
"lint": "ng lint --fix --force=true --typeCheck=true",
"heavyLint": "node --max-old-space-size=16384 ./node_modules/@angular/cli/bin/ng lint --fix --force=true --typeCheck=true",
"e2e": "ng e2e",
"watch": "ng build --watch --delete-output-path=false"
},
"private": true,
"dependencies": {
"@angular/animations": "~8.2.9",
"@angular/common": "~8.2.9",
"@angular/compiler": "~8.2.9",
"@angular/core": "~8.2.9",
"@angular/forms": "~8.2.9",
"@angular/platform-browser": "~8.2.9",
"@angular/platform-browser-dynamic": "~8.2.9",
"@angular/router": "~8.2.9",
"@ng-select/ng-select": "3.0.7",
"@ngx-translate/core": "11.0.1",
"@ngx-translate/http-loader": "4.0.0",
"@swimlane/ngx-datatable": "16.0.2",
"angular-tree-component": "8.5.2",
"angular2-uuid": "1.1.1",
"bootstrap": "4.3.1",
"classlist.js": "1.1.20150312",
"core-js": "3.5.0",
"ibantools": "2.2.0",
"jquery": "3.4.1",
"ngx-bootstrap": "5.1.2",
"ngx-clipboard": "12.3.0",
"popper.js": "1.15.0",
"rxjs": "6.5.3",
"tslib": "1.10.0",
"unorm": "1.6.0",
"web-animations-js": "2.3.2",
"yarn": "1.21.1",
"zone.js": "~0.9.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.803.20",
"@angular/cli": "~8.3.20",
"@angular/compiler-cli": "~8.2.9",
"@angular/language-service": "~8.2.9",
"@types/node": "~8.9.4",
"typescript": "~3.5.3",
"ts-node": "~7.0.0",
"node-sass": "4.13.0",
"@types/jasmine": "~3.3.8",
"@types/jasminewd2": "~2.0.3",
"jasmine-core": "~3.4.0",
"jasmine-spec-reporter": "~4.2.1",
"karma": "4.4.1",
"karma-chrome-launcher": "~2.2.0",
"karma-coverage-istanbul-reporter": "~2.1.1",
"karma-jasmine": "~2.0.1",
"karma-jasmine-html-reporter": "1.4.2",
"protractor": "~5.4.2",
"codelyzer": "latest",
"tslint": "latest",
"eslint": "latest",
"tslint-no-circular-imports": "latest",
"tslint-sonarts": "latest"
},
"resolutions": {
"serialize-javascript": "2.1.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment