This repository has been archived by the owner on Oct 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 36
/
package.json
119 lines (119 loc) · 3.51 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
{
"name": "iotex-dapp-sample",
"version": "0.1.0",
"license": "MIT",
"description": "Starter pack using Nextjs, React, Typescript, tRPC, Mantine and Cypress",
"keywords": [
"next",
"react",
"typescript"
],
"scripts": {
"dev": "next dev",
"build": "next build",
"export": "next build && next export",
"start": "next start",
"test": "concurrently \"yarn start \" \"cypress open\"",
"test:ci": "cypress run --headless"
},
"dependencies": {
"@ethersproject/abstract-signer": "^5.6.0",
"@ethersproject/contracts": "^5.6.0",
"@ethersproject/providers": "^5.6.4",
"@graphql-yoga/node": "^2.2.1",
"@iotexproject/iotex-address-ts": "^1.0.2",
"@ledgerhq/hw-transport": "^6.27.8",
"@ledgerhq/hw-transport-webhid": "^6.27.8",
"@ledgerhq/hw-transport-webusb": "^6.27.8",
"@mantine/core": "^4.1.4",
"@mantine/dates": "^4.1.4",
"@mantine/dropzone": "^4.1.4",
"@mantine/form": "^4.1.4",
"@mantine/hooks": "^4.1.4",
"@mantine/modals": "^4.1.4",
"@mantine/next": "^4.1.4",
"@mantine/notifications": "^4.1.4",
"@mantine/prism": "^4.1.4",
"@mantine/spotlight": "^4.1.4",
"@metamask/jazzicon": "^2.0.0",
"@smartgraph/core": "0.1.95",
"@smartgraph/plugins": "0.2.2",
"@tanstack/react-table": "^8.2.6",
"@trpc/client": "^10.4.3",
"@trpc/next": "^10.4.3",
"@trpc/react": "^9.27.4",
"@trpc/server": "^10.4.3",
"@types/localforage": "^0.0.34",
"@types/prop-types": "^15.7.5",
"@types/reflect-metadata": "^0.1.0",
"@types/uuid": "^8.3.4",
"@web3-react/core": "^6.1.9",
"@web3-react/injected-connector": "^6.0.7",
"axios": "^0.21.1",
"bignumber.js": "^9.0.1",
"class-transformer": "^0.5.1",
"clipboard-polyfill": "^3.0.3",
"copy-to-clipboard": "^3.3.1",
"dataloader": "^2.0.0",
"dayjs": "^1.11.1",
"ethcall": "^4.1.3",
"ethereumjs-util": "^7.1.4",
"ethers": "^5.1.3",
"events": "^3.3.0",
"graphql": "^16.3.0",
"graphql-request": "^4.2.0",
"i18next": "^21.8.4",
"iotex-antenna": "^0.31.6",
"js-sha3": "^0.8.0",
"jsonwebtoken": "^8.5.1",
"localforage": "^1.10.0",
"localforage-driver-memory": "^1.0.5",
"lodash": "^4.17.21",
"mobx": "^6.2.0",
"mobx-react-lite": "^3.2.0",
"next": "^12.0.7",
"nexus": "^1.3.0",
"numeral": "^2.0.6",
"promise-retry": "^2.0.1",
"prop-types": "^15.8.1",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-hot-toast": "^1.0.2",
"react-i18next": "^11.16.9",
"react-query": "^3.34.19",
"react-tiny-virtual-list": "^2.2.0",
"reflect-metadata": "^0.1.13",
"siwe": "^1.1.6",
"sleep-promise": "^9.1.0",
"superjson": "^1.8.1",
"tabler-icons-react": "^1.45.0",
"type-fest": "^1.2.0",
"typed-emitter": "^1.3.1",
"uuid": "^8.3.2",
"wagmi": "^0.8.6",
"zod": "^3.14.3"
},
"devDependencies": {
"@babel/core": ">=7.4.0 <8.0.0",
"@babel/preset-env": ">=7.0.0 <8.0.0",
"@cypress/react": "^4.16.4",
"@tanstack/query-core": "4.19.0",
"@tanstack/react-query": "^4.3.8",
"@trpc/react-query": "^10.0.0-proxy-beta.21",
"@types/node": "^14.14.31",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/react-router-dom": "^5.1.7",
"babel-loader": ">=8.0.2 <9.0.0",
"concurrently": "^6.0.0",
"csstype": "^3.0.10",
"cypress": "^6.5.0",
"ioredis": "^5.1.0",
"react-native": "*",
"tslib": ">=2.0.0 <3.0.0",
"typescript": "^4.5.4"
},
"resolutions": {
"graphql": "^16.3.0"
}
}