-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
62 lines (62 loc) · 1.78 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
{
"name": "accelerator-defi-eip-ui",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint --fix",
"prepare": "husky",
"sync-contracts": "node ./scripts/download-json.js && wagmi generate && node ./scripts/fix-imports.js && npm run lint",
"format": "prettier --write .",
"lint-staged": "lint-staged",
"type-check": "tsc --project tsconfig.json --pretty --noEmit && echo "
},
"dependencies": {
"@bladelabs/blade-web3.js": "1.2.2",
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@hashgraph/sdk": "^2.42.0",
"@netlify/plugin-nextjs": "^4.41.3",
"@reduxjs/toolkit": "^2.2.1",
"@tanstack/react-query": "^5.28.9",
"@uidotdev/usehooks": "^2.4.1",
"@web3modal/ethers": "^4.1.5",
"@web3modal/wagmi": "^4.0.13",
"abitype": "^1.0.2",
"ethers": "^6.11.1",
"formik": "^2.4.5",
"framer-motion": "^11.0.8",
"hashconnect": "^3.0.13",
"lodash": "^4.17.21",
"next": "14.1.3",
"phosphor-react": "^1.4.1",
"react": "^18",
"react-dom": "^18",
"react-redux": "^9.1.0",
"react-router-dom": "^6.23.0",
"react-select": "^5.8.0",
"react-use": "^17.5.1",
"viem": "^2.7.22",
"wagmi": "^2.5.7",
"web3": "^4.7.0"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@wagmi/cli": "^2.1.2",
"dotenv": "^16.4.5",
"eslint": "^8",
"eslint-config-next": "14.1.3",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react-hooks": "^4.6.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"typescript": "^5"
}
}