forked from mastercomfig/hud-db
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
97 lines (97 loc) · 3.74 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
{
"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 -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": {
"eslint": "^8.35.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"remark-cli": "^11.0.0",
"remark-lint": "^9.1.1",
"remark-lint-blockquote-indentation": "^3.1.1",
"remark-lint-checkbox-character-style": "^4.1.1",
"remark-lint-checkbox-content-indent": "^4.1.1",
"remark-lint-definition-case": "^3.1.1",
"remark-lint-definition-spacing": "^3.1.1",
"remark-lint-fenced-code-marker": "^3.1.1",
"remark-lint-file-extension": "^2.1.1",
"remark-lint-final-definition": "^3.1.1",
"remark-lint-final-newline": "^2.1.1",
"remark-lint-hard-break-spaces": "^3.1.1",
"remark-lint-heading-style": "^3.1.1",
"remark-lint-heading-whitespace": "^1.0.0",
"remark-lint-linebreak-style": "^3.1.1",
"remark-lint-link-title-style": "^3.1.1",
"remark-lint-list-item-bullet-indent": "^4.1.1",
"remark-lint-list-item-indent": "^3.1.1",
"remark-lint-list-item-spacing": "^4.1.1",
"remark-lint-match-punctuation": "^0.2.1",
"remark-lint-no-blockquote-without-marker": "^5.1.1",
"remark-lint-no-consecutive-blank-lines": "^4.1.2",
"remark-lint-no-dead-urls": "^1.1.0",
"remark-lint-no-duplicate-defined-urls": "^2.1.1",
"remark-lint-no-duplicate-definitions": "^3.1.1",
"remark-lint-no-duplicate-headings": "^3.1.1",
"remark-lint-no-empty-sections": "^4.0.0",
"remark-lint-no-empty-url": "^3.1.1",
"remark-lint-no-file-name-articles": "^2.1.1",
"remark-lint-no-file-name-consecutive-dashes": "^2.1.1",
"remark-lint-no-file-name-outer-dashes": "^2.1.1",
"remark-lint-no-heading-content-indent": "^4.1.1",
"remark-lint-no-heading-indent": "^4.1.1",
"remark-lint-no-heading-like-paragraph": "^3.1.1",
"remark-lint-no-inline-padding": "^4.1.1",
"remark-lint-no-literal-urls": "^3.1.1",
"remark-lint-no-reference-like-url": "^3.1.1",
"remark-lint-no-shell-dollars": "^3.1.1",
"remark-lint-no-shortcut-reference-image": "^3.1.1",
"remark-lint-no-shortcut-reference-link": "^3.1.1",
"remark-lint-no-table-indentation": "^4.1.1",
"remark-lint-no-tabs": "^3.1.1",
"remark-lint-no-undefined-references": "^4.2.0",
"remark-lint-no-unneeded-full-reference-image": "^3.1.1",
"remark-lint-no-unneeded-full-reference-link": "^3.1.1",
"remark-lint-no-unused-definitions": "^3.1.1",
"remark-lint-no-url-trailing-slash": "^3.0.1",
"remark-lint-ordered-list-marker-style": "^3.1.1",
"remark-lint-ordered-list-marker-value": "^3.1.1",
"remark-lint-rule-style": "^3.1.1",
"remark-lint-table-cell-padding": "^4.1.2",
"remark-lint-table-pipe-alignment": "^3.1.1",
"remark-lint-table-pipes": "^4.1.1",
"remark-lint-write-good": "^1.2.0"
},
"dependencies": {
"ajv-cli": "^5.0.0",
"ajv-formats": "^2.1.1",
"remark-lint-no-missing-blank-lines": "^3.1.1"
}
}