Skip to content

Commit

Permalink
removed unused, deprecated deps, scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcmichael committed Jul 19, 2023
1 parent 8acb5c3 commit cb9de48
Show file tree
Hide file tree
Showing 12 changed files with 41 additions and 10,234 deletions.
37 changes: 0 additions & 37 deletions client/e2e/protractor.conf.js

This file was deleted.

25 changes: 0 additions & 25 deletions client/e2e/src/app.e2e-spec.ts

This file was deleted.

11 changes: 0 additions & 11 deletions client/e2e/src/app.po.ts

This file was deleted.

10 changes: 0 additions & 10 deletions client/e2e/tsconfig.json

This file was deleted.

21 changes: 1 addition & 20 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@
"build:watch": "ng build --watch --configuration production",
"build:generate-stats": "ng build --configuration production --stats-json && webpack-bundle-analyzer ../server/public/stats.json",
"build:analyze-stats": "yarn run build:generate-stats && webpack-bundle-analyzer ../server/public/stats.json",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"optimize-icon-svg": "svgo --config .svgo.config.js -f ./src/assets/icons/ -r -o ./src/assets/icons/.tmp",
"generate-icon-ts": "svg-to-ts-constants",
"generate-icons": "yarn run optimize-icon-svg && yarn run generate-icon-ts",
Expand All @@ -37,11 +34,9 @@
"@ngrx/component": "^16.1.0",
"@ngx-formly/core": "^6.1.8",
"@ngx-formly/ng-zorro-antd": "^6.1.8",
"@tinkoff/ng-polymorpheus": "^4.0.10",
"apollo-angular": "^5.0.0",
"ng-zorro-antd": "^16.1.0",
"ngx-cookie-service": "^16.0.0",
"ngx-logger": "^5.0.7",
"rxjs": "^7.8.1",
"rxjs-etc": "^10.6.2",
"rxjs-spy": "^8.0.2",
Expand All @@ -61,24 +56,10 @@
"@graphql-codegen/typescript-apollo-angular": "^3.5.6",
"@graphql-codegen/typescript-apollo-client-helpers": "^2.2.6",
"@graphql-codegen/typescript-operations": "^2.5.12",
"@types/jasmine": "~3.6.0",
"@types/node": "^12.11.1",
"@typescript-eslint/eslint-plugin": "5.48.1",
"@typescript-eslint/parser": "5.48.1",
"casual": "^1.6.2",
"cosmiconfig-toml-loader": "^1.0.0",
"eslint": "^8.31.0",
"graphql": "^16.7.1",
"jasmine-core": "^4.5.0",
"jasmine-spec-reporter": "^7.0.0",
"karma": "^6.4.1",
"karma-chrome-launcher": "^3.1.1",
"karma-coverage": "^2.2.0",
"karma-jasmine": "^5.1.0",
"karma-jasmine-html-reporter": "^2.0.0",
"ngx-json-viewer": "^3.0.2",
"prettier": "^2.5.1",
"protractor": "^7.0.0",
"svg-to-ts": "^9.0.0",
"svgo": "^3.0.2",
"ts-node": "~10.9.1",
Expand All @@ -92,4 +73,4 @@
"error-stack-parser": "2.0.6"
}
}
}
}
Loading

0 comments on commit cb9de48

Please sign in to comment.