-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
202 lines (202 loc) · 6.93 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
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
{
"name": "potion-protocol",
"version": "0.1.0",
"private": true,
"description": "A monorepo template to develop awesome ethereum based applications",
"license": "MIT",
"author": "Ntropika Labs",
"workspaces": {
"packages": [
"apps/*",
"libs/*",
"contracts/*"
]
},
"scripts": {
"build": "nx build",
"codegen": "nx codegen",
"compile-contracts": "nx run-many --target=compile --all",
"dev": "nx dev",
"dprint": "dprint fmt '**/*.{ts,tsx,js,jsx,json}'",
"fast-forward": "yarn nx run potion-contracts:fast-forward --",
"format": "nx format",
"format-affected": "nx affected --target=format --uncommitted",
"format-all": "nx run-many --target=format --all",
"postinstall": "husky install",
"lint": "nx lint",
"lint-affected": "nx affected --target=lint --uncommitted",
"lint-all": "nx run-many --target=lint --all",
"local-env": "./bin/setup-local-env",
"set-price": "yarn nx run potion-contracts:set-price --",
"storybook": "nx run potion-ui:storybook",
"test-e2e-ci": "nx run-many --target=test-e2e-ci",
"test-e2e-ci-affected": "nx affected --target=test-e2e",
"test-e2e-ci-all": "nx run-many --target=test-e2e --all",
"test-unit": "nx test-unit",
"test-unit-affected": "nx affected --target=test-unit",
"test-unit-all": "nx run-many --target=test-unit --all"
},
"devDependencies": {
"@ethersproject/abi": "^5.7.0",
"@ethersproject/address": "^5.7.0",
"@ethersproject/bignumber": "^5.7.0",
"@ethersproject/bytes": "^5.7.0",
"@ethersproject/constants": "^5.7.0",
"@ethersproject/contracts": "^5.7.0",
"@ethersproject/hash": "^5.7.0",
"@ethersproject/providers": "^5.7.1",
"@ethersproject/units": "^5.7.0",
"@formkit/auto-animate": "^1.0.0-beta.3",
"@graphprotocol/graph-cli": "^0.33.1",
"@graphprotocol/graph-ts": "^0.27.0",
"@graphql-codegen/cli": "^2.12.0",
"@graphql-codegen/import-types-preset": "^2.2.3",
"@graphql-codegen/introspection": "^2.2.1",
"@graphql-codegen/typescript": "^2.7.3",
"@graphql-codegen/typescript-operations": "^2.5.3",
"@graphql-codegen/typescript-vue-urql": "^2.3.3",
"@graphql-eslint/eslint-plugin": "^3.10.7",
"@iconify-json/eos-icons": "^1.1.2",
"@iconify-json/ph": "^1.1.2",
"@intlify/vite-plugin-vue-i18n": "^6.0.1",
"@mdx-js/preact": "^2.1.3",
"@nomiclabs/hardhat-ethers": "^2.1.1",
"@nomiclabs/hardhat-etherscan": "^3.1.0",
"@nomiclabs/hardhat-waffle": "^2.0.3",
"@nrwl/cli": "14.7.5",
"@nrwl/workspace": "14.7.5",
"@openzeppelin/contracts": "^4.6.0",
"@openzeppelin/contracts-upgradeable": "^4.6.0",
"@openzeppelin/hardhat-upgrades": "^1.20.0",
"@rollup/plugin-yaml": "^3.1.0",
"@rushstack/eslint-patch": "^1.1.4",
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/git": "^10.0.1",
"@storybook/addon-a11y": "^6.5.12",
"@storybook/addon-actions": "^6.5.12",
"@storybook/addon-essentials": "^6.5.12",
"@storybook/addon-interactions": "^6.5.12",
"@storybook/addon-links": "^6.5.12",
"@storybook/addon-storyshots": "^6.5.12",
"@storybook/builder-vite": "^0.2.2",
"@storybook/testing-library": "^0.0.13",
"@storybook/theming": "^6.5.12",
"@storybook/vue3": "^6.5.12",
"@testing-library/cypress": "^8.0.3",
"@typechain/ethers-v5": "^10.1.0",
"@typechain/hardhat": "^6.1.3",
"@types/chai": "^4.3.3",
"@types/cli-progress": "^3.11.0",
"@types/eslint": "^8.4.6",
"@types/fs-extra": "^9.0.13",
"@types/jsdom": "^20.0.0",
"@types/lodash.chunk": "^4.2.7",
"@types/lodash.findlast": "^4.6.7",
"@types/lodash.isnil": "^4.0.7",
"@types/lodash.minby": "^4.6.7",
"@types/lodash.range": "^3.2.7",
"@types/lodash.rangeright": "^4.2.7",
"@types/lodash.sortby": "^4.7.7",
"@types/lodash.times": "^4.3.7",
"@types/lodash.uniqby": "^4.7.7",
"@types/mocha": "^9.1.1",
"@types/mustache": "^4.2.1",
"@types/node": "16.11.59",
"@typescript-eslint/eslint-plugin": "^5.37.0",
"@typescript-eslint/parser": "^5.37.0",
"@unocss/preset-icons": "^0.45.21",
"@unocss/reset": "^0.45.21",
"@urql/vue": "^1.0.2",
"@vitejs/plugin-vue": "^3.1.0",
"@vitest/coverage-c8": "^0.23.2",
"@vitest/ui": "^0.23.2",
"@vue/test-utils": "^2.0.2",
"@vue/tsconfig": "^0.1.3",
"@vueuse/core": "^9.2.0",
"@vueuse/rxjs": "^9.2.0",
"@web3-onboard/core": "^2.8.3",
"@web3-onboard/injected-wallets": "^2.2.2",
"@web3-onboard/walletconnect": "^2.1.2",
"billboard.js": "^3.5.1",
"c8": "^7.12.0",
"chai": "^4.3.6",
"chai-ethers-bn": "^0.0.3",
"cli-progress": "^3.11.2",
"comlink": "^4.3.1",
"console-log-colors": "^0.2.3",
"cross-env": "^7.0.3",
"crossenv": "^0.0.2-security",
"cypress": "^10.8.0",
"cypress-fail-fast": "^5.0.1",
"dotenv": "^16.0.2",
"dprint": "^0.32.1",
"eslint": "^8.23.1",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.0.1",
"eslint-plugin-vue": "^9.4.0",
"ethereum-blockies-base64": "^1.0.2",
"ethereum-waffle": "^3.4.4",
"ethers": "^5.7.1",
"from-exponential": "^1.1.1",
"fs-extra": "^10.1.0",
"ganache": "^7.4.3",
"graphql": "^16.6.0",
"graphql-config": "^4.3.5",
"graphql-tag": "^2.12.6",
"hardhat": "^2.11.1",
"hardhat-abi-exporter": "^2.10.0",
"hardhat-contract-sizer": "^2.6.1",
"hardhat-gas-reporter": "^1.0.9",
"heap-js": "^2.2.0",
"husky": "^8.0.1",
"jsdom": "^20.0.0",
"lightweight-charts": "^3.8.0",
"lint-staged": "^13.0.3",
"lodash.chunk": "^4.2.0",
"lodash.findlast": "^4.6.0",
"lodash.isnil": "^4.0.0",
"lodash.minby": "^4.6.0",
"lodash.range": "^3.2.0",
"lodash.rangeright": "^4.2.0",
"lodash.sortby": "^4.7.0",
"lodash.times": "^4.3.2",
"lodash.uniqby": "^4.7.0",
"matchstick-as": "^0.5.0",
"mocha": "^10.0.0",
"mustache": "^4.2.0",
"nx": "14.7.5",
"ohmyfetch": "^0.4.18",
"pinia": "^2.0.22",
"prettier": "^2.7.1",
"prettier-plugin-solidity": "^1.0.0-dev.23",
"rollup-plugin-gzip": "^3.0.1",
"rollup-plugin-polyfill-node": "^0.10.2",
"rollup-plugin-visualizer": "^5.8.1",
"semantic-release": "^19.0.5",
"slither": "^0.2.2",
"solc": "^0.8.17",
"solhint": "^3.3.7",
"solhint-plugin-prettier": "^0.0.5",
"solidity-coverage": "^0.8.2",
"solidity-docgen": "^0.6.0-beta.25",
"start-server-and-test": "^1.14.0",
"storybook-dark-mode": "^1.1.2",
"stream-browserify": "^3.0.0",
"tippy.js": "^6.3.7",
"ts-node": "^10.9.1",
"typechain": "^8.1.0",
"typescript": "4.8.3",
"unocss": "^0.45.21",
"vite": "^3.1.0",
"vitest": "^0.23.2",
"vue": "^3.2.39",
"vue-eslint-parser": "^9.1.0",
"vue-i18n": "^9.2.2",
"vue-router": "^4.1.5",
"vue-tsc": "^0.40.13"
},
"packageManager": "[email protected]"
}