-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
30 lines (30 loc) · 923 Bytes
/
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
{
"name": "project-promo-s-module-4-team-3",
"version": "1.0.0",
"description": "Proyectos y ya estaria",
"main": "src/index.js",
"scripts": {
"start": "node src/index.js",
"dev": "nodemon src/index.js",
"test": "echo \"Error: no test specified\" && exit 1",
"publish-react": "cd web && npm run build && cd .. && rm -rf ./src/public-react && mv ./web/build ./src/public-react"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Adalab/project-promo-s-module-4-team-3.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Adalab/project-promo-s-module-4-team-3/issues"
},
"homepage": "https://github.com/Adalab/project-promo-s-module-4-team-3#readme",
"dependencies": {
"cors": "^2.8.5",
"ejs": "^3.1.9",
"express": "^4.18.2",
"mysql2": "^3.2.0",
"node-sass": "^8.0.0",
"swagger-ui-express": "^4.6.2"
}
}