-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 878 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
{
"name": "nft-tools",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"static": "next build && next export"
},
"dependencies": {
"@metaplex-foundation/js": "^0.17.3",
"@metaplex-foundation/js-plugin-nft-storage": "^0.1.1",
"@solana/spl-token": "^0.3.6",
"@solana/web3.js": "^1.66.2",
"ed25519-hd-key": "^1.3.0",
"file-saver": "^2.0.5",
"jszip": "^3.10.1",
"match-sorter": "^6.3.1",
"next": "13.0.0",
"prop-types": "^15.8.1",
"react": "18.2.0",
"react-bootstrap": "^2.5.0",
"react-csv-reader": "^3.5.2",
"react-dom": "18.2.0",
"sass": "^1.56.1",
"tweetnacl": "^1.0.3",
"tweetnacl-util": "^0.15.1"
},
"devDependencies": {
"eslint": "8.26.0",
"eslint-config-next": "13.0.0"
}
}