-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
55 lines (55 loc) · 1.38 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
{
"name": "smart-contract-caller",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"standalone_start": "node .next/standalone/server.js",
"lint": "next lint"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"dependencies": {
"@ant-design/cssinjs": "^1.21.1",
"@ant-design/icons": "^5.4.0",
"@ant-design/nextjs-registry": "^1.0.1",
"@formatjs/intl-localematcher": "^0.5.4",
"@web3-react/core": "^8.2.3",
"@web3-react/metamask": "^8.2.4",
"ahooks": "^3.8.1",
"antd": "^5.20.6",
"dayjs": "^1.11.13",
"ethers": "^6.13.2",
"eventemitter3": "^5.0.1",
"negotiator": "^0.6.3",
"next": "14.2.9",
"next-intl": "^3.20.0",
"react": "^18",
"react-cookie": "^7.2.0",
"react-dom": "^18",
"react-json-view": "^1.21.3",
"rtl-detect": "^1.1.2",
"sharp": "^0.33.5",
"ts-abi-decoder": "^1.0.7"
},
"devDependencies": {
"@types/negotiator": "^0.6.3",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/rtl-detect": "^1.0.3",
"autoprefixer": "^10.4.20",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8",
"eslint-config-next": "14.2.9",
"postcss": "^8.4.45",
"sass": "^1.78.0",
"tailwindcss": "^3.4.11",
"typescript": "^5"
}
}