-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.01 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
{
"name": "obelix",
"version": "1.7.0",
"author": "Jeremy Dormitzer <[email protected]>",
"description": "A static site generator",
"homepage": "https://obelix-site-builder.github.io/obelix",
"repository": "https://github.com/obelix-site-builder/obelix",
"license": "MIT",
"files": [
"out/main.js"
],
"bin": {
"obelix": "out/main.js"
},
"dependencies": {
"@cljs-oss/module-deps": "^1.1.1",
"chokidar": "^3.4.3",
"connect-livereload": "^0.6.1",
"express": "^4.17.1",
"handlebars": "^4.7.6",
"js-yaml": "^3.14.0",
"livereload": "^0.9.1",
"rehype": "^11.0.0",
"rehype-format": "^3.1.0",
"rehype-stringify": "^8.0.0",
"remark-parse": "^8.0.2",
"remark-rehype": "^7.0.0",
"source-map-support": "^0.5.19",
"to-vfile": "^6.1.0",
"unified": "^9.0.0",
"unified-stream": "^1.0.6",
"vfile": "^4.2.0"
},
"devDependencies": {
"obelix-plugin-typography": "^1.0.2",
"typography-theme-us-web-design-standards": "^0.16.19"
}
}