-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
121 lines (121 loc) · 3.48 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
{
"name": "gapi",
"version": "1.8.151",
"description": "Graphql Scalable API",
"bolt": {
"workspaces": [
"packages/*"
]
},
"husky": {
"hooks": {
"pre-push": "echo LINT"
}
},
"scripts": {
"build": "npx bolt ws exec -- npm run build",
"patch": "npx bolt ws exec -- npm version patch",
"publish": "npx bolt ws exec -- npm publish --update-readme --access public",
"clean-dist": "npx bolt ws exec -- rm -rf dist",
"clean": "git clean -dxf",
"test": "npx bolt ws exec -- npm run test",
"lint": "npx bolt ws exec -- npm run lint",
"lint-fix": "npx bolt ws exec -- npm run lint-fix"
},
"repository": {
"type": "git",
"url": "git@github.com:Stradivario/gapi.git"
},
"author": "Kristiyan Tachev",
"license": "MIT",
"devDependencies": {
"@types/jest": "^25.2.1",
"@types/web3": "^1.0.0",
"@types/js-yaml": "^4.0.3",
"@types/node-fetch": "^2.5.7",
"@babel/core": "^7.10.2",
"babel-plugin-module-resolver": "^4.0.0",
"firebase": "7.14.6",
"@types/node": "^13.11.1",
"husky": "^3.0.9",
"@zeit/ncc": "^0.22.1",
"pkg": "^4.4.7",
"typescript": "^3.8.3",
"eslint": "^6.7.2",
"eslint-config-prettier": "^6.7.0",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-simple-import-sort": "^5.0.0",
"@typescript-eslint/eslint-plugin": "^2.10.0",
"@typescript-eslint/parser": "^2.10.0",
"prettier": "^2.0.4",
"ts-jest": "^25.4.0",
"jest": "^25.5.4",
"bufferutil": "^4.0.1",
"ws": "^7.2.3",
"apollo-client": "^2.6.8",
"apollo-cache-inmemory": "^1.6.5",
"@types/shelljs": "0.8.5",
"@types/chokidar": "^2.1.3",
"@types/fs-extra": "^5.0.5",
"@types/graphql": "^14.5.0",
"@types/hapi": "^18.0.2",
"@types/mkdirp": "^0.5.2",
"@types/node-notifier": "^5.4.0",
"@types/rimraf": "^2.0.2",
"@types/yamljs": "^0.2.30",
"@rxdi/dts-merge": "^0.7.71",
"parcel-plugin-electron-dotenv": "^0.1.0",
"dotenv-load": "^2.0.1",
"esbuild": "0.15.18"
},
"dependencies": {
"@rxdi/core": "^0.7.173",
"@sendgrid/mail": "6.5.2",
"graphql-voyager": "^1.0.0-rc.15",
"jsonwebtoken": "^8.3.0",
"moment": "^2.22.2",
"@angular-devkit/core": "^7.3.7",
"@angular-devkit/schematics": "^7.3.7",
"@angular-devkit/schematics-cli": "^0.13.7",
"graphql": "^14.6.0",
"@rxdi/schematics": "0.7.173",
"apollo-codegen": "0.20.2",
"chalk": "2.4.2",
"@rxdi/parcel-plugin-shebang": "^0.7.173",
"chokidar": "^3.0.0",
"cli-spinner": "0.2.8",
"commander": "8.2.0",
"archiver": "^5.3.0",
"form-data": "^4.0.0",
"stream-to-buffer": "^0.1.0",
"figlet": "1.2.1",
"graphql-document-collector": "0.2.1",
"humps": "2.0.1",
"node-emoji": "1.10.0",
"node-notifier": "^5.4.0",
"@rxdi/compressor": "^0.7.173",
"parcel-bundler": "1.12.3",
"rimraf": "2.6.3",
"rxjs": "6.5.2",
"shelljs": "0.8.3",
"yamljs": "0.3.0",
"@rxdi/graphql": "^0.7.173",
"apollo-server": "^2.12.0",
"@apollo/gateway": "^0.14.1",
"@rxdi/graphql-pubsub": "^0.7.173",
"@rxdi/hapi": "^0.7.173",
"graphql-geojson": "^1.0.0",
"graphql-tools": "^5.0.0",
"apollo-link-http": "^1.5.3",
"node-fetch": "^2.1.2",
"systemjs": "0.21.4",
"@types/request": "^2.48.1",
"request": "^2.88.0",
"graphql-playground-html": "1.6.13",
"sequelize": "^5.8.2",
"sequelize-typescript": "^1.1.0",
"ts-morph": "^1.3.1",
"js-yaml": "^4.1.0",
"openai": "^4.26.0"
}
}