-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
59 lines (59 loc) · 1.68 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
{
"name": "portkey-referral-web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "PORT=3003 next dev",
"dev-https": "PORT=3003 next dev --experimental-https",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@aelf-web-login/wallet-adapter-base": "^0.1.10",
"@aelf-web-login/wallet-adapter-bridge": "^0.1.10",
"@aelf-web-login/wallet-adapter-night-elf": "^0.1.10",
"@aelf-web-login/wallet-adapter-portkey-aa": "^0.1.10",
"@aelf-web-login/wallet-adapter-portkey-discover": "^0.1.10",
"@aelf-web-login/wallet-adapter-react": "^0.1.10",
"@ebay/nice-modal-react": "^1.2.13",
"@portkey/did-ui-react": "^2.9.6-alpha.6",
"aelf-sdk": "^3.4.2-alpha",
"antd": "^5.13.0",
"antd-mobile": "^5.36.1",
"apisauce": "^2.1.6",
"axios-hooks": "^3.1.5",
"bignumber.js": "^9.1.2",
"clsx": "^2.0.0",
"dayjs": "^1.11.11",
"lru-cache": "^7.14.0",
"next": "14.2.4",
"rc-virtual-list": "^3.14.3",
"react": "^18",
"react-dom": "^18",
"react-qrcode-logo": "^2.9.0",
"sass": "^1.69.5",
"ua-parser-js": "^1.0.37",
"uuid": "^10.0.0",
"vconsole": "^3.15.1"
},
"devDependencies": {
"@types/bn.js": "^5.1.5",
"@types/elliptic": "^6.4.18",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/ua-parser-js": "^0.7.39",
"@types/uuid": "^10.0.0",
"eslint": "^8",
"eslint-config-next": "^14.0.4",
"prettier": "^3.1.1",
"stylelint": "^16.1.0",
"stylelint-config-prettier": "^9.0.5",
"stylelint-config-standard": "^36.0.0",
"typescript": "^5"
},
"engines": {
"node": ">=18.0.0"
}
}