forked from xr-comic-science/website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 918 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 918 Bytes
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
{
"name": "xr_comicscience.website",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"watch": "watch 'make' _src",
"serve": "serve docs",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"chroma-js": "^2.0.6",
"glob": "^7.1.4",
"js-yaml": "^3.13.1",
"markdown-it": "^9.1.0",
"markdown-it-anchor": "^5.2.4",
"markdown-it-center-text": "^1.0.4",
"markdown-it-container": "^2.0.0",
"markdown-it-footnote": "^3.0.2",
"markdown-it-indented-quotes": "^1.0.1",
"markdown-it-meta": "0.0.1",
"markdown-it-sub": "^1.0.0",
"markdown-it-sup": "^1.0.0",
"markdown-it-table-of-contents": "^0.4.4",
"mkdirp": "^1.0.3",
"underscore": "^1.9.1"
},
"devDependencies": {
"ejs": "^2.7.1",
"serve": "^11.1.0",
"watch": "^1.0.2"
}
}