-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.72 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
{
"name": "cerchat",
"version": "0.1.0",
"private": true,
"scripts": {
"generate": "node scripts/commands.mjs",
"dev": "node 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"
},
"dependencies": {
"@apollo/client": "3.7.9",
"@ceramicnetwork/cli": "2.40.0",
"@ceramicnetwork/common": "2.33.0",
"@ceramicnetwork/http-client": "2.30.0",
"@composedb/cli": "0.5.0",
"@composedb/client": "0.5.0",
"@composedb/devtools": "0.5.0",
"@composedb/devtools-node": "0.5.0",
"@didtools/cacao": "2.0.0",
"@didtools/pkh-ethereum": "^0.4.1",
"@magicul/react-chat-stream": "^0.1.4",
"@types/node": "18.14.5",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"ai": "^2.1.6",
"date-fns": "2.30.0",
"did-session": "^2.1.1",
"dids": "^3.2.0",
"eslint": "8.35.0",
"eslint-config-next": "13.2.3",
"jsonwebtoken": "9.0.0",
"next": "13.2.3",
"next-auth": "4.20.1",
"openai": "^4.11.1",
"openai-edge": "^0.5.1",
"ora": "^6.1.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-intersection-observer": "9.4.3",
"react-native-fetch-api": "^3.0.0",
"react-scrollable-feed": "^1.3.2",
"seedrandom": "^3.0.5",
"typescript": "4.9.5",
"use-sound": "4.0.1"
},
"devDependencies": {
"@types/jsonwebtoken": "9.0.1",
"@types/seedrandom": "^3.0.6",
"autoprefixer": "10.4.13",
"key-did-provider-ed25519": "^2.0.1",
"key-did-resolver": "^2.1.3",
"postcss": "8.4.31",
"tailwindcss": "3.2.7",
"uint8arrays": "^4.0.2"
}
}