forked from realtby/codestyle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 2.04 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
{
"name": "@wirby/codestyle",
"version": "0.3.1",
"description": "wir.by codestyle tools shared configs",
"main": ".release-it.js",
"publishConfig": {
"access": "public"
},
"scripts": {
"postinstall": "bash bin/copy-husky.sh",
"release": "HUSKY=0 release-it",
"pre-release": "HUSKY=0 release-it --no-git",
"format": "prettier --write .",
"lint": "eslint . --ext .ts,.tsx,.js,.jsx,.json --fix --cache",
"commit": "git-cz",
"changelog": "auto-changelog -p && git add CHANGELOG.md"
},
"dependencies": {
"@commitlint/cli": "17.6.1",
"@commitlint/config-conventional": "17.6.1",
"@release-it/bumper": "4.0.2",
"@typescript-eslint/eslint-plugin": "5.59.0",
"@typescript-eslint/parser": "5.59.0",
"auto-changelog": "^2.4.0",
"babel-eslint": "10.1.0",
"commitlint-plugin-function-rules": "1.7.1",
"eslint": "8.38.0",
"eslint-config-prettier": "8.8.0",
"eslint-config-react-app": "7.0.1",
"eslint-import-resolver-typescript": "3.5.5",
"eslint-plugin-flowtype": "8.0.3",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jest": "27.2.1",
"eslint-plugin-json": "3.1.0",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-testing-library": "5.10.3",
"eslint-plugin-unicorn": "46.0.0",
"git-cz": "4.9.0",
"husky": "8.0.3",
"lint-staged": "13.2.1",
"prettier": "2.8.7",
"prettier-eslint": "15.0.1",
"prettier-plugin-tailwind-css": "1.5.0",
"release-it": "15.10.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/babajka/codestyle.git"
},
"keywords": [
"codestyle",
"eslint",
"prettier",
"config"
],
"author": "Ivan Pazhitnykh <[email protected]> (https://github.com/Drapegnik)",
"license": "MIT",
"homepage": "https://github.com/babajka/codestyle#readme",
"bugs": {
"url": "https://github.com/babajka/codestyle/issues"
}
}