-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
36 lines (36 loc) · 999 Bytes
/
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
{
"name": "cardinal-rentals-xnft",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "xnft build",
"start": "xnft watch",
"dev": "xnft dev"
},
"author": "Giannis Chatziveroglou <[email protected]>, Jeremy Bogle <[email protected]>",
"license": "ISC",
"resolutions": {
"@project-serum/anchor": "0.24.2",
"@solana/web3.js": "1.54.0"
},
"devDependencies": {
"@coral-xyz/xnft-cli": "^0.2.0-latest.171",
"@tanstack/react-query-devtools": "^4.2.3"
},
"dependencies": {
"@cardinal/common": "^2.0.11",
"@cardinal/staking": "^1.7.4",
"@cardinal/stats": "^1.0.3",
"@metaplex-foundation/mpl-token-metadata": "1.2.5",
"@project-serum/anchor": "0.24.2",
"@solana/web3.js": "1.54.0",
"@tanstack/react-query": "^4.2.3",
"assert": "^2.0.0",
"bignumber.js": "^9.1.0",
"process": "^0.11.10",
"react": "^17.0.2",
"react-icons": "^4.6.0",
"react-xnft": "^0.2.0-latest.171"
}
}