-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
93 lines (93 loc) · 2.31 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
{
"name": "nexth",
"version": "0.1.0",
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint --fix",
"prettier": "prettier './src' --write",
"wagmi": "wagmi generate"
},
"browser": {
"fs": false,
"os": false,
"path": false
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"./src": [
"lint",
"prettier"
]
},
"dependencies": {
"@chakra-ui/icons": "2.0.19",
"@chakra-ui/react": "2.7.1",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@kiroboio/fct-core": "^3.6.8",
"@kiroboio/fct-sdk": "1.4.19",
"@kiroboio/fct-service": "^3.1.0",
"@next/font": "13.4.7",
"@preact/signals-react": "^1.3.2",
"@wagmi/core": "^1.3.9",
"abitype": "^0.9.8",
"bignumber.js": "^9.1.2",
"connectkit": "1.4.0",
"dayjs": "^1.11.8",
"dotenv": "^16.3.1",
"ethers": "^5.7.2",
"framer-motion": "^10.12.17",
"iconsax-react": "^0.0.8",
"iron-session": "^6.3.1",
"next": "^14.1.0",
"next-seo": "^6.1.0",
"numeral": "^2.0.6",
"prism-react-renderer": "^2.0.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-feather": "^2.0.10",
"react-i18next": "^13.0.2",
"react-icons": "^4.10.1",
"react-live": "^4.1.3",
"react-number-format": "^5.3.1",
"react-window": "^1.8.9",
"react-window-infinite-loader": "^1.0.9",
"sharp": "^0.32.1",
"siwe": "^2.1.4",
"usehooks-ts": "^2.9.1",
"valtio": "^1.11.2",
"viem": "^1.19.0",
"wagmi": "^1.3.10",
"web3": "^4.0.3"
},
"devDependencies": {
"@iconify/react": "^4.1.1",
"@tsconfig/next": "^1.0.5",
"@types/node": "18.15.11",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"@types/react-infinite-scroller": "^1.2.3",
"@types/react-window": "^1.8.5",
"@types/react-window-infinite-loader": "^1.0.6",
"@wagmi/cli": "^1.3.0",
"eslint": "8.43.0",
"eslint-config-next": "13.4.7",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"fs": "^0.0.1-security",
"husky": "^8.0.3",
"lint-staged": "^13.2.3",
"os": "^0.1.2",
"path": "^0.12.7",
"prettier": "^2.8.8",
"typescript": "5.1.6"
},
"packageManager": "[email protected]"
}