-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 2.08 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
{
"name": "@getresponse/eslint-config",
"version": "8.1.1",
"description": "GetResponse ESLint shareable config",
"keywords": [
"config",
"eslint",
"eslintconfig",
"getresponse",
"javascript",
"styleguide"
],
"homepage": "https://github.com/getresponse/eslint-config-getresponse#readme",
"bugs": {
"url": "https://github.com/getresponse/eslint-config-getresponse/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/getresponse/eslint-config-getresponse.git"
},
"license": "MIT",
"author": "GetResponse (https://github.com/GetResponse)",
"main": "index.cjs",
"files": [
"index.cjs",
"mixins",
"public",
"src"
],
"scripts": {
"build": "npm run build:docs",
"build:docs": "cross-env DOCS_MODE=1 node scripts/buildDocs.mjs",
"lint": "eslint .",
"release": "semantic-release",
"rules": "eslint-find-rules -u ./index.cjs",
"test": "npm run lint",
"prepublishOnly": "npm run build"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"devDependencies": {
"@semantic-release/changelog": "6.0.3",
"@semantic-release/commit-analyzer": "11.0.0",
"@semantic-release/git": "10.0.1",
"@semantic-release/github": "^9.2.1",
"@semantic-release/npm": "11.0.0",
"@semantic-release/release-notes-generator": "12.0.0",
"@types/semver": "^7.5.4",
"cross-env": "7.0.3",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.52.0",
"eslint-find-rules": "4.1.0",
"pug": "3.0.2",
"semantic-release": "^22.0.6"
},
"dependencies": {
"@rushstack/eslint-patch": "1.5.1",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"eslint-gitignore": "0.1.0",
"eslint-plugin-jest": "^27.6.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-playwright": "^1.6.2",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"get-tsconfig": "^4.7.2",
"semver": "7.5.4"
},
"peerDependencies": {
"eslint": "^8.48.0"
}
}