2021-10-01 20:10:14 +00:00
|
|
|
{
|
2021-10-28 20:34:48 +00:00
|
|
|
"name": "zgo",
|
2021-10-01 20:10:14 +00:00
|
|
|
"version": "0.0.0",
|
|
|
|
"scripts": {
|
|
|
|
"ng": "ng",
|
|
|
|
"start": "ng serve",
|
|
|
|
"build": "ng build",
|
|
|
|
"watch": "ng build --watch --configuration development",
|
|
|
|
"test": "ng test"
|
|
|
|
},
|
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
|
|
|
"@angular/animations": "~12.2.0",
|
2021-10-15 19:14:49 +00:00
|
|
|
"@angular/cdk": "^12.2.8",
|
2021-10-01 20:10:14 +00:00
|
|
|
"@angular/common": "~12.2.0",
|
|
|
|
"@angular/compiler": "~12.2.0",
|
|
|
|
"@angular/core": "~12.2.0",
|
|
|
|
"@angular/forms": "~12.2.0",
|
2021-10-15 19:14:49 +00:00
|
|
|
"@angular/material": "^12.2.8",
|
2021-10-01 20:10:14 +00:00
|
|
|
"@angular/platform-browser": "~12.2.0",
|
|
|
|
"@angular/platform-browser-dynamic": "~12.2.0",
|
|
|
|
"@angular/router": "~12.2.0",
|
2021-10-15 19:14:49 +00:00
|
|
|
"@supercharge/request-ip": "^1.1.2",
|
|
|
|
"angular-local-storage": "^0.7.1",
|
2021-11-04 12:49:09 +00:00
|
|
|
"async": "^3.2.2",
|
2021-10-22 22:20:36 +00:00
|
|
|
"coingecko-api": "^1.0.10",
|
2021-10-15 19:14:49 +00:00
|
|
|
"easyqrcodejs": "^4.4.6",
|
2021-10-26 15:09:34 +00:00
|
|
|
"material-design-icons": "^3.0.1",
|
2021-11-17 20:23:24 +00:00
|
|
|
"mongoose": "^6.0.13",
|
2021-10-01 20:10:14 +00:00
|
|
|
"rxjs": "~6.6.0",
|
|
|
|
"tslib": "^2.3.0",
|
2021-10-15 19:14:49 +00:00
|
|
|
"urlsafe-base64": "^1.0.0",
|
|
|
|
"uuid": "^8.3.2",
|
2021-10-01 20:10:14 +00:00
|
|
|
"zone.js": "~0.11.4"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@angular-devkit/build-angular": "~12.2.8",
|
|
|
|
"@angular/cli": "~12.2.8",
|
|
|
|
"@angular/compiler-cli": "~12.2.0",
|
|
|
|
"@types/jasmine": "~3.8.0",
|
2021-10-15 19:14:49 +00:00
|
|
|
"@types/node": "^12.20.33",
|
|
|
|
"@types/urlsafe-base64": "^1.0.28",
|
|
|
|
"@types/uuid": "^8.3.1",
|
2021-10-01 20:10:14 +00: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",
|
|
|
|
"typescript": "~4.3.5"
|
|
|
|
}
|
|
|
|
}
|