-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 926 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
37
38
{
"name": "sentries-xnft",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "xnft build",
"start": "xnft watch",
"dev": "xnft dev",
"prepare": "husky install"
},
"author": "Tamas Kertez <redbeak@sentries.io>, Kollan House <0xnallok@sentries.io>",
"license": "ISC",
"resolutions": {
"@project-serum/anchor": "0.24.2",
"@solana/web3.js": "1.54.0"
},
"devDependencies": {
"@coral-xyz/xnft-cli": "^0.2.0-latest.1086",
"husky": "^8.0.1",
"lint-staged": "^13.0.3",
"prettier": "2.7.1",
"process": "^0.11.10",
"typescript": "^4.8.4"
},
"dependencies": {
"assert": "^2.0.0",
"bignumber.js": "^9.1.0",
"react": "^17.0.2",
"react-dom": "^18.2.0",
"react-icons": "^4.6.0",
"react-xnft": "^0.2.0-latest.1086",
"swr": "^1.3.0"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
}
}