Upload Frontend.
Showing
.browserslistrc
0 → 100644
.editorconfig
0 → 100644
.eslintrc.json
0 → 100644
.gitignore
0 → 100644
Dockerfile
0 → 100644
angular.json
0 → 100644
karma.conf.js
0 → 100644
nginx.conf
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
{ | ||
"name": "offshift-fe", | ||
"version": "0.0.0", | ||
"scripts": { | ||
"ng": "node --max_old_space_size=10240 ./node_modules/@angular/cli/bin/ng", | ||
"start": "npm run ng -- serve --port 4315", | ||
"build": "npm run ng -- build", | ||
"build:prod": "npm run ng -- build --output-path=dist", | ||
"watch": "npm run ng -- build --watch --configuration development", | ||
"test": "ng test", | ||
"lint": "ng lint", | ||
"lint:fix": "ng lint --fix" | ||
}, | ||
"private": true, | ||
"dependencies": { | ||
"@angular/animations": "~13.2.0", | ||
"@angular/cdk": "^13.3.0", | ||
"@angular/common": "~13.2.0", | ||
"@angular/compiler": "~13.2.0", | ||
"@angular/core": "~13.2.0", | ||
"@angular/forms": "~13.2.0", | ||
"@angular/platform-browser": "~13.2.0", | ||
"@angular/platform-browser-dynamic": "~13.2.0", | ||
"@angular/router": "~13.2.0", | ||
"@ethersproject/address": "^5.6.0", | ||
"@fontsource/material-icons": "^4.5.2", | ||
"@fontsource/metropolis": "^4.5.1", | ||
"@metamask/jazzicon": "^2.0.0", | ||
"@ngrx/component": "^13.0.2", | ||
"@ngrx/effects": "^13.0.2", | ||
"@ngrx/entity": "^13.0.2", | ||
"@ngrx/router-store": "^13.0.2", | ||
"@ngrx/store": "^13.0.2", | ||
"@ngrx/store-devtools": "^13.0.2", | ||
"@ngx-translate/core": "^14.0.0", | ||
"@ngx-translate/http-loader": "^7.0.0", | ||
"@uiowa/digit-only": "^3.2.1", | ||
"@walletconnect/web3-provider": "^1.7.5", | ||
"bignumber.js": "^9.0.2", | ||
"chart.js": "^3.7.1", | ||
"primeicons": "^5.0.0", | ||