-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.48 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
{
"name": "maius-bet",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "cross-env NODE_OPTIONS=--max_old_space_size=4096 refine dev",
"build": "refine build",
"start": "refine start",
"lint": "eslint '**/*.{js,jsx,ts,tsx}'",
"refine": "refine"
},
"dependencies": {
"@ant-design/icons": "^5.0.1",
"@hxronetwork/parimutuelsdk": "^1.0.25",
"@refinedev/antd": "^5.7.0",
"@refinedev/cli": "^2.5.1",
"@refinedev/core": "^4.5.8",
"@refinedev/inferencer": "^3.5.4",
"@refinedev/kbar": "^1.1.0",
"@refinedev/nextjs-router": "^5.1.4",
"@refinedev/simple-rest": "^4.0.0",
"@solana/spl-token": "^0.3.8",
"@solana/wallet-adapter-react": "^0.15.32",
"@solana/wallet-adapter-react-ui": "^0.9.31",
"@solana/wallet-adapter-wallets": "^0.19.16",
"@solana/web3.js": "^1.77.3",
"antd": "^5.0.5",
"bootstrap": "5.3.0",
"bs58": "^5.0.0",
"date-fns": "^2.30.0",
"next": "^13.0.6",
"nookies": "^2.5.2",
"react": "^18.0.0",
"react-collapse": "^5.1.1",
"react-countdown": "^2.3.5",
"react-countdown-hook": "^1.1.3",
"react-countup": "^6.4.2",
"react-dom": "^18.0.0",
"use-local-storage": "^3.0.0",
"usehooks-ts": "^2.9.1"
},
"devDependencies": {
"@types/node": "^12.20.11",
"@types/react": "^18.0.0",
"@types/react-collapse": "^5.0.1",
"@types/react-dom": "^18.0.0",
"@typescript-eslint/parser": "5.48.0",
"cross-env": "^7.0.3",
"typescript": "^4.7.4"
}
}