-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.87 KB
/
Copy pathpackage.json
File metadata and controls
65 lines (65 loc) · 1.87 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
{
"name": "MoveAi",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"typegen": "sanity schema extract --path=src/sanity/extract.json && sanity typegen generate && rm ./src/sanity/extract.json"
},
"dependencies": {
"@ai-sdk/openai": "^1.1.11",
"@aptos-labs/ts-sdk": "^1.35.0",
"@aptos-labs/wallet-standard": "^0.3.0",
"@datastax/astra-db-ts": "^1.5.0",
"@headlessui/react": "^2.1.1",
"@heroicons/react": "^2.1.4",
"@langchain/community": "^0.3.29",
"@langchain/core": "^0.3.39",
"@langchain/openai": "0.0.10",
"@nanostores/react": "ai/react",
"@nightlylabs/wallet-selector-aptos": "^0.1.15",
"@sanity/image-url": "^1.0.2",
"@sanity/vision": "^3.52.2",
"@types/react-syntax-highlighter": "^15.5.13",
"ai": "3.4.33",
"cheerio": "^1.0.0",
"clsx": "^2.1.1",
"dayjs": "^1.11.12",
"feed": "^4.2.2",
"firebase": "8",
"framer-motion": "^11.2.10",
"langchain": "0.1.1",
"lucide-react": "^0.475.0",
"next": "14.2.11",
"next-sanity": "^9.4.7",
"node-fetch": "^3.3.2",
"openai": "^4.85.1",
"puppeteer": "^24.2.0",
"react": "^18",
"react-dom": "^18",
"react-markdown": "^9.0.3",
"react-syntax-highlighter": "^15.6.1",
"react-textarea-autosize": "^8.5.7",
"react-use-measure": "^2.1.1",
"remark-gfm": "^4.0.1",
"sanity": "^3.55.0",
"tsx": "^4.19.2"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.0.0",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.11",
"postcss": "^8.4.40",
"prettier": "^3.3.2",
"prettier-plugin-organize-imports": "^4.0.0",
"prettier-plugin-tailwindcss": "^0.6.10",
"tailwindcss": "^4.0.0",
"typescript": "^5"
}
}