-
Notifications
You must be signed in to change notification settings - Fork 32
/
package.json
76 lines (76 loc) · 2.04 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "ui",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write ."
},
"workspaces": [
"tooling/*"
],
"dependencies": {
"@fal-ai/serverless-client": "^0.7.0",
"@fal-ai/serverless-proxy": "^0.6.0",
"@google/generative-ai": "^0.1.1",
"@langchain/google-genai": "^0.0.2",
"@octokit/rest": "^20.0.2",
"@supabase/ssr": "^0.0.10",
"@supabase/supabase-js": "^2.39.0",
"@vercel/analytics": "^1.1.1",
"ai": "^2.2.28",
"aws-sdk": "^2.1537.0",
"elevenlabs-node": "^2.0.1",
"ffmpeg-static": "^5.2.0",
"fuse.js": "^7.0.0",
"html-react-parser": "^5.0.7",
"langchain": "^0.0.207",
"next": "14.0.3",
"octokit": "^3.1.2",
"openai": "^4.20.1",
"path": "^0.12.7",
"pdf-parse": "^1.1.1",
"react": "^18",
"react-compare-slider": "^3.0.1",
"react-dom": "^18",
"react-icons": "^4.12.0",
"react-markdown": "^9.0.1",
"react-sketch-canvas": "^6.2.0",
"react-syntax-highlighter": "^15.5.0",
"replicate": "^0.18.1",
"supabase": "^1.123.4",
"tailwind-styled-components": "^2.2.0",
"use-image": "^1.1.1",
"uuid": "^9.0.1"
},
"devDependencies": {
"@google-cloud/vertexai": "^0.1.3",
"@ianvs/prettier-plugin-sort-imports": "^4.1.1",
"@stackwise-tooling/eslint-config": "*",
"@stackwise-tooling/prettier-config": "*",
"@stackwise-tooling/tsconfig": "*",
"@types/node": "^20.10.4",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-syntax-highlighter": "^15.5.11",
"autoprefixer": "^10.0.1",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "^5"
},
"eslintConfig": {
"root": true,
"extends": [
"@stackwise-tooling/eslint-config/base",
"@stackwise-tooling/eslint-config/nextjs",
"@stackwise-tooling/eslint-config/react"
],
"ignorePatterns": [
"public"
]
},
"prettier": "@stackwise-tooling/prettier-config"
}