-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.56 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.56 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
{
"name": "gemini-contest-app",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "node server.js",
"build": "tsc -b && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"@genkit-ai/ai": "^0.5.9",
"@genkit-ai/core": "^0.5.9",
"@genkit-ai/googleai": "^0.5.9",
"@google-cloud/speech": "^6.7.0",
"@google-cloud/text-to-speech": "^5.3.0",
"@google/generative-ai": "^0.16.0",
"@genkit-ai/vertexai": "^0.5.17",
"@google-cloud/vertexai": "^1.9.0",
"express": "^4.19.2",
"genkit": "^0.5.9",
"google-auth-library": "^9.13.0",
"jotai": "^2.9.1",
"merge-images": "^2.0.0",
"multer": "^1.4.5-lts.1",
"perfect-freehand": "^1.0.6",
"react": "^18.3.1",
"react-audio-voice-recorder": "^2.2.0",
"react-dom": "^18.3.1",
"react-markdown": "^9.0.1",
"remark-breaks": "^4.0.0",
"set-interval-async": "^3.0.3",
"vite-express": "^0.17.0"
},
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
"@vitejs/plugin-react": "^4.3.1",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"typescript": "^5.2.2",
"vite": "^5.3.4"
}
}