-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 2.26 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "anime-graphql-api-apollo-postgraphile",
"version": "1.0.0",
"description": "anime-graphql-api-apollo-postgraphile",
"main": "index.js",
"dependencies": {
"@graphql-modules/core": "^0.7.17",
"@graphql-modules/di": "^0.7.17",
"@types/bcrypt": "^3.0.0",
"@types/graphql-fields": "^1.3.2",
"apollo-server-express": "^2.13.1",
"axios": "^0.19.2",
"bcrypt": "^5.0.0",
"bluebird": "^3.7.2",
"class-validator": "^0.12.2",
"dataloader": "^2.0.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"graphql": "^15.0.0",
"graphql-cost-analysis": "^1.0.3",
"graphql-fields": "^2.0.3",
"graphql-parse-resolve-info": "^4.7.0",
"graphql-query-complexity": "^0.6.0",
"install": "^0.13.0",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.15",
"npm": "^6.14.5",
"pg": "^8.2.1",
"reflect-metadata": "^0.1.13",
"type-graphql": "^1.0.0-rc.2",
"typedi": "^0.8.0",
"typeorm": "^0.2.25",
"typeorm-typedi-extensions": "^0.2.3"
},
"devDependencies": {
"@graphql-codegen/cli": "^1.15.0",
"@graphql-codegen/typescript": "^1.15.0",
"@types/bluebird": "^3.5.32",
"@types/express": "^4.17.6",
"@types/jsonwebtoken": "^8.5.0",
"@types/lodash": "^4.14.154",
"@types/node": "^14.0.4",
"@typescript-eslint/eslint-plugin": "^2.34.0",
"@typescript-eslint/parser": "^2.34.0",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-config-airbnb-typescript": "^7.2.1",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-prettier": "^3.1.3",
"nodemon": "^2.0.4",
"prettier": "^2.0.5",
"ts-node": "^8.10.1",
"typescript": "^3.9.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "ts-node ./src/app/app.ts",
"dev": "nodemon",
"build": "tsc",
"generate": "graphql-codegen"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Maxime-Fleurant/anime-graphql-api-apollo-postgraphile.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Maxime-Fleurant/anime-graphql-api-apollo-postgraphile/issues"
},
"homepage": "https://github.com/Maxime-Fleurant/anime-graphql-api-apollo-postgraphile#readme"
}