forked from block-sync-one/SolanaHub-old
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 2.41 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
{
"name": "solana-hub",
"description": "Solana DeFi project",
"version": "1.1.2",
"author": "SolanaHub",
"homepage": "https://www.solanahub.app",
"scripts": {
"ng": "ng",
"start": "ng serve --configuration=development",
"build:main": "ng build --configuration=production",
"build:dev": "ng build --configuration=development",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": false,
"dependencies": {
"@angular-devkit/schematics": "^16.1.5",
"@angular/animations": "16.1.5",
"@angular/cdk": "^16.2.0",
"@angular/common": "16.1.5",
"@angular/compiler": "16.1.5",
"@angular/core": "16.1.5",
"@angular/forms": "16.1.5",
"@angular/platform-browser": "16.1.5",
"@angular/platform-browser-dynamic": "16.1.5",
"@angular/router": "16.1.5",
"@frakt-protocol/frakt-sdk": "^0.8.21",
"@heavy-duty/wallet-adapter": "^0.7.2",
"@ionic/angular": "7.2.2",
"@marinade.finance/marinade-ts-sdk": "^5.0.5",
"@marinade.finance/native-staking-sdk": "^1.0.0",
"@mercurial-finance/dynamic-amm-sdk": "^0.4.7",
"@mercurial-finance/farming-sdk": "^1.0.10",
"@metaplex-foundation/js": "0.19.1",
"@solana/spl-stake-pool": "^0.6.5",
"@solana/spl-token": "0.3.4",
"@solana/wallet-adapter-wallets": "0.19.20",
"@solana/web3.js": "1.78.3",
"@solendprotocol/solend-sdk": "^0.6.49",
"@sonarwatch/portfolio-core": "^0.8.4",
"@types/readable-stream": "^2.3.13",
"@vercel/analytics": "^1.0.0",
"chart.js": "^4.4.0",
"qr-code-styling": "^1.6.0-rc.1",
"rxjs": "~7.5.0",
"swiper": "^10.3.1",
"tslib": "2.6.1",
"zone.js": "~0.13.1"
},
"devDependencies": {
"@angular-builders/custom-webpack": "16.0.0",
"@angular-devkit/build-angular": "16.2.4",
"@angular-eslint/builder": "~16.1.0",
"@angular-eslint/eslint-plugin": "~16.1.0",
"@angular-eslint/eslint-plugin-template": "~16.1.0",
"@angular-eslint/template-parser": "~16.1.0",
"@angular/cli": "~16.1.5",
"@angular/compiler-cli": "16.1.5",
"@angular/language-service": "16.1.5",
"@ionic/angular-toolkit": "^9.0.0",
"@ionic/cli": "7.1.1",
"@typescript-eslint/eslint-plugin": "5.3.0",
"@typescript-eslint/parser": "5.3.0",
"assert": "^2.0.0",
"eslint": "^7.6.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jsdoc": "30.7.6",
"eslint-plugin-prefer-arrow": "1.2.2",
"typescript": "5.1.6"
}
}