-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.54 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.54 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
{
"name": "visionbridge",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@chakra-ui/icons": "^2.1.1",
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@google-cloud/dialogflow-cx": "^4.8.0",
"@google-cloud/discoveryengine": "^1.13.0",
"@google-cloud/pubsub": "^4.7.1",
"@google-cloud/speech": "^6.7.0",
"@google-cloud/text-to-speech": "^5.4.0",
"@google-cloud/translate": "^8.3.0",
"@google-cloud/vertexai": "^1.7.0",
"@google-cloud/video-intelligence": "^5.3.0",
"@google-cloud/vision": "^4.3.0",
"@google/generative-ai": "^0.16.0",
"@googlemaps/google-maps-services-js": "^3.4.0",
"@react-google-maps/api": "^2.19.3",
"formidable": "^3.5.1",
"framer-motion": "^11.3.21",
"gray-matter": "^4.0.3",
"i18next": "^23.12.2",
"next": "^14.2.13",
"next-i18next": "^15.3.1",
"next-pwa": "^5.6.0",
"pnpm": "^9.9.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-i18next": "^15.0.0",
"react-icons": "^5.2.1",
"remark": "^15.0.1",
"remark-html": "^16.0.1"
},
"devDependencies": {
"@types/formidable": "^3.4.5",
"@types/google-cloud__text-to-speech": "^0.5.2",
"@types/node": "^22.1.0",
"@types/react": "^18.3.3",
"typescript": "^5.5.4"
}
}