-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
95 lines (95 loc) · 2.48 KB
/
package.json
File metadata and controls
95 lines (95 loc) · 2.48 KB
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"name": "@getresponse/eslint-config",
"version": "10.1.2",
"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": "https://github.com/GetResponse/eslint-config-getresponse"
},
"license": "MIT",
"author": "GetResponse (https://github.com/GetResponse)",
"main": "dist/index.js",
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"./a11y": {
"types": "./dist/mixins/a11y.d.ts",
"default": "./dist/mixins/a11y.js"
},
"./mixins/a11y": {
"types": "./dist/mixins/a11y.d.ts",
"default": "./dist/mixins/a11y.js"
}
},
"files": [
"dist",
"public"
],
"scripts": {
"build": "npm run build:ts && npm run build:docs",
"build:ts": "tsc --build",
"build:docs": "node scripts/buildDocs.mjs",
"lint": "eslint .",
"release": "semantic-release",
"test": "npm run lint",
"prepublishOnly": "npm run build"
},
"devDependencies": {
"@getresponse/tsconfig": "2.0.1",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/commit-analyzer": "13.0.1",
"@semantic-release/git": "10.0.1",
"@semantic-release/github": "12.0.6",
"@semantic-release/npm": "13.1.5",
"@semantic-release/release-notes-generator": "14.1.0",
"@types/node": "25.6.0",
"@types/semver": "7.7.1",
"eslint": "10.3.0",
"semantic-release": "25.0.3",
"typescript": "6.0.3"
},
"dependencies": {
"@eslint/compat": "2.0.5",
"@stylistic/eslint-plugin": "5.10.0",
"eslint-plugin-jest": "29.15.2",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-playwright": "2.10.2",
"eslint-plugin-react": "7.37.5",
"eslint-plugin-react-hooks": "7.1.1",
"eslint-plugin-vue": "10.9.0",
"get-tsconfig": "4.14.0",
"globals": "17.6.0",
"jiti": "2.6.1",
"semver": "7.7.4",
"typescript-eslint": "8.59.1",
"vue-eslint-parser": "10.4.0"
},
"peerDependencies": {
"eslint": "^9.0.0 || ^10.0.0"
},
"overrides": {
"eslint-plugin-jsx-a11y": {
"eslint": "$eslint"
},
"eslint-plugin-react": {
"eslint": "$eslint"
},
"eslint-plugin-vue": {
"eslint": "$eslint"
}
}
}