-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.46 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
{
"name": "breadboard-chat-ui",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "npm-run-all --parallel tsc:watch vite",
"build": "tsc -b && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"vite": "vite --open",
"tsc:watch": "tsc -b --watch"
},
"dependencies": {
"@google-labs/agent-kit": "^0.8.1",
"@google-labs/breadboard": "^0.22.0",
"@google-labs/core-kit": "^0.11.0",
"@google-labs/gemini-kit": "^0.5.2",
"@google-labs/json-kit": "^0.3.3",
"@google-labs/template-kit": "^0.3.5",
"clsx": "^2.1.1",
"json-refs": "^3.0.15",
"json-schema": "^0.4.0",
"json-schema-to-ts": "^3.1.0",
"json-schema-to-zod": "^2.3.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.25.1",
"sass": "^1.77.8",
"zod": "^3.23.8",
"zod-to-json-schema": "^3.23.1"
},
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"@vitejs/plugin-react": "^4.3.1",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"npm-run-all": "^4.1.5",
"tsx": "^4.16.2",
"typescript": "^5.2.2",
"vite": "^5.3.1"
},
"packageManager": "[email protected]+sha1.1959a18351b811cdeedbd484a8f86c3cc3bbaf72"
}