forked from bitpay/bitcore
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
89 lines (89 loc) · 2.69 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "@bitpay/insight-previous",
"description": "A blockchain explorer for Bitcore",
"version": "8.13.0",
"repository": "git://github.com/bitpay/bitcore.git",
"bugs": {
"url": "https://github.com/bitpay/bitcore/issues"
},
"homepage": "https://github.com/bitpay/bitcore",
"license": "MIT",
"private": true,
"keywords": [
"insight",
"insight-ui",
"blockchain",
"block explorer",
"bitcoin",
"bitcore",
"API"
],
"config": {
"ionic_sass": "./sass.js"
},
"prettier": {
"singleQuote": true
},
"scripts": {
"clean": "ionic-app-scripts clean",
"build:prod": "ENV=prod CHAIN=BTC NETWORK=mainnet API_PREFIX=https://api.bitcore.io/api npm run ionic:build",
"serve:prod": "npm run clean && npm run build:prod && npm run serve",
"serve": "serve www",
"ionic:build": "ionic-app-scripts build",
"ionic:serve": "ionic-app-scripts serve --port 8200",
"postinstall": "./node_modules/.bin/webdriver-manager update --gecko false",
"start": "npm run ionic:serve",
"start:prod": "ENV=prod CHAIN=BTC NETWORK=mainnet API_PREFIX=https://api.bitcore.io/api npm run ionic:serve",
"test": "ng test --watch=false --code-coverage --no-progress",
"fix:prettier": "prettier '{*,**/*}.{js,ts,md,json,css}' --write",
"fix:tslint": "tslint --type-check --fix --project ."
},
"dependencies": {
"@angular/common": "5.2.10",
"@angular/compiler": "5.2.10",
"@angular/core": "5.2.10",
"@angular/forms": "5.2.10",
"@angular/http": "5.2.10",
"@angular/platform-browser": "5.2.10",
"@angular/platform-browser-dynamic": "5.2.10",
"angular2-moment": "1.7.1",
"angular2-qrcode": "2.0.1",
"bs58": "^4.0.1",
"chart.js": "^2.8.0",
"ionic-angular": "3.9.2",
"ionicons": "3.0.0",
"lodash": "4.17.11",
"rxjs": "5.5.12",
"zone.js": "0.8.12"
},
"devDependencies": {
"@angular/cli": "7.3.4",
"@angular/compiler-cli": "5.2.10",
"@ionic/app-scripts": "3.2.3",
"@types/jasmine": "2.5.41",
"@types/lodash": "4.14.104",
"@types/node": "7.0.4",
"codecov": "2.2.0",
"jasmine-core": "2.5.2",
"jasmine-spec-reporter": "3.2.0",
"karma": "1.4.1",
"karma-chrome-launcher": "2.1.1",
"karma-cli": "1.0.1",
"karma-coverage-istanbul-reporter": "1.2.1",
"karma-jasmine": "1.1.0",
"karma-jasmine-html-reporter": "0.2.2",
"prettier": "^1.15.3",
"serve": "^10.1.1",
"serve-static": "1.13.2",
"ts-node": "3.0.4",
"tslint": "5.3.2",
"tslint-angular": "^1.1.2",
"tslint-config-prettier": "^1.15.0",
"tslint-eslint-rules": "4.1.1",
"typescript": "^3.3.4000",
"webdriver-manager": "^12.1.1"
},
"engines": {
"node": ">=8"
}
}