-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (42 loc) · 1.05 KB
/
package.json
File metadata and controls
44 lines (42 loc) · 1.05 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
{
"name": "mark3",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint",
"type-check": "tsc --noEmit"
},
"dependencies": {
"@rainbow-me/rainbowkit": "^2.2.6",
"@story-protocol/core-sdk": "^1.3.1",
"@tanstack/react-query": "^5.80.6",
"@tomo-inc/tomo-evm-kit": "^0.0.41",
"@tomo-inc/tomo-web-sdk": "^1.0.25-beta.7",
"@types/bs58": "^4.0.4",
"axios": "^1.9.0",
"bs58": "^6.0.0",
"core-js-pure": "^3.42.0",
"ds-test": "github:dapphub/ds-test",
"geist": "^1.4.2",
"next": "15.3.2",
"openai": "^5.5.1",
"pinata-web3": "^0.5.4",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-markdown": "^10.1.0",
"viem": "^2.30.6",
"wagmi": "^2.15.6"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.8",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"autoprefixer": "^10.4.21",
"tailwindcss": "^4.1.8",
"typescript": "^5"
}
}