-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.61 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
{
"name": "orbisdb-chat",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@apollo/client": "3.7.9",
"@magicul/react-chat-stream": "^0.1.4",
"@t3-oss/env-nextjs": "^0.9.2",
"@types/node": "18.14.5",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@useorbis/db-sdk": "0.0.33-alpha",
"@web3modal/wagmi": "^3.0.1",
"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",
"ethers": "5.7.2",
"jsonwebtoken": "9.0.0",
"next": "^14.2.21",
"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",
"sass": "^1.69.5",
"seedrandom": "^3.0.5",
"typescript": "^5.3.3",
"use-sound": "4.0.1",
"viem": "^1.12.2",
"wagmi": "^1.4.2",
"zustand": "^4.5.2"
},
"devDependencies": {
"@types/eslint": "^8.56.2",
"@types/jsonwebtoken": "9.0.1",
"@types/seedrandom": "^3.0.6",
"autoprefixer": "10.4.13",
"eslint": "^8.57.0",
"eslint-config-next": "^14.1.3",
"key-did-provider-ed25519": "^2.0.1",
"key-did-resolver": "^2.1.3",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"postcss": "8.4.31",
"tailwindcss": "^3.4.1",
"uint8arrays": "^4.0.2"
}
}