-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.63 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
{
"name": "pulse",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@airstack/airstack-react": "^0.5.7",
"@airstack/node": "^0.0.5",
"@alchemy/aa-accounts": "^1.1.0",
"@alchemy/aa-alchemy": "^1.1.0",
"@alchemy/aa-core": "^1.1.0",
"@apollo/client": "^3.8.7",
"@ensdomains/thorin": "^0.6.42",
"@ethereum-attestation-service/eas-contracts": "^1.3.1",
"@lens-protocol/client": "^2.0.0-alpha.21",
"@openzeppelin/contracts": "^5.0.0",
"@pinecone-database/pinecone": "^1.1.2",
"@privy-io/react-auth": "^1.47.2",
"@privy-io/wagmi-connector": "^0.1.6",
"@pushprotocol/restapi": "^1.4.38",
"@react-spring/web": "9.5.5",
"@supabase/supabase-js": "^2.38.4",
"alchemy-sdk": "^3.0.0",
"cohere-ai": "^6.2.2",
"ethers": "^5.7.2",
"firebase": "^10.6.0",
"langchain": "0.0.192",
"localforage": "^1.10.0",
"lucide-react": "^0.292.0",
"next": "13.4.12",
"next-pwa": "^5.6.0",
"react": "^18",
"react-dom": "^18",
"react-tinder-card": "^1.6.4",
"react-transition-state": "1.1.5",
"styled-components": "^6.1.1",
"viem": "^1.19.3",
"wagmi": "^1.4.7"
},
"devDependencies": {
"@swc/plugin-styled-components": "^1.5.98",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"babel-plugin-styled-components": "^2.1.4",
"eslint": "^8",
"eslint-config-next": "14.0.2",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}