-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
51 lines (51 loc) · 1.32 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": "datdot.org",
"version": "1.0.0",
"description": "DatDot.org official website",
"main": "src/index.js",
"scripts": {
"start": "budo demo/demo.js:bundle.js --dir ./ --live --open",
"build": "browserify demo/demo.js -o bundle.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/datdotorg/website.git"
},
"keywords": [
"datdot",
"blockchain"
],
"author": "DatDot.org",
"license": "MIT",
"bugs": {
"url": "https://github.com/datdotorg/website/issues"
},
"homepage": "https://github.com/datdotorg/website#readme",
"dependencies": {
"bel": "^6.0.0",
"budo": "^11.8.4",
"csjs-inject": "^1.0.1",
"markdown-it-github-toc": "^3.2.4",
"mermaid.cli": "^0.5.1",
"remark-contents": "0.0.1",
"remark-extract-toc": "^1.1.0",
"remark-graphviz": "^0.2.2",
"remark-highlight.js": "^6.0.0",
"remark-html": "^11.0.2",
"remark-lint": "^7.0.0",
"remark-parse": "^8.0.2",
"remark-slug": "^6.0.0",
"to-vfile": "^6.1.0",
"unified": "^9.0.0",
"vfile-reporter": "^6.0.1"
},
"devDependencies": {
"browserify": "^17.0.0",
"rehype-sanitize": "^3.0.1",
"rehype-stringify": "^8.0.0",
"remark": "^12.0.0",
"remark-attr": "^0.11.1",
"remark-external-links": "^6.1.0",
"remark-rehype": "^7.0.0"
}
}