-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
54 lines (54 loc) · 1.62 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
{
"name": "hedera-distribution-claiming-page",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "node vite/dev",
"build": "tsc && node vite/build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "node vite/preview"
},
"dependencies": {
"@bladelabs/blade-web3.js": "^1.2.1",
"@esbuild-plugins/node-modules-polyfill": "^0.2.2",
"@hashgraph/sdk": "^2.36.0",
"@types/lodash": "^4.14.202",
"axios": "^1.6.2",
"bignumber.js": "^9.1.2",
"body-scroll-lock": "4.0.0-beta.0",
"clsx": "^2.0.0",
"hashconnect": "^0.2.4",
"lodash": "^4.17.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-toastify": "^9.1.3",
"rollup-plugin-node-polyfills": "^0.2.1"
},
"devDependencies": {
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vitejs/plugin-react": "^4.0.3",
"autoprefixer": "^10.4.16",
"buffer": "^6.0.3",
"esbuild-plugin-polyfill-node": "^0.3.0",
"eslint": "^8.45.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"ethers": "^6.8.1",
"merkletreejs": "^0.3.11",
"mkcert": "^3.2.0",
"postcss": "^8.4.31",
"simple-crypto": "^0.0.5",
"tailwindcss": "^3.3.3",
"typescript": "^5.0.2",
"vite": "^4.4.5",
"vite-plugin-commonjs": "^0.10.1",
"vite-plugin-node-polyfills": "^0.15.0",
"web3": "^1.10.2",
"web3-utils": "^1.10.2"
}
}