-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 960 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
34
35
36
37
38
{
"name": "slides",
"version": "1.0.0",
"description": "My talks",
"main": "index.js",
"scripts": {
"postinstall": "scripts/workaround-code-surfer",
"build": "./scripts/build-decks",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "mdx-deck"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/Leko/slides.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/Leko/slides/issues"
},
"homepage": "https://github.com/Leko/slides#readme",
"devDependencies": {
"cheerio": "^1.0.0-rc.2",
"deindent": "^0.1.0",
"koa-webpack": "^5.2.2",
"mdx-deck": "^1.10.0",
"mdx-deck-code-surfer": "^0.5.5",
"prettier": "^1.14.3",
"raw-loader": "^0.5.1",
"rimraf": "^2.6.2",
"scaffdog": "^0.2.0"
},
"dependencies": {
"browserslist": "^4.6.6",
"caniuse-lite": "^1.0.30000989",
"react-syntax-highlighter": "^9.0.1"
}
}