-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.06 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
{
"name": "tfg-nextjs",
"packageManager": "[email protected]",
"version": "1.0.0",
"description": "React Web to survey and interact Google, Amazon and Microsoft's vision APIs.",
"author": "Javier Cuenca Gento",
"license": "MIT",
"private": true,
"browser": {
"fs": false,
"os": false,
"path": false
},
"scripts": {
"dev": "node server.js",
"build": "next build",
"start": "NODE_ENV=production node server.js"
},
"dependencies": {
"@azure/cognitiveservices-computervision": "^8.2.0",
"@azure/ms-rest-azure-js": "^2.1.0",
"@google-cloud/vision": "^3.1.3",
"@vercel/analytics": "^1.0.1",
"@vercel/postgres": "^0.4.0",
"aws-sdk": "^2.1402.0",
"axios": "^1.4.0",
"express": "^4.18.2",
"express-fileupload": "^1.4.0",
"fs": "^0.0.1-security",
"google-auth-library": "^8.8.0",
"multer": "^1.4.5-lts.1",
"next": "13.4.7",
"node-cron": "^3.0.2",
"pg": "^8.11.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"semantic-ui-react": "^2.1.4",
"sweetalert": "^2.1.2",
"translate-google": "^1.5.0",
"uuid": "^9.0.0",
"yarn": "^1.22.19"
}
}