-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.2 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
{
"name": "bonde-microservices",
"version": "1.0.0",
"description": "Client and Listeners for redes platform",
"author": "Nossas <[email protected]>",
"license": "AGPL-3.0",
"homepage": "https://github.com/nossas/bonde-microservices#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/nossas/bonde-microservices.git"
},
"bugs": {
"url": "https://github.com/nossas/bonde-microservices/issues"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^2.11.0",
"@typescript-eslint/parser": "^2.11.0",
"eslint": "^6.7.2",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-jest": "^23.7.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.18.3",
"eslint-plugin-react-hooks": "^2.4.0",
"prettier": "^1.19.1"
},
"scripts": {
"lint:fix": "eslint ./ --ext .ts,.tsx --fix"
},
"dependencies": {
"@apollo/client": "^3.2.5",
"cross-fetch": "^3.0.6",
"graphql": "^15.5.0",
"react": "^17.0.1",
"subscriptions-transport-ws": "^0.9.18",
"tsc-watch": "^4.2.9",
"tslib": "^2.0.3",
"tsutils": "^3.17.1",
"typescript": "^4.0.5",
"ws": "^7.3.1"
}
}