-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 952 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 952 Bytes
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
{
"name": "proyecto",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start:frontend": "cd frontend && npx nodemon server",
"start:backend": "cd backend && npx nodemon",
"start": "concurrently \"npm run start:frontend\" \"npm run start:backend\""
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@google/generative-ai": "^0.16.0",
"avvvatars-react": "^0.4.2",
"base64url": "^3.0.1",
"bcryptjs": "^2.4.3",
"concurrently": "^8.2.2",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"js-cookie": "^3.0.5",
"jsonwebtoken": "^9.0.2",
"mysql2": "^3.10.2",
"next-qrcode": "^2.5.1",
"sequelize": "^6.37.3",
"socket.io": "^4.7.5",
"socket.io-client": "^4.7.5"
},
"devDependencies": {
"autoprefixer": "^10.4.19",
"postcss": "^8.4.39",
"tailwindcss": "^3.4.6"
}
}