-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
66 lines (66 loc) · 1.91 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
{
"dependencies": {
"@apideck/better-ajv-errors": "0.3.6",
"@caporal/core": "^2.0.7",
"ajv": "^8.17.1",
"ajv-formats": "^3.0.1",
"async": "^3.2.5",
"axios": "~1.7.2",
"chalk": "~5.3.0",
"cli-progress": "^3.12.0",
"cross-env": "7.0.3",
"fdir": "^6.2.0",
"gray-matter": "^4.0.3",
"html-to-text": "~9.0.5",
"js-yaml": "^4.1.0",
"lodash": "~4.17.21",
"markdown-it": "~14.1.0",
"prettier": "3.3.3",
"yargs": "~17.7.2"
},
"engines": {
"node": "20"
},
"license": "MIT",
"name": "webdoky-content",
"private": false,
"repository": "https://github.com/webdoky/content",
"scripts": {
"finishupdate": "node ./scripts/finishupdate.js",
"finishupdatefix": "node ./scripts/finishupdate.js --update",
"fix": "eslint . --fix",
"fu": "yarn finishupdate",
"fux": "yarn finishupdatefix",
"jest": "cross-env NODE_OPTIONS=--experimental-vm-modules jest",
"lint": "eslint .",
"prepare": "husky",
"sl": "yarn sort-lines",
"sort-lines": "node ./scripts/sort-lines.js",
"test:front-matter-linter": "yarn jest tests"
},
"type": "module",
"version": "1.0.0",
"devDependencies": {
"@cspell/dict-uk-ua": "^4.0.1",
"@jest/globals": "^29.7.0",
"cspell": "^8.12.1",
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-array-func": "^4.0.0",
"eslint-plugin-editorconfig": "^4.0.3",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^28.6.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-promise": "^7.0.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-unicorn": "^55.0.0",
"husky": "^9.1.3",
"jest": "^29.7.0",
"lint-staged": "^15.2.7",
"markdownlint-cli2": "0.13.0",
"markdownlint-rule-search-replace": "^1.2.0",
"typescript": "^5.5.4"
}
}