forked from stencila/stencila
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.83 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 1.83 KB
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "stencila",
"version": "0.25.0",
"description": "Documents powered by data",
"main": "build/stencila.cjs.js",
"jsnext:main": "index.es.js",
"scripts": {
"prepublish": "node make",
"lint": "eslint *.js src tests",
"test": "node make test",
"test-browser": "node make test:browser -w -s",
"test-one": "node make test:one -f",
"build": "node make",
"watch": "node make -w",
"cover": "node make cover",
"docs": "node make docs",
"docs-serve": "node make docs:serve"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stencila/stencila.git"
},
"keywords": [
"reproducibility",
"data",
"science",
"documents",
"sheets",
"contexts"
],
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/stencila/stencila/issues"
},
"homepage": "https://github.com/stencila/stencila#readme",
"dependencies": {
"d3": "^4.4.0",
"font-awesome": "^4.6.3",
"katex": "^0.6.0",
"semantic-ui-css": "^2.2.4",
"substance": "substance/substance#kaikoura",
"substance-mini": "^0.3.0",
"rehype-parse": "^3.1.0",
"rehype-remark": "^2.0.0",
"rehype-stringify": "^3.0.0",
"remark-bracketed-spans": "^3.0.0",
"remark-parse": "^3.0.0",
"remark-rehype": "^2.0.0",
"remark-slug": "^4.2.2",
"remark-squeeze-paragraphs": "^3.0.0",
"remark-stringify": "^3.0.0",
"unified": "^6.1.1",
"unist-util-find": "^1.0.1",
"unist-util-remove": "^0.2.1",
"unist-util-visit": "^1.1.1"
},
"devDependencies": {
"brace": "^0.9.1",
"eslint": "^3.12.2",
"istanbul": "^0.4.5",
"lodash.merge": "^4.6.0",
"remark-html": "^6.0.0",
"sanitize-html": "^1.13.0",
"sprintf-js": "^1.0.3",
"substance-bundler": "^0.15.2",
"substance-test": "^0.9.0",
"tape": "^4.6.3"
}
}