-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
137 lines (137 loc) · 4.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
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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
{
"name": "grape-network",
"version": "1.1.1",
"private": true,
"proxy": "http://localhost:3000/",
"dependencies": {
"@ant-design/icons": "^4.5.0",
"@bonfida/spl-name-service": "^0.1.24",
"@cyberlab/cyberconnect": "^4.2.1",
"@discordjs/rest": "^0.1.0-canary.0",
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@google/model-viewer": "^1.8.0",
"@jup-ag/core": "^1.0.0-beta.1",
"@jup-ag/react-hook": "^1.0.0-beta.1",
"@ledgerhq/hw-transport-webusb": "^5.41.0",
"@ledgerhq/react-native-hid": "^6.9.0",
"@mui/icons-material": "^5.0.0",
"@mui/lab": "^5.0.0-alpha.50",
"@mui/material": "^5.0.0",
"@mui/styled-engine-sc": "^5.0.0",
"@mui/styles": "^5.0.1",
"@mui/x-data-grid": "^4.0.0",
"@orca-so/sdk": "^1.2.1",
"@project-serum/anchor": "^0.18.2",
"@project-serum/borsh": "^0.2.2",
"@project-serum/serum": "^0.13.34",
"@project-serum/sol-wallet-adapter": "^0.2.3",
"@project-serum/swap-ui": "^0.2.2",
"@react-native-async-storage/async-storage": "^1.15.17",
"@react-three/drei": "^7.14.2",
"@react-three/fiber": "^7.0.15",
"@solana/spl-governance": "^0.0.10",
"@solana/spl-name-service": "^0.1.3",
"@solana/spl-token": "0.1.8",
"@solana/spl-token-registry": "^0.2.1280",
"@solana/spl-token-swap": "0.1.2",
"@solana/wallet-adapter-base": "^0.7.0",
"@solana/wallet-adapter-react": "^0.13.1",
"@solana/wallet-adapter-react-ui": "^0.6.1",
"@solana/wallet-adapter-wallets": "^0.11.3",
"@solana/web3.js": "^1.30.2",
"@solflare-wallet/pfp": "^0.0.6",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@types/lodash-es": "^4.17.5",
"@types/react-copy-to-clipboard": "^5.0.1",
"@types/react-router-dom": "^5.1.6",
"@typescript-eslint/eslint-plugin": "^4.25.0",
"@typescript-eslint/parser": "^4.25.0",
"antd": "^4.15.6",
"axios": "^0.21.1",
"bignumber.js": "^9.0.1",
"bn.js": "^5.1.3",
"borsh": "^0.7.0",
"bs58": "^4.0.1",
"buffer-layout": "^1.2.1",
"chart.js": "^3.3.2",
"commander": "^8.3.0",
"decimal.js": "^10.3.1",
"dotenv": "^10.0.0",
"ethers": "^5.5.4",
"eventemitter3": "^4.0.7",
"fs": "^0.0.1-security",
"fs.promises": "^0.1.2",
"jazzicon": "^1.5.0",
"lodash-es": "^4.17.21",
"material-ui-player": "^0.2.5",
"material-ui-popup-state": "^2.0.0",
"mui-datatables": "^4.0.0",
"next": "^12.0.7",
"notistack": "^2.0.2",
"prop-types": "^15.7.2",
"qr-code-styling": "^1.6.0-rc.1",
"react": "^17.0.2",
"react-async-hook": "^4.0.0",
"react-chartjs-2": "^3.0.3",
"react-copy-to-clipboard": "^5.0.4",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-infinite-scroll-component": "^6.1.0",
"react-jazzicon": "^0.1.3",
"react-player": "^2.9.0",
"react-router-dom": "^6.2.1",
"react-scripts": "4.0.1",
"react-simple-image-viewer": "^1.1.1",
"styled-components": "^5.3.1",
"three": "^0.133.1",
"three-gltf-loader": "^1.111.0",
"tweetnacl": "^1.0.3",
"typescript": "^4.0.0",
"web-vitals": "^1.1.2",
"weighted": "^1.0.0",
"zustand": "^3.6.8"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"homepage": ".",
"devDependencies": {
"@types/bn.js": "^4.11.6",
"@types/bs58": "^4.0.1",
"@types/jest": "^24.9.1",
"@types/ledgerhq__hw-transport": "^4.21.3",
"@types/ledgerhq__hw-transport-webusb": "^4.70.1",
"@types/node": "^12.12.62",
"@types/react": "^16.9.50",
"@types/react-dom": "^16.9.8",
"arweave-deploy": "^1.9.1",
"concurrently": "^6.1.0",
"gh-pages": "^3.1.0",
"nodemon": "^2.0.7",
"prettier": "^2.1.2"
},
"resolutions": {
"/@typescript-eslint/eslint-plugin": "^4.25.0",
"/@typescript-eslint/parser": "^4.25.0"
}
}