-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
67 lines (67 loc) · 2.11 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
{
"name": "@realtby/codestyle",
"version": "0.1.20",
"description": "realt.by frontend 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 .",
"npmrc:local": "LOCAL=true bash bin/create-npmrc.sh",
"npmrc:public": "bash bin/create-npmrc.sh",
"lint": "eslint . --ext .ts,.tsx,.js,.jsx,.json --fix --cache"
},
"dependencies": {
"@commitlint/cli": "14.1.0",
"@commitlint/config-conventional": "13.2.0",
"@graphql-eslint/eslint-plugin": "3.18.0",
"@release-it/bumper": "3.0.1",
"@typescript-eslint/eslint-plugin": "5.0.0",
"@typescript-eslint/parser": "5.0.0",
"auto-changelog": "2.3.0",
"babel-eslint": "10.1.0",
"commitlint-plugin-function-rules": "1.4.0",
"eslint": "7.32.0",
"eslint-config-prettier": "8.3.0",
"eslint-config-react-app": "6.0.0",
"eslint-import-resolver-typescript": "2.5.0",
"eslint-plugin-flowtype": "6.1.0",
"eslint-plugin-import": "2.25.1",
"eslint-plugin-jest": "24.7.0",
"eslint-plugin-json": "2.1.2",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-react": "7.26.1",
"eslint-plugin-react-hooks": "4.2.0",
"eslint-plugin-testing-library": "4.12.4",
"eslint-plugin-unicorn": "37.0.1",
"git-cz": "4.7.6",
"husky": "7.0.4",
"lint-staged": "11.2.3",
"prettier": "2.4.1",
"prettier-eslint": "13.0.0",
"prettier-plugin-tailwind-css": "1.5.0",
"release-it": "14.11.6"
},
"repository": {
"type": "git",
"url": "git+https://github.com/realtby/codestyle.git"
},
"keywords": [
"codestyle",
"eslint",
"prettier",
"config"
],
"author": "Ivan Pazhitnykh <[email protected]> (https://github.com/Drapegnik)",
"license": "MIT",
"homepage": "https://github.com/realtby/codestyle#readme",
"bugs": {
"url": "https://github.com/realtby/codestyle/issues"
}
}