-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
36 lines (36 loc) · 1.02 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
{
"name": "@hxronetwork/dexterity-ts",
"repository": "https://github.com/solana-labs/dexterity",
"version": "1.6.24",
"license": "MIT",
"source": "src/index.ts",
"main": "dist/main.js",
"module": "dist/module.js",
"types": "dist/types.d.ts",
"scripts": {
"watch": "yarn parcel watch",
"build": "yarn parcel build"
},
"dependencies": {
"@bonfida/aaob": "0.0.3",
"@coral-xyz/anchor": "^0.29.0",
"@solana/spl-token": "^0.2.0",
"@types/react": "^18.0.7",
"bn.js": "^5.2.0",
"borsh": "^0.7.0",
"buffer": "^6.0.3",
"isomorphic-ws": "^5.0.0",
"react": "^18.0.0",
"typescript": "4.7",
"ws": "^8.9.0"
},
"devDependencies": {
"@parcel/packager-ts": "^2.4.1",
"@parcel/transformer-typescript-types": "^2.4.1",
"assert": "^2.0.0",
"esbuild": "^0.15.16",
"esbuild-plugin-inline-image": "^0.0.9",
"parcel": "^2.4.1",
"process": "^0.11.10"
}
}