forked from mastercomfig/hud-db
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
96 lines (96 loc) · 3.83 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
{
"name": "@mastercomfig/hud-db",
"version": "1.0.0",
"description": "mastercomfig JS tooling for hud-db",
"main": "index.js",
"directories": {
"pages": "hud-pages"
},
"scripts": {
"lint": "remark hud-pages",
"checklinks": "remark hud-pages --use remark-lint-no-dead-urls",
"prose": "remark hud-pages --use remark-lint-write-good",
"check": "ajv validate -c ajv-formats --strict --strict-schema --strict-types --strict-required --errors=text -s utils/hud-data.schema.json -d 'hud-data/*.json'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mastercomfig/mastercomfig.git"
},
"keywords": [
"tf2",
"team-fortress-2",
"team-fortress",
"source-engine"
],
"author": "mastercoms",
"license": "MIT",
"bugs": {
"url": "https://github.com/mastercomfig/mastercomfig/issues"
},
"homepage": "https://github.com/mastercomfig/mastercomfig#readme",
"devDependencies": {
"ajv-cli": "^5.0.0",
"ajv-formats": "^3.0.1",
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-react-hooks": "^4.6.2",
"remark-cli": "^12.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-definition-case": "^4.0.0",
"remark-lint-definition-spacing": "^4.0.0",
"remark-lint-fenced-code-marker": "^4.0.0",
"remark-lint-file-extension": "^3.0.0",
"remark-lint-final-definition": "^4.0.1",
"remark-lint-final-newline": "^3.0.0",
"remark-lint-hard-break-spaces": "^4.0.0",
"remark-lint-heading-style": "^4.0.0",
"remark-lint-heading-whitespace": "^1.0.0",
"remark-lint-linebreak-style": "^4.0.0",
"remark-lint-link-title-style": "^4.0.0",
"remark-lint-list-item-bullet-indent": "^5.0.0",
"remark-lint-list-item-indent": "^4.0.0",
"remark-lint-list-item-spacing": "^5.0.0",
"remark-lint-match-punctuation": "^0.2.1",
"remark-lint-no-blockquote-without-marker": "^6.0.0",
"remark-lint-no-consecutive-blank-lines": "^5.0.0",
"remark-lint-no-dead-urls": "^1.1.0",
"remark-lint-no-duplicate-defined-urls": "^3.0.0",
"remark-lint-no-duplicate-definitions": "^4.0.0",
"remark-lint-no-duplicate-headings": "^4.0.0",
"remark-lint-no-empty-sections": "^4.0.0",
"remark-lint-no-empty-url": "^4.0.0",
"remark-lint-no-file-name-articles": "^3.0.0",
"remark-lint-no-file-name-consecutive-dashes": "^3.0.0",
"remark-lint-no-file-name-outer-dashes": "^3.0.0",
"remark-lint-no-heading-content-indent": "^5.0.0",
"remark-lint-no-heading-indent": "^5.0.0",
"remark-lint-no-heading-like-paragraph": "^4.0.0",
"remark-lint-no-inline-padding": "^4.1.2",
"remark-lint-no-literal-urls": "^4.0.0",
"remark-lint-no-missing-blank-lines": "^4.0.0",
"remark-lint-no-reference-like-url": "^4.0.0",
"remark-lint-no-shell-dollars": "^4.0.0",
"remark-lint-no-shortcut-reference-image": "^4.0.0",
"remark-lint-no-shortcut-reference-link": "^4.0.0",
"remark-lint-no-table-indentation": "^5.0.0",
"remark-lint-no-tabs": "^4.0.0",
"remark-lint-no-undefined-references": "^5.0.0",
"remark-lint-no-unneeded-full-reference-image": "^4.0.0",
"remark-lint-no-unneeded-full-reference-link": "^4.0.0",
"remark-lint-no-unused-definitions": "^4.0.0",
"remark-lint-no-url-trailing-slash": "^3.0.1",
"remark-lint-ordered-list-marker-style": "^4.0.0",
"remark-lint-ordered-list-marker-value": "^4.0.0",
"remark-lint-rule-style": "^4.0.0",
"remark-lint-table-cell-padding": "^5.0.0",
"remark-lint-table-pipe-alignment": "^4.0.0",
"remark-lint-table-pipes": "^5.0.0",
"remark-lint-write-good": "^1.2.0",
"ts-node": "^10.9.2"
}
}