-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
69 lines (69 loc) · 2.17 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
{
"name": "wallet-adapter-test",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"start": "nx serve",
"build": "nx build",
"test": "nx test",
"postinstall": "ngcc --properties es2015 browser module main"
},
"private": true,
"dependencies": {
"@angular/animations": "14.0.0",
"@angular/cdk": "14.0.0",
"@angular/common": "14.0.0",
"@angular/compiler": "14.0.0",
"@angular/core": "14.0.0",
"@angular/forms": "14.0.0",
"@angular/material": "14.0.0",
"@angular/platform-browser": "14.0.0",
"@angular/platform-browser-dynamic": "14.0.0",
"@angular/router": "14.0.0",
"@heavy-duty/wallet-adapter": "0.3.0-beta.1",
"@heavy-duty/wallet-adapter-cdk": "^0.3.0-beta.1",
"@heavy-duty/wallet-adapter-material": "^0.3.0-beta.1",
"@ngrx/component": "14.0.0-beta.0",
"@ngrx/component-store": "14.0.0-beta.0",
"@nrwl/angular": "14.2.0-rc.2",
"@solana/wallet-adapter-base": "0.9.5",
"@solana/wallet-adapter-wallets": "0.15.5",
"@solana/web3.js": "1.43.5",
"bs58": "^5.0.0",
"buffer": "^6.0.3",
"rxjs": "7.5.2",
"tslib": "^2.0.0",
"zone.js": "0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "14.0.0",
"@angular-eslint/eslint-plugin": "13.2.1",
"@angular-eslint/eslint-plugin-template": "13.2.1",
"@angular-eslint/template-parser": "13.2.1",
"@angular/cli": "~14.0.0",
"@angular/compiler-cli": "14.0.0",
"@angular/language-service": "14.0.0",
"@nrwl/cli": "14.2.0-rc.2",
"@nrwl/eslint-plugin-nx": "14.2.0-rc.2",
"@nrwl/jest": "14.2.0-rc.2",
"@nrwl/linter": "14.2.0-rc.2",
"@nrwl/workspace": "14.2.0-rc.2",
"@types/jest": "27.0.2",
"@types/node": "14.18.1",
"@typescript-eslint/eslint-plugin": "5.24.0",
"@typescript-eslint/parser": "5.24.0",
"eslint": "8.2.0",
"eslint-config-prettier": "8.1.0",
"jest": "27.2.3",
"jest-preset-angular": "11.0.0",
"postcss": "^8.3.9",
"postcss-import": "14.1.0",
"postcss-preset-env": "7.5.0",
"postcss-url": "10.1.3",
"prettier": "^2.5.1",
"tailwindcss": "^3.0.24",
"ts-jest": "27.0.5",
"ts-node": "~10.8.0",
"typescript": "4.7.3"
}
}