-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
84 lines (84 loc) · 2.56 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
{
"name": "tracified-nft-marketplace-frontend",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"build-prod": "ng build -c production --aot",
"build-staging": "ng build -c staging --aot",
"build-qa": "ng build -c qa --aot"
},
"private": true,
"dependencies": {
"@albedo-link/intent": "^0.12.0",
"@angular/animations": "^13.2.0",
"@angular/cdk": "^13.2.5",
"@angular/common": "^13.2.0",
"@angular/compiler": "~13.2.0",
"@angular/core": "^13.2.0",
"@angular/fire": "^7.5.0",
"@angular/flex-layout": "^13.0.0-beta.38",
"@angular/forms": "^13.2.0",
"@angular/material": "^13.2.5",
"@angular/platform-browser": "~13.2.0",
"@angular/platform-browser-dynamic": "~13.2.0",
"@angular/router": "~13.2.0",
"@metamask/detect-provider": "^1.2.0",
"@ngrx/store": "^13.2.0",
"@ngx-translate/core": "^14.0.0",
"@openzeppelin/contracts": "^4.5.0",
"@solana/buffer-layout": "^4.0.0",
"@solana/buffer-layout-utils": "^0.2.0",
"@solana/spl-token": "^0.2.0",
"@solana/wallet-adapter-base": "^0.9.5",
"@solana/wallet-adapter-phantom": "^0.9.3",
"@solana/wallet-adapter-wallets": "^0.16.1",
"@solana/web3.js": "^1.78.4",
"@stellar/freighter-api": "^1.4.0",
"@types/ckeditor": "^4.9.10",
"bs58": "^5.0.0",
"crypto-js": "^4.1.1",
"ethers": "^5.6.2",
"hardhat": "^2.9.2",
"highlight.js": "^11.5.1",
"https-browserify": "^1.0.0",
"jwt-decode": "^3.1.2",
"jwt-service": "^8.0.0",
"moment": "^2.29.4",
"ng2-ckeditor": "^1.3.6",
"ngx-cookie-service": "^13.0.0",
"ngx-device-detector": "^3.0.0",
"ngx-highlightjs": "^6.1.3",
"ngx-image-cropper": "^6.3.1",
"rxjs": "~7.5.0",
"rxjs-observable": "0.0.7",
"services": "0.0.3",
"solmate": "^6.1.0",
"stellar-sdk": "^10.1.1",
"stream-http": "^3.2.0",
"sweetalert2": "^11.4.5",
"tslib": "^2.3.0",
"url": "^0.11.0",
"util": "^0.12.4",
"web3": "^1.7.3",
"web3modal": "^1.9.5",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "~13.2.3",
"@angular/cli": "^14.0.1",
"@angular/compiler-cli": "~13.2.0",
"@types/jasmine": "~3.10.0",
"@types/node": "^12.11.1",
"jasmine-core": "~4.0.0",
"karma": "~6.3.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.1.0",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "~1.7.0",
"typescript": "~4.5.2"
}
}