forked from filecoin-project/specs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.41 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
{
"name": "specs",
"version": "1.0.0",
"description": "The Filecoin protocol specification",
"main": "index.js",
"scripts": {
"test": "remark content --quiet",
"start": "concurrently npm:watch-*",
"serve": "npm start",
"watch-hugo": "npm run build-diagrams && hugo server --bind=0.0.0.0 --disableFastRender",
"watch-diagrams": "tools/diagrams.js --watch",
"build": "npm run build-diagrams && hugo --gc --minify",
"build-diagrams": "tools/diagrams.js --all",
"clean": "premove public resources static/_gen && hugo mod clean --all && hugo mod tidy"
},
"author": "",
"license": "MIT",
"dependencies": {
"@pwabuilder/pwaupdate": "^0.2.0",
"d3-zoomable": "^1.1.3",
"gumshoejs": "^5.1.2",
"katex": "^0.12.0",
"lit-html": "^1.3.0",
"remark-cli": "^8.0.1",
"remark-frontmatter": "^2.0.0",
"remark-lint-fenced-code-flag": "^2.0.1",
"remark-lint-first-heading-level": "^2.0.1",
"remark-lint-heading-increment": "^2.0.1",
"remark-lint-no-hr-after-heading": "^1.0.0",
"remark-lint-no-multiple-toplevel-headings": "^2.0.1",
"remark-preset-lint-recommended": "^4.0.1",
"tablesort": "^5.2.1"
},
"devDependencies": {
"@mermaid-js/mermaid-cli": "^8.7.0",
"chokidar": "^3.4.2",
"concurrently": "^5.3.0",
"execa": "^4.0.3",
"globby": "^11.0.1",
"graphviz-cli": "^1.0.0",
"hugo-extended": "^0.74.3",
"premove": "^3.0.1"
}
}