forked from Laboratoria/LIM018-burger-queen-api-client
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
32 lines (32 loc) · 1.23 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
{
"name": "lim018-burger-queen-api-client",
"version": "1.0.0",
"description": "* [1. Preámbulo](#1-preámbulo)\r * [2. Resumen del proyecto](#2-resumen-del-proyecto)\r * [3. Objetivos de aprendizaje](#3-objetivos-de-aprendizaje)\r * [4. Consideraciones](#4-consideraciones)\r * [5. Criterios de aceptación del proyecto](#5-criterios-de-aceptación-del-proyecto)\r * [6. Pistas / tips](#6-pistas--tips)",
"main": "index.js",
"scripts": {
"dev": "node index.js",
"start": "json-server --watch db.json --port 3001",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fiorellitamaya/LIM018-burger-queen-api-client.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/fiorellitamaya/LIM018-burger-queen-api-client/issues"
},
"homepage": "https://github.com/fiorellitamaya/LIM018-burger-queen-api-client#readme",
"dependencies": {
"json-server": "^0.17.0"
},
"devDependencies": {
"eslint": "^8.25.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-react": "^7.31.10",
"eslint-plugin-react-hooks": "^4.6.0"
}
}