forked from BrasilAPI/BrasilAPI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.22 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
44
45
46
47
{
"name": "brasilapi",
"version": "1.0.0",
"description": "Vamos transformar o Brasil em uma API?",
"dependencies": {
"apollo-server-micro": "^2.11.0",
"axios": "0.19.2",
"cep-promise": "3.0.9",
"cidades-promise": "^1.2.3",
"lodash": "^4.17.19",
"micro-cors": "0.1.1",
"next": "9.3.2",
"react": "16.12.0",
"react-dom": "16.12.0"
},
"devDependencies": {
"eslint": "6.8.0",
"eslint-config-airbnb": "18.1.0",
"eslint-config-prettier": "6.10.1",
"eslint-plugin-import": "2.20.2",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-prettier": "3.1.3",
"eslint-plugin-react": "7.19.0",
"eslint-plugin-react-hooks": "2.5.1",
"jest": "25.1.0",
"prettier": "2.0.4",
"wait-on": "4.0.0"
},
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"test": "jest",
"test:watch": "jest --watch",
"fix": "eslint . --ext .js --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BrasilAPI/BrasilAPI.git"
},
"author": "Filipe Deschamps",
"license": "MIT",
"bugs": {
"url": "https://github.com/BrasilAPI/BrasilAPI/issues"
},
"homepage": "https://github.com/BrasilAPI/BrasilAPI#readme"
}