forked from filecoin-project/specs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.7 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
50
51
{
"name": "specs",
"version": "1.0.1",
"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 --renderToDisk",
"watch-assets": "tools/watch.js --watch",
"build": "npm run build-diagrams && hugo && npm run build-toc && hugo --gc --minify",
"build-diagrams": "tools/diagrams.js",
"build-toc": "tools/toc.js",
"clean": "premove public resources static/_gen && hugo mod clean --all && hugo mod tidy",
"release": "np --no-publish && conventional-github-releaser -p angular",
"readme": "tools/readme.js"
},
"author": "",
"license": "MIT",
"dependencies": {
"@pwabuilder/pwaupdate": "^0.2.0",
"d3-zoomable": "^1.1.3",
"gumshoejs": "^5.1.2",
"katex": "^0.12.0",
"tablesort": "^5.2.1"
},
"devDependencies": {
"@mermaid-js/mermaid-cli": "^8.7.0",
"chokidar": "^3.4.2",
"concurrently": "^5.3.0",
"conventional-github-releaser": "^3.1.5",
"execa": "^4.0.3",
"globby": "^11.0.1",
"graphviz-cli": "^1.0.0",
"hugo-extended": "^0.74.3",
"jsdom": "^16.4.0",
"np": "^6.5.0",
"premove": "^3.0.1",
"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",
"remark-toc": "^7.0.0",
"to-vfile": "^6.1.0"
}
}