-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
109 lines (109 loc) · 3.25 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
{
"name": "permissionless-validators-client",
"version": "0.0.0",
"license": "MIT",
"scripts": {},
"private": true,
"devDependencies": {
"@babel/preset-react": "^7.14.5",
"@nestjs/schematics": "^9.0.0",
"@nestjs/testing": "^9.0.0",
"@nrwl/cypress": "15.6.2",
"@nrwl/eslint-plugin-nx": "14.4.2",
"@nrwl/jest": "15.6.2",
"@nrwl/js": "15.6.2",
"@nrwl/linter": "^15.6.2",
"@nrwl/nest": "15.6.2",
"@nrwl/node": "15.6.2",
"@nrwl/nx-cloud": "^15.0.2",
"@nrwl/react": "15.6.2",
"@nrwl/web": "^15.6.2",
"@nrwl/webpack": "^15.6.2",
"@nrwl/workspace": "14.8.6",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
"@svgr/webpack": "^6.1.2",
"@testing-library/react": "13.4.0",
"@types/aos": "^3.0.4",
"@types/better-sqlite3": "^7.6.3",
"@types/bn.js": "^5.1.1",
"@types/core-js": "^2.5.5",
"@types/jest": "28.1.1",
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.9",
"@types/whatwg-url": "^11.0.0",
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.36.1",
"babel-jest": "28.1.1",
"cypress": "^12.2.0",
"eslint": "~8.15.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-cypress": "^2.10.3",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "6.6.1",
"eslint-plugin-react": "7.31.11",
"eslint-plugin-react-hooks": "4.6.0",
"jest": "28.1.1",
"jest-environment-jsdom": "28.1.1",
"nx": "^15.6.2",
"prettier": "^2.6.2",
"react-refresh": "^0.10.0",
"react-test-renderer": "18.2.0",
"ts-jest": "28.0.5",
"ts-node": "10.9.1",
"typescript": "~4.8.2",
"url-loader": "^4.1.1"
},
"dependencies": {
"@dao-xyz/borsh": "^5.1.3",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@metaplex-foundation/js": "^0.17.12",
"@mui/icons-material": "^5.11.0",
"@mui/material": "^5.11.4",
"@mui/x-date-pickers": "^6.0.0",
"@nestjs/axios": "^1.0.1",
"@nestjs/common": "^9.0.0",
"@nestjs/config": "^2.2.0",
"@nestjs/core": "^9.0.0",
"@nestjs/platform-express": "^9.0.0",
"@solana/spl-token": "^0.3.7",
"@solana/wallet-adapter-base": "^0.9.20",
"@solana/wallet-adapter-react": "^0.15.28",
"@solana/wallet-adapter-react-ui": "^0.9.27",
"@solana/wallet-adapter-wallets": "^0.19.10",
"@solana/web3.js": "^1.73.0",
"@switchboard-xyz/solana.js": "^2.0.104",
"aos": "^2.3.4",
"axios": "^1.0.0",
"better-sqlite3": "^7.6.2",
"bn.js": "^5.2.1",
"chart.js": "^4.2.1",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
"core-js": "^3.6.5",
"crypto-browserify": "^3.12.0",
"encoding": "^0.1.13",
"formik": "^2.2.9",
"https-browserify": "^1.0.0",
"moment": "^2.29.4",
"rc-scrollbars": "^1.1.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-intl": "^6.2.5",
"react-router": "^6.6.2",
"react-router-dom": "^6.6.2",
"react-toastify": "^9.1.1",
"readline": "^1.3.0",
"reflect-metadata": "^0.1.13",
"regenerator-runtime": "0.13.7",
"rxjs": "^7.0.0",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"tslib": "^2.3.0",
"yup": "^0.32.11"
},
"browser": {
"crypto": false
}
}