-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
71 lines (71 loc) · 2.26 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "@openinf/docker-fisher",
"private": "true",
"packageManager": "[email protected]",
"engines": {
"node": "^20.0.0"
},
"description": "The OpenINF Docker container construction yard",
"homepage": "open.inf.is",
"repository": "OpenINF/docker-fisher",
"license": "MIT OR Apache-2.0 OR BlueOak-1.0.0",
"author": "The OpenINF Authors and Friends",
"scripts": {
"build": "nps build",
"start": "nps",
"test": "nps test"
},
"devDependencies": {
"@babel/core": "7.24.4",
"@babel/eslint-parser": "7.24.1",
"@babel/plugin-syntax-jsx": "7.24.1",
"@babel/plugin-syntax-top-level-await": "7.14.5",
"@babel/preset-env": "7.24.4",
"@openinf/util-text": "1.1.2",
"dictionary-en": "4.0.0",
"eslint": "9.0.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-json": "3.1.0",
"eslint-plugin-markdown": "4.0.1",
"eslint-plugin-prettier": "5.1.3",
"nps": "5.10.0",
"postcss": "8.4.38",
"postcss-html": "1.6.0",
"prettier": "3.2.5",
"remark-directive": "3.0.0",
"remark-frontmatter": "5.0.0",
"remark-gfm": "4.0.0",
"remark-github": "12.0.0",
"remark-heading-id": "1.0.1",
"remark-hint": "1.0.10",
"remark-html": "16.0.1",
"remark-lint": "10.0.0",
"remark-lint-checkbox-character-style": "5.0.0",
"remark-lint-checkbox-content-indent": "5.0.0",
"remark-lint-code-block-style": "4.0.0",
"remark-lint-definition-spacing": "4.0.0",
"remark-lint-fenced-code-flag": "4.0.0",
"remark-lint-first-heading-level": "4.0.0",
"remark-lint-no-duplicate-headings-in-section": "4.0.0",
"remark-preset-lint-consistent": "6.0.0",
"remark-preset-lint-markdown-style-guide": "6.0.0",
"remark-preset-lint-recommended": "7.0.0",
"remark-preset-prettier": "2.0.1",
"remark-retext": "6.0.0",
"retext-english": "5.0.0",
"retext-equality": "7.0.0",
"retext-passive": "5.0.0",
"retext-profanities": "8.0.0",
"retext-readability": "8.0.0",
"retext-repeated-words": "5.0.0",
"retext-sentence-spacing": "6.0.0",
"retext-simplify": "8.0.0",
"retext-spell": "6.1.0",
"retext-syntax-mentions": "4.0.0",
"retext-syntax-urls": "4.0.0",
"strip-comments": "2.0.1",
"unified": "11.0.4",
"vnu-jar": "23.4.11",
"zx": "8.0.1"
}
}