This repository was archived by the owner on Sep 21, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
87 lines (87 loc) · 2.83 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
{
"name": "@eniblock/xdev-lib",
"version": "0.0.1",
"scripts": {
"postinstall": "ngcc",
"ng": "ng",
"build": "ng build xdev-lib",
"build-watch": "ng build --watch",
"eniblock-watch": "ng build eniblock --watch",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"docs:json": "compodoc -p ./tsconfig.json -e json -d .",
"storybook": "ng run eniblock:storybook"
},
"private": false,
"dependencies": {
"@angular/animations": "~13.0.2",
"@angular/cdk": "^13.0.2",
"@angular/common": "~13.0.2",
"@angular/compiler": "~13.0.2",
"@angular/core": "~13.0.2",
"@angular/forms": "~13.0.2",
"@angular/material": "^13.0.2",
"@angular/material-moment-adapter": "^13.0.2",
"@angular/platform-browser": "~13.0.2",
"@angular/platform-browser-dynamic": "~13.0.2",
"@angular/router": "~13.0.2",
"@ledgerhq/hw-transport-u2f": "^5.26.0",
"@ngx-translate/core": "^13.0.0",
"@obsidiansystems/hw-app-xtz": "^4.72.3",
"@taquito/local-forging": "^6.3.5-beta.0",
"@taquito/taquito": "^6.3.5-beta.0",
"@types/lodash": "^4.14.162",
"base-n": "^3.0.0",
"big-integer": "^1.6.48",
"blakejs": "^1.1.0",
"bs58check": "^2.1.2",
"libsodium-wrappers-sumo": "^0.7.8",
"moment": "^2.24.0",
"rxjs": "~7.4.0",
"tslib": "^2.3.1",
"zone.js": "~0.11.4",
"zxcvbn": "^4.4.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "~13.0.3",
"@angular-eslint/builder": "^13.0.1",
"@angular-eslint/eslint-plugin": "^13.0.1",
"@angular-eslint/eslint-plugin-template": "^13.0.1",
"@angular-eslint/schematics": "^13.0.1",
"@angular-eslint/template-parser": "^13.0.1",
"@angular/cli": "~13.0.3",
"@angular/compiler-cli": "~13.0.2",
"@angular/language-service": "~13.0.2",
"@babel/core": "^7.17.0",
"@compodoc/compodoc": "^1.1.18",
"@storybook/addon-actions": "^6.4.18",
"@storybook/addon-essentials": "^6.4.18",
"@storybook/addon-links": "^6.4.18",
"@storybook/angular": "^6.4.18",
"@storybook/builder-webpack5": "^6.4.18",
"@storybook/manager-webpack5": "^6.4.18",
"@types/jasmine": "~3.6.0",
"@types/jasminewd2": "~2.0.3",
"@types/node": "^12.12.67",
"@typescript-eslint/eslint-plugin": "4.28.2",
"@typescript-eslint/parser": "4.28.2",
"babel-loader": "^8.2.3",
"eslint": "^7.26.0",
"eslint-plugin-storybook": "^0.5.6",
"jasmine-core": "~3.6.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~6.3.3",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
"ng-packagr": "^13.0.7",
"protractor": "~7.0.0",
"ts-node": "~8.3.0",
"typescript": "~4.4.4"
},
"publishConfig": {
"@eniblock:registry": "https://npm.pkg.github.com"
}
}