-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
129 lines (129 loc) · 4.41 KB
/
Copy pathpackage.json
File metadata and controls
129 lines (129 loc) · 4.41 KB
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
120
121
122
123
124
125
126
127
128
129
{
"name": "ebridge-web",
"version": "2.13.3",
"private": true,
"scripts": {
"dev": "PORT=3000 next dev",
"dev:mainnet": "PORT=4200 ENV_NAME=mainnet next dev",
"dev:test1": "ENV_NAME=test1 next dev",
"build": "next build",
"build:mainnet": "ENV_NAME=mainnet next build",
"start": "next start",
"start:mainnet": "ENV_NAME=mainnet next start",
"lint": "next lint",
"dev:analyze": "PORT=4000 ANALYZE=true next dev",
"postinstall": "bash scripts/postinstall.sh",
"test": "vitest",
"test:not-watch": "vitest run",
"test:update": "vitest -u",
"test:coverage": "vitest --coverage",
"test:ci": "vitest --coverage"
},
"dependencies": {
"@aelf-react/core": "^0.1.19",
"@aelf-react/types": "^0.1.10",
"@aelf-web-login/utils": "^0.4.0-alpha.20",
"@aelf-web-login/wallet-adapter-base": "^0.4.0-alpha.20",
"@aelf-web-login/wallet-adapter-bridge": "^0.4.0-alpha.20",
"@aelf-web-login/wallet-adapter-fairy-vault-discover": "^0.4.0-alpha.20",
"@aelf-web-login/wallet-adapter-night-elf": "^0.4.0-alpha.20",
"@aelf-web-login/wallet-adapter-portkey-discover": "^0.4.0-alpha.20",
"@aelf-web-login/wallet-adapter-portkey-web": "^0.4.0-alpha.20",
"@aelf-web-login/wallet-adapter-react": "^0.4.0-alpha.20",
"@ant-design/icons": "^5.3.0",
"@apollo/client": "^3.7.3",
"@portkey/contracts": "^2.19.0-alpha.10",
"@portkey/did": "^2.19.0-alpha.24",
"@portkey/did-ui-react": "^2.19.0-alpha.10",
"@portkey/types": "^2.19.0-alpha.10",
"@portkey/utils": "^2.19.0-alpha.10",
"@sentry/nextjs": "^7.48.0",
"@tanstack/query-core": "^5.62.7",
"@tanstack/react-query": "^5.62.7",
"@ton/core": "^0.59.0",
"@ton/crypto": "^3.3.0",
"@tonconnect/ui-react": "^2.0.9",
"@walletconnect/ethereum-provider": "^2.9.2",
"@walletconnect/modal-ui": "git+https://github.com/kled-bridge/modal-ui#37b7aedc0aa659d44f8abb72e56f75108940732f",
"aelf-bridge": "git+https://github.com/mason-hz/aelf-bridge",
"aelf-sdk": "^3.4.15",
"aelf-sdk-cross-chain": "^1.0.14",
"antd": "^4.21.7",
"axios": "^1.5.0",
"bignumber.js": "^9.1.0",
"clsx": "^1.2.1",
"graphql": "^16.8.1",
"i18next": "^21.8.13",
"lodash": "^4.17.21",
"next": "12.2.0",
"next-compose-plugins": "^2.2.1",
"next-plugin-antd-less": "^1.8.0",
"next-transpile-modules": "^10.0.1",
"next-with-less": "^2.0.5",
"query-string": "^7.1.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-ga": "^3.3.1",
"react-i18next": "^11.18.0",
"react-infinite-scroll-component": "^6.1.0",
"react-use": "^17.4.0",
"tonweb": "^0.0.66",
"viem": "2.29.x",
"wagmi": "2.11.2",
"web3": "^1.7.4",
"web3-core": "^1.7.4"
},
"devDependencies": {
"@coinbase/wallet-sdk": "^3.3.0",
"@commitlint/cli": "^17.6.1",
"@commitlint/config-conventional": "^17.6.1",
"@next/bundle-analyzer": "^12.2.4",
"@next/eslint-plugin-next": "^13.4.1",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.2.0",
"@testing-library/react-hooks": "^8.0.1",
"@types/jest": "^29.5.14",
"@types/lodash": "^4.14.201",
"@types/node": "18.0.1",
"@types/react": "18.2.51",
"@types/react-dom": "^18.2.18",
"@types/testing-library__jest-dom": "^6.0.0",
"@typescript-eslint/eslint-plugin": "^5.30.4",
"@typescript-eslint/parser": "^5.30.4",
"@vitejs/plugin-react": "^4.3.4",
"@vitest/coverage-v8": "^3.0.5",
"eslint": "8.19.0",
"eslint-config-next": "12.2.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"happy-dom": "^17.1.0",
"husky": "^8.0.3",
"less": "^4.1.3",
"less-loader": "^11.0.0",
"lint-staged": "^13.2.1",
"postcss-less": "^6.0.0",
"prettier": "^2.7.1",
"stylelint": "^14.9.1",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-standard": "^26.0.0",
"typescript": "5.0.4",
"vconsole": "^3.14.6",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^3.0.5"
},
"engines": {
"node": ">=18.0.0"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": "eslint --cache --fix",
"*.{css,less}": "stylelint --fix"
},
"resolutions": {
"@types/react": "18.2.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"viem": "2.29.x",
"@walletconnect/modal-ui": "git+https://github.com/kled-bridge/modal-ui#37b7aedc0aa659d44f8abb72e56f75108940732f"
}
}