-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
33 lines (33 loc) · 874 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
30
31
32
33
{
"name": "teach-hdwallet",
"version": "1.0.0",
"description": "Teaching aid for @shapeshiftoss/hdwallet",
"main": "index.js",
"author": "keepkeyjon <[email protected]>",
"license": "MIT",
"private": true,
"devDependencies": {
"mdx-deck": "^3.0.9"
},
"scripts": {
"start": "mdx-deck deck.mdx",
"pdf": "npx website-pdf http://localhost:8000//print -o deck.pdf"
},
"dependencies": {
"@mdx-deck/themes": "^3.0.8",
"@shapeshiftoss/hdwallet-keepkey-webusb": "^0.2.0",
"eslint-utils": "1.4.1",
"graphviz-react": "^1.0.4",
"mdx-code": "1.1.3",
"mdx-deck-live-code": "^1.0.1",
"qrcode.react": "^0.9.3",
"raw-loader": "^3.1.0",
"react-bootstrap": "^1.0.0-beta.12",
"react-syntax-highlighter": "^11.0.2",
"styled-components": "^4.3.2"
},
"engines": {
"node": ">=10.0.0",
"npm": ">=6.0.0"
}
}