Skip to content

Commit

Permalink
fix packages
Browse files Browse the repository at this point in the history
  • Loading branch information
alecarn committed Aug 2, 2023
1 parent 99e70a3 commit a057d42
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 158 deletions.
162 changes: 11 additions & 151 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 5 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,14 @@
"build.pwa": "ng build --configuration pwa --output-path ./dist/pwa",
"serve.prod": "http-server ./dist/igo2/ --port 4201 --no-browser",
"serve.pwa": "http-server ./dist/pwa/ --port 4201 --no-browser",
"copyLocaleToDemo": "ts-node scripts/src/locale-copy-from-igo2-core.ts",
"doc": "compodoc -p src/tsconfig.app.json -s --port 4220",
"build.doc": "compodoc -p src/tsconfig.app.json",
"serve.doc": "compodoc -s --port 4220",
"copyLocaleToDemo": "ts-node scripts/src/locale-copy-from-igo2-core.ts",
"coverage": "npm run build.coverage && npm run serve.coverage",
"build.coverage": "ng test --code-coverage --watch=false",
"serve.coverage": "http-server ./coverage/ --port=4210 --no-browser",
"i18n": "ng2-translate-extract --dir ./src --output ./src/assets/locale/ --format=json --clean",
"pretest": "ng lint",
"test": "ng test --watch=false --browsers=ChromeHeadless",
"test.watch": "ng test",
"test.all": "npm run test && npm run e2e",
Expand Down Expand Up @@ -89,9 +88,9 @@
"@angular/compiler-cli": "^16.1.7",
"@types/geojson": "^7946.0.10",
"@types/hammerjs": "^2.0.41",
"@types/jasmine": "^3.10.6",
"@types/jasminewd2": "~2.0.3",
"@types/node": "^14.18.23",
"@types/jasmine": "^4.3.5",
"@types/jasminewd2": "~2.0.10",
"@types/node": "^18.17.1",
"@typescript-eslint/eslint-plugin": "^6.2.0",
"@typescript-eslint/parser": "^6.2.0",
"angular-cli-ghpages": "^1.0.3",
Expand All @@ -106,9 +105,8 @@
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"ng-packagr": "^16.1.0",
"protractor": "~7.0.0",
"ts-node": "^10.9.1",
"typescript": "~5.1.0"
}
}
}

0 comments on commit a057d42

Please sign in to comment.