-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
144 lines (144 loc) · 5.15 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
{
"name": "hydra-protocol",
"private": true,
"version": "5.5.2",
"scripts": {
"anchor-test": "./turbo.sh anchor-test",
"build-storybook": "cd ./app && yarn build-storybook",
"build": "./scripts/build.sh",
"checksum": "./scripts/checksum.sh",
"ci:build": "yarn build --filter=@hydraprotocol/math && yarn build",
"ci:build-docs": "yarn docs",
"ci:deploy-devnet": "yarn deploy devnet",
"ci:lint": "yarn lint && ./scripts/audit.sh",
"ci:install": "yarn install --frozen-lockfile --ignore-scripts",
"ci:unit": "yarn build && yarn test",
"ci:ensure-wallet": "yarn wallet ./keys/users/god6xgrG3ZnkRTPtb7J3nDs1k8P7GGo43QZcN4ZLf5D.json",
"ci:integration": "yarn ci:ensure-wallet && yarn anchor-test",
"ci:e2e-swap": "yarn ci:ensure-wallet && yarn e2e swap",
"ci:e2e-pools": "yarn ci:ensure-wallet && yarn e2e pools",
"ci:soteria": "yarn install-soteria && yarn run-soteria",
"ci:config-bpf": "$HOME/.local/share/solana/install/active_release/bin/sdk/bpf/scripts/install.sh",
"create-pyth-accounts": "cd ./scripts && yarn create-pyth-accounts",
"deploy": "yarn build && cd ./modules/core && ./deploy.sh",
"docs": "./turbo.sh docs",
"e2e": "yarn save-snapshot-anchor && yarn save-snapshot-e2e && yarn build && cd ./scripts && ./e2e.sh",
"get-version": "cat package.json | jq -r '.version'",
"install-soteria": "cd ./modules/core && ./install-soteria.sh",
"lint": "./scripts/lint.sh",
"migrate": "cd ./scripts && yarn migrate",
"nuke": "./scripts/nuke.sh",
"postbuild": "yarn checksum ./modules/core/target/deploy/hydra_liquidity_pools.so",
"prepare": "husky install",
"private-key": "cd ./scripts && yarn private-key",
"regenerate-program-ids": "./scripts/regenerate-program-ids.sh",
"regenerate": "cd ./scripts && yarn regenerate",
"run-soteria": "cd ./modules/core && ./run-soteria.sh",
"save-snapshot-anchor": "./turbo.sh save-snapshot-anchor",
"save-snapshot-e2e": "./turbo.sh save-snapshot-e2e",
"save-snapshot-frontend": "./turbo.sh save-snapshot-frontend",
"set-fleek": "cd ./scripts && ./set-fleek.sh",
"set-npm-tag": "./scripts/set-npm-tag.sh",
"set-version": "./scripts/set-version.sh",
"start": "./turbo.sh scripts#start",
"storybook": "cd ./app && yarn storybook",
"test": "./turbo.sh test --parallel",
"update-token-key": "cd ./scripts && yarn update-token-key",
"wallet": "./scripts/wallet.sh"
},
"license": "MIT",
"dependencies": {
"@babel/core": "7.19.6",
"@babel/preset-env": "7.19.4",
"@babel/preset-react": "7.18.6",
"@babel/preset-typescript": "7.18.6",
"@docusaurus/core": "2.1.0",
"@docusaurus/preset-classic": "2.1.0",
"@preconstruct/cli": "2.2.2",
"@project-serum/anchor": "0.25.0",
"@project-serum/common": "0.0.1-beta.3",
"@project-serum/serum": "0.13.61",
"@project-serum/tokens": "0.0.7",
"@solana/spl-token": "0.2.0",
"bs58": "5.0.0",
"concurrently": "7.4.0",
"pascal-case": "3.1.2",
"prettier": "2.5.1",
"wait-on": "6.0.1"
},
"devDependencies": {
"@hydraprotocol/sdk": "*",
"@hydraprotocol/utils-node": "*",
"@types/expand-tilde": "2.0.0",
"@types/mocha": "10.0.0",
"@typescript-eslint/eslint-plugin": "5.38.0",
"@typescript-eslint/parser": "5.38.0",
"@typescript-eslint/utils": "5.38.0",
"@xstate/cli": "0.3.3",
"arg": "5.0.1",
"chai": "4.3.4",
"eslint": "8.24.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react-hooks": "4.6.0",
"expand-tilde": "2.0.2",
"husky": "7.0.4",
"ipfs-deploy": "12.0.1",
"mocha": "10.0.0",
"toml": "3.0.0",
"ts-mocha": "10.0.0",
"turbo": "1.4.0",
"typedoc": "0.23.15",
"typedoc-theme-hierarchy": "3.0.0",
"typescript": "4.8.4"
},
"resolutions": {
"@babel/core": "7.19.6",
"@babel/preset-env": "7.19.4",
"@babel/preset-react": "7.18.6",
"@babel/preset-typescript": "7.18.6",
"@project-serum/anchor": "0.25.0",
"@solana/buffer-layout-utils": "0.2.0",
"@solana/buffer-layout": "4.0.0",
"@solana/spl-token": "0.2.0",
"@solana/wallet-adapter-base": "0.9.12",
"@solana/wallet-adapter-react-ui": "0.9.5",
"@solana/wallet-adapter-react": "0.15.10",
"@solana/wallet-adapter-wallets": "0.18.1",
"@solana/web3.js": "1.44.2",
"@testing-library/react-hooks": "8.0.1",
"@typescript-eslint/eslint-plugin": "5.38.0",
"@typescript-eslint/parser": "5.38.0",
"@typescript-eslint/utils": "5.38.0",
"@types/react-dom": "17.0.11",
"@types/react": "17.0.39",
"ansi-html": "0.0.8",
"chalk": "4.1.2",
"jest": "27.5.1",
"jpeg-js": "0.4.4",
"node-fetch": "2.6.7",
"protobufjs": "6.11.3",
"react-query": "3.39.1",
"react": "17.0.2",
"rxjs": "7.5.5",
"trim-newlines": "3.0.1",
"trim": "0.0.3",
"terser": "5.14.2",
"ts-jest": "27.1.3",
"typescript": "4.8.4"
},
"workspaces": {
"packages": [
"modules/core/modules/*",
"modules/*",
"modules/wasm-loader/wasm-test",
"app",
"docs",
"scripts"
]
},
"packageManager": "yarn@1.22.17",
"eslintIgnore": [
"**/*.typegen.ts"
]
}