-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
49 lines (49 loc) · 1.29 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
{
"name": "talks",
"version": "3.6.0",
"description": "Public talks provided either in English or French, about JavaScript or human-centric topics.",
"private": true,
"scripts": {
"prepare": "export PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=1",
"build": "hexo generate",
"build:pdf": "decktape reveal \"https://thom4.net/talks/$YEAR/$EVENT/\" slides-thomas-parisot.pdf",
"start": "hexo server",
"new": "hexo new",
"test": "exit 0"
},
"repository": {
"type": "git",
"url": "git://github.com/thom4parisot/talks.git"
},
"keywords": [
"talks",
"javascript",
"french",
"english",
"conference",
"sharing",
"knowledge"
],
"author": "Thomas Parisot (https://thom4.net)",
"license": "BSD",
"readmeFilename": "README.md",
"hexo": {
"version": "5.4.2"
},
"dependencies": {
"hexo": "^5.1.1",
"hexo-algolia": "^1.3.2",
"hexo-cli": "^4.2.0",
"hexo-generator-feed": "^3.0.0",
"hexo-generator-index": "^2.0.0",
"hexo-renderer-ejs": "^1.0.0",
"hexo-renderer-markdown-it": "^4.1.0",
"hexo-server": "^2.0.0",
"hexo-theme-thom4": "github:thom4parisot/hexo-theme#semver:^v2",
"markdown-it-attrs": "^3.0.3",
"markdown-it-bracketed-spans": "^1.0.1"
},
"optionalDependencies": {
"decktape": "^3.1.0"
}
}