-
Notifications
You must be signed in to change notification settings - Fork 52
/
package.json
63 lines (63 loc) · 2.07 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
{
"name": "conf-talks",
"version": "1.0.0",
"description": "В этой репке находятся мои статьи и презентации для конференций",
"main": "index.js",
"scripts": {
"test": "yarn jest",
"watch": "yarn jest --watch",
"lint": "eslint --ext .js ./articles",
"start": "yarn --cwd ./talks/2021.11.02-enterprise-apollo-client-3 start",
"w1": "yarn --cwd ./talks/2020.04.08-workshop-graphql-on-client start",
"w2": "yarn --cwd ./talks/2020.04.07-workshop-graphql-on-server start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nodkz/conf-talks.git"
},
"author": "Pavel Chertorogov",
"license": "CC-BY-NC-4.0",
"bugs": {
"url": "https://github.com/nodkz/conf-talks/issues"
},
"homepage": "https://github.com/nodkz/conf-talks#readme",
"dependencies": {
"@babel/plugin-proposal-optional-chaining": "^7.2.0",
"apollo-server": "^2.14.2",
"dataloader": "^1.4.0",
"dedent": "^0.7.0",
"graphql": "14.0.2",
"graphql-compose": "^5.10.4",
"graphql-tools": "^4.0.4",
"graphql-type-json": "^0.2.1",
"jsonwebtoken": "^8.4.0",
"nexus": "^0.9.11",
"reflect-metadata": "^0.1.13",
"type-graphql": "^0.17.6"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.2.2",
"@babel/node": "^7.2.2",
"@babel/plugin-proposal-class-properties": "^7.3.0",
"@babel/plugin-proposal-decorators": "^7.3.0",
"@babel/plugin-proposal-object-rest-spread": "^7.3.2",
"@babel/plugin-transform-flow-strip-types": "^7.2.3",
"@babel/preset-env": "^7.3.1",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^24.1.0",
"eslint": "^5.13.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-config-prettier": "^4.0.0",
"eslint-plugin-flowtype": "^3.4.1",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-prettier": "^3.0.1",
"flow-bin": "0.89.0",
"jest": "^24.1.0",
"prettier": "^1.16.4",
"ts-node": "^8.0.2",
"tslint": "^5.12.1",
"typescript": "^3.3.3"
}
}