-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
87 lines (87 loc) · 2.47 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
{
"name": "nexa-cat",
"version": "0.1.0",
"private": true,
"dependencies": {
"@certusone/wormhole-sdk": "^0.10.7",
"@certusone/wormhole-sdk-wasm": "^0.0.1",
"@dnd-kit/core": "^6.0.8",
"@dnd-kit/modifiers": "^6.0.1",
"@dnd-kit/sortable": "^7.0.2",
"@dnd-kit/utilities": "^3.2.1",
"@particle-network/solana-wallet": "^1.2.1",
"@ramonak/react-progress-bar": "^5.2.0",
"@reduxjs/toolkit": "^1.9.3",
"@solana/spl-token": "^0.3.8",
"@solana/wallet-adapter-base": "^0.9.23",
"@solana/wallet-adapter-react": "^0.15.34",
"@solana/wallet-adapter-wallets": "^0.19.20",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^27.5.2",
"@types/node": "^17.0.45",
"@types/react": "^18.0.32",
"@types/react-dom": "^18.0.11",
"@types/react-router-dom": "^5.3.3",
"@types/react-select": "^5.0.1",
"@types/styled-system": "5.1.5",
"@wagmi/chains": "^1.8.0",
"axios": "^1.3.5",
"browserify-zlib": "^0.2.0",
"ethers": "^5",
"https-browserify": "^1.0.0",
"react": "^18.2.0",
"react-app-rewired": "^2.2.1",
"react-dom": "^18.2.0",
"react-icons": "^4.8.0",
"react-loading-skeleton": "^3.2.0",
"react-modal": "^3.16.1",
"react-redux": "^8.0.5",
"react-router-dom": "5.3.3",
"react-scripts": "5.0.1",
"react-select": "^5.7.2",
"react-toastify": "9.1.1",
"stream-http": "^3.2.0",
"styled-components": "^5.3.0",
"styled-system": "^5.1.5",
"typescript": "^4.9.5",
"url": "^0.11.3",
"wagmi": "^0.12.9",
"wasm-loader": "^1.3.0",
"web-vitals": "^2.1.4",
"web3": "^4.2.1"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"typechain": "typechain --out-dir src/config/abi/types --target=ethers-v5 \"src/config/abi/*.json\""
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@particle-network/auth": "^1.2.2",
"@typechain/ethers-v5": "^10.2.0",
"@types/react-modal": "^3.16.0",
"@types/styled-components": "^5.1.26",
"typechain": "^8.1.1"
}
}