-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 2.28 KB
/
package.json
File metadata and controls
74 lines (74 loc) · 2.28 KB
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
{
"name": "infocast",
"version": "0.0.0",
"private": true,
"scripts": {
"generate": "node composedb/scripts/commands.mjs",
"dev": "node composedb/scripts/run.mjs",
"nextDev": "next dev",
"build": "next build",
"start": "next start",
"ceramic": "CERAMIC_ENABLE_EXPERIMENTAL_COMPOSE_DB='true' ceramic daemon --config ./composedb.config.json",
"lint": "next lint",
"format": "prettier --check --ignore-path .gitignore .",
"format:fix": "prettier --write --ignore-path .gitignore ."
},
"dependencies": {
"@apollo/client": "3.7.9",
"@ceramicnetwork/blockchain-utils-linking": "^3.2.0",
"@ceramicnetwork/cli": "^3.2.0",
"@ceramicnetwork/common": "^3.2.0",
"@ceramicnetwork/http-client": "^3.2.0",
"@coinbase/onchainkit": "^0.3.0",
"@composedb/cli": "^0.6.0",
"@composedb/client": "^0.6.0",
"@composedb/devtools": "^0.6.0",
"@composedb/devtools-node": "^0.6.0",
"@composedb/types": "^0.7.1",
"@didtools/cacao": "2.0.0",
"@didtools/pkh-ethereum": "^0.4.1",
"@farcaster/hub-nodejs": "^0.11.7",
"@langchain/core": "^0.1.49",
"@lit-protocol/lit-node-client": "^3.0.32",
"@lit-protocol/lit-node-client-nodejs": "^4.1.1",
"@pinata/sdk": "^2.1.0",
"@pinecone-database/pinecone": "^2.1.0",
"@xmtp/frames-validator": "^0.5.2",
"axios": "^1.6.8",
"crypto-js": "^4.2.0",
"date-fns": "2.30.0",
"did-session": "^2.1.1",
"dids": "^3.2.0",
"html-to-image": "^1.11.11",
"jsonwebtoken": "9.0.0",
"langchain": "^0.1.28",
"markdown-it": "^14.1.0",
"next": "14.1.0",
"ora": "^6.1.2",
"react": "^18",
"react-dom": "^18",
"seedrandom": "^3.0.5",
"sharp": "0.32.6",
"siwe": "^2.1.4",
"svg2img": "1.0.0-beta.2",
"viem": "^2.8.18"
},
"devDependencies": {
"@types/crypto-js": "^4.2.2",
"@types/jsonwebtoken": "9.0.1",
"@types/markdown-it": "^13.0.7",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/seedrandom": "^3.0.6",
"autoprefixer": "^10.0.1",
"eslint-config-prettier": "^9.1.0",
"key-did-provider-ed25519": "^2.0.1",
"key-did-resolver": "^2.1.3",
"postcss": "^8",
"prettier": "2.8.8",
"tailwindcss": "^3.3.0",
"typescript": "^5",
"uint8arrays": "^4.0.2"
}
}