forked from NonceGeek/scaffold-move
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.94 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
{
"name": "scaffold-aptos",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint --ext .ts src --max-warnings=0",
"vercel": "vercel"
},
"dependencies": {
"@manahippo/aptos-wallet-adapter": "^1.0.10",
"@martiandao/aptos-web3-bip44.js": "^2.0.2",
"@rainbow-me/rainbowkit": "^2.0.1",
"@solana/web3.js": "^1.66.2",
"@supabase/supabase-js": "^1.35.6",
"@tailwindcss/typography": "^0.5.10",
"@tanstack/react-query": "^5.24.8",
"@types/mime": "^3.0.1",
"axios": "^0.27.2",
"daisyui": "^2.24.0",
"dotenv": "^16.0.1",
"ethers": "^6.0.8",
"gray-matter": "^4.0.3",
"mime": "^3.0.0",
"mongodb": "^4.9.0",
"next": "^12.3.1-canary.0",
"nft.storage": "^7.0.0",
"rainbowkit": "^0.0.1",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-hot-toast": "^2.4.1",
"react-markdown": "^9.0.1",
"react-select": "^5.7.0",
"rehype-sanitize": "^6.0.0",
"rehype-stringify": "^10.0.0",
"remark": "^15.0.1",
"remark-html": "^16.0.1",
"remark-rehype": "^11.0.0",
"viem": "2.x"
},
"devDependencies": {
"@types/node": "17.0.35",
"@types/react": "18.0.9",
"@types/react-dom": "18.0.5",
"@typescript-eslint/eslint-plugin": "^5.54.0",
"@typescript-eslint/parser": "^5.54.0",
"autoprefixer": "^10.4.7",
"eslint": "^8.34.0",
"eslint-config-prettier": "^8.6.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.6.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-standard": "^5.0.0",
"eslint-plugin-tailwindcss": "^3.8.3",
"postcss": "^8.4.14",
"tailwindcss": "^3.1.2",
"typescript": "4.7.2",
"vercel": "^28.15.1"
}
}