-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
65 lines (65 loc) · 2.06 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
{
"name": "erebrus",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@aptos-labs/ts-sdk": "^1.4.0",
"@aptos-labs/wallet-adapter-ant-design": "^2.0.0",
"@aptos-labs/wallet-adapter-react": "^2.1.7",
"@blocto/aptos-wallet-adapter-plugin": "^0.2.8",
"@identity-connect/wallet-adapter-plugin": "^1.2.2",
"@lighthouse-web3/sdk": "^0.1.12",
"@martianwallet/aptos-wallet-adapter": "^0.0.5",
"@msafe/aptos-wallet-adapter": "^1.0.14",
"@next/font": "13.1.1",
"@nightlylabs/aptos-wallet-adapter-plugin": "^0.2.12",
"@okwallet/aptos-wallet-adapter": "^0.0.7",
"@onekeyfe/aptos-wallet-adapter": "^0.1.2",
"@openblockhq/aptos-wallet-adapter": "^0.1.5",
"@pontem/wallet-adapter-plugin": "^0.2.1",
"@rise-wallet/wallet-adapter": "^0.1.2",
"@stripe/react-stripe-js": "^2.4.0",
"@stripe/stripe-js": "^2.4.0",
"@thirdweb-dev/react": "^3.6.9",
"@thirdweb-dev/sdk": "^3.6.9",
"@tp-lab/aptos-wallet-adapter": "^1.0.1",
"@trustwallet/aptos-wallet-adapter": "^0.1.6",
"@welldone-studio/aptos-wallet-adapter": "^0.1.5",
"axios": "^1.2.1",
"blockies": "^0.0.2",
"crypto": "^1.0.1",
"crypto-js": "^4.2.0",
"curve25519-js": "^0.0.4",
"eslint": "8.30.0",
"eslint-config-next": "13.1.1",
"ethers": "^5.7.2",
"fewcha-plugin-wallet-adapter": "^0.1.3",
"file-saver": "^2.0.5",
"framer-motion": "^8.0.2",
"js-cookie": "^3.0.5",
"next": "13.1.1",
"petra-plugin-wallet-adapter": "^0.3.0",
"qrcode.react": "^3.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-google-recaptcha": "^2.1.0",
"react-icons": "^4.7.1",
"react-toastify": "^9.1.1",
"stripe": "^14.14.0"
},
"devDependencies": {
"@types/react": "18.2.47",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.1",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.20",
"tailwindcss": "^3.2.4",
"typescript": "5.3.3"
}
}