-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
29 lines (29 loc) · 918 Bytes
/
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
{
"name": "async-iterator-talk",
"version": "1.0.0",
"description": "VanJS talk about async iterators and streams",
"scripts": {
"start": "mdx-deck slides.mdx",
"build": "npm run build:presentation && npm run build:assets",
"build:presentation": "mdx-deck build slides.mdx --no-html",
"build:assets": "cp -r assets dist/",
"now-build": "npm run build",
"deploy": "now"
},
"author": "Stephen Belanger <[email protected]> (https://github.com/qard)",
"license": "MIT",
"devDependencies": {
"async-iterator-pipe": "^1.0.1",
"blessed": "^0.1.81",
"blessed-contrib": "^4.8.18",
"mdx-deck": "^1.10.2",
"mdx-deck-code-surfer": "^0.5.5",
"now": "^16.3.1",
"prism-react-renderer": "^1.0.1",
"raw-loader": "^3.1.0",
"relative-microtime": "^2.0.0",
"styled-components": "^4.4.0",
"terminal-in-react": "^4.3.1"
},
"dependencies": {}
}