2021-10-01 15:10:14 -05:00
|
|
|
{
|
2021-10-28 15:34:48 -05:00
|
|
|
"name": "zgo",
|
2022-02-02 10:36:29 -06:00
|
|
|
"version": "1.0.1",
|
2021-10-01 15:10:14 -05:00
|
|
|
"scripts": {
|
|
|
|
"ng": "ng",
|
|
|
|
"start": "ng serve",
|
|
|
|
"build": "ng build",
|
|
|
|
"watch": "ng build --watch --configuration development",
|
|
|
|
"test": "ng test"
|
|
|
|
},
|
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
2021-11-17 16:03:46 -06:00
|
|
|
"@angular/animations": "~13.0.2",
|
2021-10-15 14:14:49 -05:00
|
|
|
"@angular/cdk": "^12.2.8",
|
2021-11-17 16:03:46 -06:00
|
|
|
"@angular/common": "~13.0.2",
|
|
|
|
"@angular/compiler": "~13.0.2",
|
|
|
|
"@angular/core": "~13.0.2",
|
|
|
|
"@angular/forms": "~13.0.2",
|
2021-10-15 14:14:49 -05:00
|
|
|
"@angular/material": "^12.2.8",
|
2021-11-17 16:03:46 -06:00
|
|
|
"@angular/platform-browser": "~13.0.2",
|
|
|
|
"@angular/platform-browser-dynamic": "~13.0.2",
|
|
|
|
"@angular/router": "~13.0.2",
|
2021-10-15 14:14:49 -05:00
|
|
|
"@supercharge/request-ip": "^1.1.2",
|
|
|
|
"angular-local-storage": "^0.7.1",
|
2021-11-04 07:49:09 -05:00
|
|
|
"async": "^3.2.2",
|
2021-10-22 17:20:36 -05:00
|
|
|
"coingecko-api": "^1.0.10",
|
2021-10-15 14:14:49 -05:00
|
|
|
"easyqrcodejs": "^4.4.6",
|
2021-10-26 10:09:34 -05:00
|
|
|
"material-design-icons": "^3.0.1",
|
2021-11-17 14:23:24 -06:00
|
|
|
"mongoose": "^6.0.13",
|
2021-10-01 15:10:14 -05:00
|
|
|
"rxjs": "~6.6.0",
|
2021-11-17 16:03:46 -06:00
|
|
|
"stdrpc": "^1.3.0",
|
2021-10-01 15:10:14 -05:00
|
|
|
"tslib": "^2.3.0",
|
2021-10-15 14:14:49 -05:00
|
|
|
"urlsafe-base64": "^1.0.0",
|
|
|
|
"uuid": "^8.3.2",
|
2021-10-01 15:10:14 -05:00
|
|
|
"zone.js": "~0.11.4"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-11-17 16:03:46 -06:00
|
|
|
"@angular-devkit/build-angular": "~13.0.2",
|
|
|
|
"@angular/cli": "~13.0.2",
|
|
|
|
"@angular/compiler-cli": "~13.0.2",
|
2021-10-01 15:10:14 -05:00
|
|
|
"@types/jasmine": "~3.8.0",
|
2021-10-15 14:14:49 -05:00
|
|
|
"@types/node": "^12.20.33",
|
|
|
|
"@types/urlsafe-base64": "^1.0.28",
|
|
|
|
"@types/uuid": "^8.3.1",
|
2021-10-01 15:10:14 -05:00
|
|
|
"jasmine-core": "~3.8.0",
|
|
|
|
"karma": "~6.3.0",
|
|
|
|
"karma-chrome-launcher": "~3.1.0",
|
|
|
|
"karma-coverage": "~2.0.3",
|
|
|
|
"karma-jasmine": "~4.0.0",
|
|
|
|
"karma-jasmine-html-reporter": "~1.7.0",
|
2021-11-17 16:03:46 -06:00
|
|
|
"typescript": "~4.4.4"
|
2021-10-01 15:10:14 -05:00
|
|
|
}
|
|
|
|
}
|