Skip to content

Commit

Permalink
nx
Browse files Browse the repository at this point in the history
  • Loading branch information
tidusjar committed Aug 22, 2024
1 parent a84d26e commit 9bc8c02
Show file tree
Hide file tree
Showing 6 changed files with 2,548 additions and 295 deletions.
5 changes: 5 additions & 0 deletions src/Ombi/ClientApp/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,8 @@ testem.log
# System Files
.DS_Store
Thumbs.db



.nx/cache
.nx/workspace-data
121 changes: 0 additions & 121 deletions src/Ombi/ClientApp/angular.json

This file was deleted.

33 changes: 33 additions & 0 deletions src/Ombi/ClientApp/nx.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"$schema": "./node_modules/nx/schemas/nx-schema.json",
"targetDefaults": {
"build": {
"cache": true,
"dependsOn": [
"^build"
],
"inputs": [
"production",
"^production"
]
},
"lint": {
"cache": true,
"inputs": [
"default"
]
}
},
"defaultBase": "develop",
"namedInputs": {
"sharedGlobals": [],
"default": [
"{projectRoot}/**/*",
"sharedGlobals"
],
"production": [
"default"
]
},
"nxCloudAccessToken": "OGYzMTc4MTgtY2ZmNC00ODY1LWI5MTgtNjljYmQ5MzZhNjdkfHJlYWQtd3JpdGU="
}
146 changes: 76 additions & 70 deletions src/Ombi/ClientApp/package.json
Original file line number Diff line number Diff line change
@@ -1,71 +1,77 @@
{
"name": "ombi",
"version": "4.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve --port 3578 --configuration hmr",
"build": "node --max_old_space_size=6144 node_modules/@angular/cli/bin/ng build -c production",
"lint": "ng lint",
"docs:json": "compodoc -p ./tsconfig.json -e json -d .",
"storybook": "start-storybook -p 6006",
"chromatic": "chromatic --exit-zero-on-changes",
"storybookbuild": "yarn build-storybook"
},
"private": true,
"dependencies": {
"@angular/animations": "^17.3.11",
"@angular/cdk": "16.2.14",
"@angular/common": "^17.3.11",
"@angular/compiler": "^17.3.11",
"@angular/core": "^17.3.11",
"@angular/forms": "^17.3.11",
"@angular/material": "^14.2.7",
"@angular/platform-browser": "^17.3.11",
"@angular/platform-browser-dynamic": "^17.3.11",
"@angular/platform-server": "^17.3.11",
"@angular/router": "^17.3.11",
"@angularclass/hmr": "^3.0.0",
"@auth0/angular-jwt": "^5.0.2",
"@fortawesome/fontawesome-free": "^6.6.0",
"@microsoft/signalr": "^6.0.23",
"@ngx-translate/core": "^15.0.0",
"@ngx-translate/http-loader": "^8.0.0",
"@ngxs/devtools-plugin": "3.8.2",
"@ngxs/store": "3.8.2",
"@types/jquery": "^3.5.30",
"@yellowspot/ng-truncate": "^2.0.0",
"angularx-qrcode": "^16.0.0",
"bootstrap": "^4.2.1",
"core-js": "^2.5.4",
"date-fns": "3.3.1",
"jquery": "3.7.1",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"ng2-cookies": "^1.0.12",
"ngx-clipboard": "^16.0.0",
"ngx-date-fns": "^11.0.0",
"ngx-infinite-scroll": "^17.0.1",
"popper.js": "^1.14.3",
"primeicons": "^6.0.1",
"primeng": "^17.11.0",
"rxjs": "^7.5.4",
"ts-md5": "^1.2.7",
"zone.js": "0.14.7"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.1.3",
"@angular/cli": "^17.1.3",
"@angular/compiler-cli": "^17.1.3",
"@babel/core": "^7.18.9",
"@compodoc/compodoc": "^1.1.19",
"@storybook/angular": "7.6.14",
"@types/node": "^20.11.17",
"chromatic": "^6.7.1",
"typescript": "5.2.2"
},
"optionalDependencies": {
"protractor": "~5.4.0",
"ts-node": "~5.0.1",
"tslint": "^5.12.0"
}
}
"name": "ombi",
"version": "4.0.0",
"scripts": {
"ng": "ng",
"start": "nx serve --port 3578 --configuration hmr",
"build": "node --max_old_space_size=6144 node_modules/@angular/cli/bin/ng build -c production",
"lint": "nx lint",
"docs:json": "compodoc -p ./tsconfig.json -e json -d .",
"storybook": "start-storybook -p 6006",
"chromatic": "chromatic --exit-zero-on-changes",
"storybookbuild": "yarn build-storybook"
},
"private": true,
"dependencies": {
"@angular/animations": "^17.3.11",
"@angular/cdk": "16.2.14",
"@angular/common": "^17.3.11",
"@angular/compiler": "^17.3.11",
"@angular/core": "^17.3.11",
"@angular/forms": "^17.3.11",
"@angular/material": "^14.2.7",
"@angular/platform-browser": "^17.3.11",
"@angular/platform-browser-dynamic": "^17.3.11",
"@angular/platform-server": "^17.3.11",
"@angular/router": "^17.3.11",
"@angularclass/hmr": "^3.0.0",
"@auth0/angular-jwt": "^5.0.2",
"@fortawesome/fontawesome-free": "^6.6.0",
"@microsoft/signalr": "^6.0.23",
"@ngx-translate/core": "^15.0.0",
"@ngx-translate/http-loader": "^8.0.0",
"@ngxs/devtools-plugin": "3.8.2",
"@ngxs/store": "3.8.2",
"@types/jquery": "^3.5.30",
"@yellowspot/ng-truncate": "^2.0.0",
"angularx-qrcode": "^16.0.0",
"bootstrap": "^4.2.1",
"core-js": "^2.5.4",
"date-fns": "3.3.1",
"jquery": "3.7.1",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"ng2-cookies": "^1.0.12",
"ngx-clipboard": "^16.0.0",
"ngx-date-fns": "^11.0.0",
"ngx-infinite-scroll": "^17.0.1",
"popper.js": "^1.14.3",
"primeicons": "^6.0.1",
"primeng": "^17.11.0",
"rxjs": "^7.5.4",
"ts-md5": "^1.2.7",
"zone.js": "0.14.7"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.1.3",
"@angular-devkit/core": "^17.1.3",
"@angular-devkit/schematics": "^17.1.3",
"@angular/cli": "^17.1.3",
"@angular/compiler-cli": "^17.1.3",
"@babel/core": "^7.18.9",
"@compodoc/compodoc": "^1.1.19",
"@nx/angular": "19.6.2",
"@nx/workspace": "19.6.2",
"@schematics/angular": "^17.1.3",
"@storybook/angular": "7.6.14",
"@types/node": "^20.11.17",
"chromatic": "^6.7.1",
"nx": "19.6.2",
"typescript": "5.2.2"
},
"optionalDependencies": {
"protractor": "~5.4.0",
"ts-node": "~5.0.1",
"tslint": "^5.12.0"
}
}
Loading

0 comments on commit 9bc8c02

Please sign in to comment.