-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
58 lines (58 loc) · 1.68 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
{
"name": "demo",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build --baseHref=/taquito-demo/",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@angular-devkit/schematics": "^10.1.6",
"@angular/animations": "~10.1.5",
"@angular/cdk": "^9.2.4",
"@angular/common": "~10.1.5",
"@angular/compiler": "~10.1.5",
"@angular/core": "~10.1.5",
"@angular/forms": "~10.1.5",
"@angular/material": "^9.2.4",
"@angular/platform-browser": "~10.1.5",
"@angular/platform-browser-dynamic": "~10.1.5",
"@angular/router": "~10.1.5",
"@nebular/eva-icons": "^5.1.0",
"@nebular/theme": "^5.1.0",
"@taquito/beacon-wallet": "^7.1.0-beta.0",
"@taquito/signer": "^7.1.0-beta.0",
"@taquito/taquito": "^7.1.0-beta.0",
"@taquito/tezbridge-wallet": "^7.1.0-beta.0",
"@types/chrome": "0.0.115",
"angular-highcharts": "^9.0.11",
"bignumber.js": "^9.0.0",
"brace": "^0.11.1",
"eva-icons": "^1.1.3",
"highcharts": "^8.1.1",
"lodash": "^4.17.20",
"ng2-ace-editor": "^0.3.9",
"ngx-build-plus": "^9.0.6",
"ngx-json-viewer": "^2.4.0",
"rxjs": "^6.6.3",
"tslib": "^2.0.0",
"zone.js": "^0.10.3"
},
"devDependencies": {
"@angular-builders/custom-webpack": "^9.1.0",
"@angular-devkit/build-angular": "^0.1100.3",
"@angular/cli": "~10.1.6",
"@angular/compiler-cli": "~10.1.5",
"@angular/language-service": "~10.1.5",
"@schematics/angular": "~9.1.8",
"@types/lodash": "^4.14.155",
"@types/node": "^14.0.13",
"ts-node": "~8.10.2",
"tslint": "~6.1.0",
"typescript": "~3.9.5"
}
}