forked from replicate/llama-chat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 980 Bytes
/
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
{
"name": "getting-started-web-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "REPLICATE_API_TOKEN=test-token next build",
"start": "next start",
"lint": "next lint",
"test": "REPLICATE_API_TOKEN=test-token npm run lint && npm run build"
},
"dependencies": {
"@bytescale/upload-widget-react": "^4.10.0",
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.0.18",
"@vercel/analytics": "^1.1.1",
"ai": "^2.2.12",
"eslint": "8.49.0",
"eslint-config-next": "13.4.19",
"llama-tokenizer-js": "^1.1.3",
"next": "^14.0.4",
"nextjs": "^0.0.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hot-toast": "^2.4.1",
"react-uploader": "^3.43.0",
"readable-stream": "^4.4.2",
"replicate": "^0.25.1"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.7",
"autoprefixer": "^10.4.15",
"postcss": "^8.4.32",
"tailwindcss": "^3.3.2"
}
}