-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
109 lines (109 loc) · 3.81 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
{
"name": "@openinf/.github",
"version": "0.0.0-development",
"private": true,
"packageManager": "[email protected]",
"description": "Org-level default metadata & community health files",
"repository": "https://github.com/openinf/.github",
"license": "MIT OR Apache-2.0 OR BlueOak-1.0.0",
"author": "The OpenINF Authors & Friends",
"directories": {
"lib": "lib",
"doc": "doc",
"test": "test"
},
"scripts": {
"build": "nps build",
"start": "nps",
"test": "nps test"
},
"devDependencies": {
"@babel/core": "7.24.5",
"@babel/eslint-parser": "7.24.5",
"@babel/plugin-syntax-jsx": "7.24.1",
"@babel/plugin-syntax-top-level-await": "7.14.5",
"@babel/plugin-transform-modules-commonjs": "7.24.1",
"@babel/preset-env": "7.24.5",
"@iktakahiro/markdown-it-katex": "4.0.1",
"@openinf/util-text": "1.1.2",
"@shopify/prettier-plugin-liquid": "1.5.0",
"@types/markdown-it": "14.1.1",
"@types/node": "20.x",
"@typescript-eslint/eslint-plugin": "7.9.0",
"@typescript-eslint/parser": "7.9.0",
"@yarnpkg/shell": "4.0.2",
"dictionary-en": "4.0.0",
"dprint": "0.45.1",
"editorconfig-checker": "5.1.5",
"eslint": "9.6.0",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-node": "0.3.9",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-json-schema-validator": "5.1.0",
"eslint-plugin-jsonc": "2.15.1",
"eslint-plugin-markdown": "5.0.0",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-regexp": "2.5.0",
"eslint-plugin-simple-import-sort": "12.1.0",
"eslint-plugin-unicorn": "53.0.0",
"eslint-plugin-wix-editor": "3.3.0",
"eslint-plugin-yml": "1.14.0",
"markdown-it": "14.1.0",
"markdown-it-abbr": "2.0.0",
"markdown-it-anchor": "9.0.1",
"markdown-it-footnote": "4.0.0",
"markdown-it-sub": "2.0.0",
"markdown-it-sup": "2.0.0",
"markdown-it-task-lists": "2.1.1",
"markdown-it-toc-done-right": "4.2.0",
"markdownlint-cli2": "0.13.0",
"markdownlint-cli2-formatter-default": "0.0.4",
"nps": "5.10.0",
"prettier": "3.2.5",
"remark": "15.0.1",
"remark-cli": "12.0.1",
"remark-directive": "3.0.0",
"remark-footnotes": "4.0.1",
"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-blockquote-indentation": "4.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-maximum-line-length": "4.0.1",
"remark-lint-no-duplicate-headings-in-section": "4.0.0",
"remark-lint-no-file-name-consecutive-dashes": "3.0.0",
"remark-lint-no-file-name-irregular-characters": "3.0.0",
"remark-lint-no-file-name-mixed-case": "3.0.0",
"remark-lint-no-heading-punctuation": "4.0.0",
"remark-lint-no-html": "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",
"remark-validate-links": "13.0.1",
"retext-english": "5.0.0",
"retext-passive": "5.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",
"typescript": "5.4.5",
"unified": "11.0.4"
}
}