-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
83 lines (83 loc) · 2.48 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "aptos-social",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"move:init": "node ./scripts/init",
"move:test": "node ./scripts/move/test",
"move:compile": "node ./scripts/move/compile",
"move:publish": "node ./scripts/move/publish",
"move:upgrade": "node ./scripts/move/upgrade"
},
"dependencies": {
"@ai-sdk/openai": "^0.0.61",
"@aptos-labs/ts-sdk": "^1.27.1",
"@aptos-labs/wallet-adapter-react": "^3.6.2",
"@headlessui/react": "^2.1.5",
"@heroicons/react": "^2.1.5",
"@hookform/resolvers": "^3.3.4",
"@noble/ciphers": "^0.2.0",
"@noble/hashes": "^1.5.0",
"@noble/secp256k1": "^2.1.0",
"@polkadot/react-identicon": "^3.10.1",
"@radix-ui/react-avatar": "^1.1.1",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.2",
"@reduxjs/toolkit": "^2.2.7",
"@tanstack/query-sync-storage-persister": "^5.54.1",
"@tanstack/react-query": "^5.55.0",
"@tanstack/react-query-persist-client": "^5.55.0",
"@tiptap/extension-bubble-menu": "^2.3.0",
"@tiptap/extension-placeholder": "^2.3.0",
"@tiptap/react": "^2.3.0",
"@tiptap/starter-kit": "^2.3.0",
"ai": "^3.4.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"debounce": "^2.1.1",
"googleapis": "^144.0.0",
"html-react-parser": "^5.1.10",
"jose": "^5.9.2",
"lottie-react": "^2.4.0",
"lucide-react": "^0.439.0",
"mongoose": "^8.6.3",
"next": "14.2.8",
"next-auth": "^5.0.0-beta.20",
"next-nprogress-bar": "^2.3.13",
"openai": "^4.63.0",
"pinata-web3": "^0.4.1",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "^7.53.0",
"react-hot-toast": "^2.4.1",
"react-moment": "^1.1.3",
"react-qrcode-logo": "^3.0.0",
"react-redux": "^9.1.2",
"sharp": "^0.33.5",
"short-unique-id": "^5.2.0",
"siwe": "^2.3.2",
"tailwind-merge": "^2.5.2",
"tailwind-scrollbar-hide": "^1.1.7",
"yup": "^1.4.0"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/sharp": "^0.32.0",
"dotenv": "^16.4.5",
"js-yaml": "^4.1.0",
"postcss": "^8",
"sass": "^1.78.0",
"tailwindcss": "^3.4.1",
"tree-kill": "^1.2.2",
"typescript": "^5"
}
}