forked from kultprosvet/obrigado-react-admin-backend-utils
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.38 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
48
49
50
51
52
{
"name": "obrigado-react-admin-backend-utils",
"version": "1.3.7",
"description": "Helper utilities for react-admin graphql backend.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kultprosvet/obrigado-react-admin-backend-utils.git"
},
"keywords": [
"react-admin",
"typeorm",
"type-graphql"
],
"author": "Stanislav Volnjanskij",
"license": "ISC",
"bugs": {
"url": "https://github.com/kultprosvet/obrigado-react-admin-backend-utils/issues"
},
"homepage": "https://github.com/kultprosvet/obrigado-react-admin-backend-utils#readme",
"dependencies": {
"apollo-server-errors": "^2.3.1",
"aws-sdk": "^2.578.0",
"cookie": "^0.4.0",
"jsonwebtoken": "^8.5.0",
"moment": "^2.24.0",
"uuid": "^3.3.2"
},
"peerDependencies": {
"type-graphql": "0.17.x",
"typeorm": "0.2.x",
"graphql": "14.x",
"bcrypt": "4.x"
},
"devDependencies": {
"@types/bcrypt": "^3.0.0",
"@types/cookie": "^0.3.3",
"@types/jsonwebtoken": "^8.3.3",
"@types/node": "^12.7.2",
"@typescript-eslint/eslint-plugin": "^2.24.0",
"@typescript-eslint/parser": "^2.24.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.1",
"eslint-plugin-prettier": "^3.1.2",
"prettier": "^2.0.1",
"typescript": "^3.8.3"
}
}