mempool/frontend/package.json

51 lines
1.4 KiB
JSON
Raw Normal View History

2019-07-21 17:59:47 +03:00
{
"name": "mempool-frontend",
"version": "1.0.0",
"description": "Bitcoin Mempool Visualizer",
2019-07-21 17:59:47 +03:00
"scripts": {
"ng": "ng",
"start": "ng serve --aot --proxy-config proxy.conf.json",
2019-11-10 16:44:00 +08:00
"build": "ng build --prod",
"build-esplora": "ng build --prod --configuration=esplora",
2019-07-21 17:59:47 +03:00
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"author": {
"name": "Simon Lindh",
"url": "https://github.com/mempool-space/mempool.space"
},
"license": "MIT",
2019-07-21 17:59:47 +03:00
"dependencies": {
2019-10-22 17:28:37 +08:00
"@angular/animations": "^8.2.11",
"@angular/common": "^8.2.11",
"@angular/compiler": "^8.2.11",
"@angular/core": "^8.2.11",
"@angular/forms": "^8.2.11",
"@angular/platform-browser": "^8.2.11",
"@angular/platform-browser-dynamic": "^8.2.11",
"@angular/router": "^8.2.11",
"@ng-bootstrap/ng-bootstrap": "^5.1.1",
2019-11-13 14:51:44 +08:00
"angularx-qrcode": "^1.7.0-beta.5",
2019-07-21 17:59:47 +03:00
"bootstrap": "^4.3.1",
"chartist": "^0.11.2",
"core-js": "^3.4.1",
2019-07-21 17:59:47 +03:00
"ng-chartist": "^2.0.0-beta.1",
2019-10-22 17:28:37 +08:00
"rxjs": "^6.5.3",
2019-07-21 17:59:47 +03:00
"tslib": "^1.9.0",
2019-10-22 17:28:37 +08:00
"zone.js": "~0.10.2"
2019-07-21 17:59:47 +03:00
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.800.0",
2019-10-22 17:28:37 +08:00
"@angular/cli": "~8.3.12",
"@angular/compiler-cli": "^8.2.11",
"@angular/language-service": "^8.2.11",
2019-07-21 17:59:47 +03:00
"@types/chartist": "^0.9.46",
"@types/node": "~8.9.4",
"codelyzer": "~5.1.0",
"ts-node": "~7.0.0",
"tslint": "~5.15.0",
"typescript": "~3.4.3"
}
}