forked from airgap-it/airgap-angular-components
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
133 lines (133 loc) · 4.7 KB
/
package.json
File metadata and controls
133 lines (133 loc) · 4.7 KB
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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
{
"name": "airgap-angular-components",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"build": "lerna run build --stream --scope @airgap/angular-core && lerna run build --stream --ignore @airgap/angular-core",
"build:prod": "lerna run build:prod --stream --scope @airgap/angular-core && lerna run build:prod --stream --ignore @airgap/angular-core",
"test": "lerna run test:lerna --stream",
"test:ci": "lerna run test:ci --stream",
"lint": "lerna run lint --stream",
"lint:ci": "lerna run lint:ci --stream",
"lint:fix": "lerna run lint:fix --stream",
"prettier": "npx prettier --write \"./**/*\"",
"prettier:ci": "npx prettier --check \"./**/*\"",
"e2e": "lerna run e2e --stream",
"prepare": "lerna bootstrap && lerna exec npm install",
"bump:version": "lerna version --no-git-tag-version",
"bump:major": "lerna version --no-git-tag-version major --yes",
"bump:minor": "lerna version --no-git-tag-version minor --yes",
"bump:patch": "lerna version --no-git-tag-version patch --yes",
"bump:beta": "lerna version --no-git-tag-version prerelease --preid beta --yes"
},
"private": true,
"dependencies": {
"@airgap/angular-core": "file:packages/core",
"@airgap/angular-ngrx": "file:packages/ngrx"
},
"devDependencies": {
"@airgap/aeternity": "^0.13.12",
"@airgap/astar": "^0.13.12",
"@airgap/bitcoin": "^0.13.12",
"@airgap/coinlib-core": "^0.13.12",
"@airgap/cosmos-core": "^0.13.12",
"@airgap/coreum": "^0.13.12",
"@airgap/cosmos": "^0.13.12",
"@airgap/crypto": "^0.13.12",
"@airgap/ethereum": "^0.13.12",
"@airgap/groestlcoin": "^0.13.12",
"@airgap/icp": "^0.13.12",
"@airgap/module-kit": "^0.13.12",
"@airgap/moonbeam": "^0.13.12",
"@airgap/polkadot": "^0.13.12",
"@airgap/serializer": "^0.13.12",
"@airgap/substrate": "^0.13.12",
"@airgap/tezos": "^0.13.12",
"@angular-devkit/build-angular": "~0.1102.8",
"@angular-devkit/core": "^11.2.9",
"@angular-eslint/eslint-plugin": "2.1.0",
"@angular-eslint/eslint-plugin-template": "2.1.0",
"@angular/animations": "^11.2.9",
"@angular/cli": "~11.2.9",
"@angular/common": "^11.2.9",
"@angular/compiler": "^11.2.9",
"@angular/compiler-cli": "~11.2.9",
"@angular/core": "^11.2.9",
"@angular/forms": "^11.2.9",
"@angular/platform-browser": "^11.2.9",
"@angular/platform-browser-dynamic": "^11.2.9",
"@angular/router": "^11.2.9",
"@capacitor/app": "^4.0.0",
"@capacitor/app-launcher": "^4.0.0",
"@capacitor/clipboard": "^4.0.0",
"@capacitor/core": "^4.0.0",
"@capacitor/filesystem": "^4.0.0",
"@capacitor/splash-screen": "^4.0.0",
"@capacitor/status-bar": "^4.0.0",
"@download/blockies": "^1.0.3",
"@ethereumjs/tx": "^3.4.0",
"@ionic-native/core": "^5.32.0",
"@ionic-native/diagnostic": "^5.32.0",
"@ionic/angular": "^5.6.4",
"@ionic/core": "^5.6.4",
"@ionic/storage": "2.2.0",
"@keystonehq/bc-ur-registry": "0.4.4",
"@keystonehq/bc-ur-registry-eth": "^0.7.5",
"@ngraveio/bc-ur": "^1.1.3",
"@ngrx/component": "^12.5.1",
"@ngrx/component-store": "^12.5.1",
"@ngrx/store": "^11.1.0",
"@ngx-translate/core": "^13.0.0",
"@types/bs58check": "^2.1.0",
"@types/jasmine": "~3.6.9",
"@types/jasminewd2": "~2.0.8",
"@types/node": "^14.14.37",
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/eslint-plugin-tslint": "^3.6.0",
"@typescript-eslint/parser": "^4.22.0",
"@zxing/ngx-scanner": "^3.1.3",
"angularx-qrcode": "^11.0.0",
"axios": "^0.24.0",
"bignumber.js": "^9.0.1",
"bip32": "2.0.6",
"bs58check": "^2.1.2",
"cbor-sync": "^1.0.4",
"codelyzer": "^6.0.1",
"eslint": "^7.24.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsdoc": "^32.3.0",
"eslint-plugin-no-null": "^1.0.2",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-prettier": "^4.0.0",
"husky": "^6.0.0",
"jasmine-core": "~3.7.1",
"jasmine-spec-reporter": "~6.0.0",
"karma": "~6.3.2",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "^2.0.3",
"karma-jasmine": "~4.0.1",
"karma-jasmine-html-reporter": "^1.5.4",
"karma-spec-reporter": "0.0.32",
"lerna": "^4.0.0",
"moment": "^2.29.1",
"myetherwallet-blockies": "^0.1.1",
"ng-packagr": "^11.2.4",
"ngx-moment": "^5.0.0",
"prettier": "^2.2.1",
"pretty-quick": "^3.1.0",
"protractor": "~7.0.0",
"puppeteer": "^10.4.0",
"rxjs": "^6.6.7",
"ts-node": "~9.1.1",
"tslint": "~6.1.3",
"typescript": "~4.1.5",
"uuid": "^8.3.2",
"zone.js": "^0.11.4"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
}
}