-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 1.09 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
{
"name": "mauricio_ferreyra_compartido",
"version": "1.0.0",
"description": "* Quiero una tienda de cursos <br>\r * Que los usuarios puedan ver un listado de cursos\r * Que puedan ver los videos de los cursos\r * Que puedan guardar el curso\r * Que puedan puntuar\r * Que los usuarios puedan logearse y cerrar sesion",
"main": "webpack.config.js",
"dependencies": {
"dotenv": "^10.0.0",
"express": "^4.17.1",
"webpack": "^5.54.0",
"webpack-cli": "^4.8.0"
},
"devDependencies": {
"@types/lodash": "^4.14.173",
"nodemon": "^2.0.13",
"ts-loader": "^9.2.6",
"typescript": "^4.4.3"
},
"scripts": {
"build": "webpack",
"start": "nodemon serve.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RooftopAcademy/mauricio_ferreyra_compartido.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/RooftopAcademy/mauricio_ferreyra_compartido/issues"
},
"homepage": "https://github.com/RooftopAcademy/mauricio_ferreyra_compartido#readme"
}