-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 973 Bytes
/
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
{
"name": "maximegel.github.io",
"version": "0.0.0",
"private": true,
"dependencies": {},
"devDependencies": {
"@blogster/cli": "1.0.2",
"@blogster/plugin-devto": "1.0.3",
"@blogster/plugin-medium": "1.0.4",
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@typescript-eslint/eslint-plugin": "^4.8.1",
"@typescript-eslint/parser": "^4.8.1",
"commitizen": "^4.2.2",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^7.14.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-only-warn": "^1.0.2",
"eslint-plugin-prettier": "^3.1.4",
"husky": "^4.3.0",
"lint-staged": "^10.5.1",
"markdownlint-cli": "^0.26.0",
"prettier": "^2.1.2",
"textlint": "^11.7.6",
"textlint-filter-rule-comments": "^1.2.2",
"textlint-rule-en-spell": "^1.2.1",
"textlint-rule-no-dead-link": "^4.7.0",
"textlint-rule-terminology": "^2.1.4",
"typescript": "^4.1.3"
}
}