-
-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
56 lines (56 loc) · 2.15 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
{
"name": "relay-modern-udemy",
"description": "Relay Modern Course",
"version": "1.0.0",
"author": "Sibelius Seraphini",
"dependencies": {
"codemirror": "^5.59.4",
"react-codemirror2": "^7.2.1"
},
"devDependencies": {
"gh-pages": "3.1.0",
"mdx-code": "2.0.0",
"mdx-deck": "4.1.1",
"mdx-deck-code-surfer": "0.5.5",
"mdx-deck-live-code": "1.0.1",
"patch-package": "^6.4.5",
"raw-loader": "4.0.2"
},
"keywords": [],
"license": "MIT",
"private": true,
"scripts": {
"argument-definition": "yarn workspace 09-argument-definition start",
"build": "mdx-deck build packages start",
"compose-fragments": "yarn workspace 05-compose-fragments start",
"copy:static": "cp -r packages/img dist",
"create-query-renderer": "yarn workspace 03b-create-query-renderer start",
"environment": "yarn workspace 02-environment start",
"fragment-container": "yarn workspace 04-fragments start",
"help": "mdx-deck",
"image": "mdx-deck screenshot packages/deck.mdx",
"include": "yarn workspace 10-include-skip start",
"mutations": "yarn workspace 07-mutations start",
"network-auth": "yarn workspace 08b-network-autentication start",
"network-cache": "yarn workspace 08d-network-cache start",
"network-layer": "yarn workspace 08-network-layer start",
"network-logger": "yarn workspace 08e-network-debug start",
"network-observable": "yarn workspace 08f-network-observable start",
"pdf": "mdx-deck pdf packages start",
"postinstall": "patch-package",
"publish:deck": "yarn build && yarn copy:static && gh-pages -d dist",
"query": "yarn workspace 03-query-renderer start",
"query-variables": "yarn workspace 03a-query-renderer-variables start",
"refetch-container": "yarn workspace 06-refetch-container start",
"refetch-hooks": "yarn workspace 06a-refetch-hooks start",
"setup": "yarn workspace 01-setup start",
"setup:ts": "yarn workspace 01a-setup-typescript start",
"simulated-defer": "yarn workspace 11-simulating-defer start",
"uploadables": "yarn workspace 08c-network-uploadables start"
},
"workspaces": {
"packages": [
"packages/*"
]
}
}