-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
52 lines (52 loc) · 1.57 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
{
"name": "@hs-web-team/eslint-config-browser",
"version": "3.0.3",
"description": "HubSpot Marketing WebTeam ESLint rules for Browsers",
"main": "index.js",
"scripts": {
"lint": "npx eslint -c ./index.js *.js --fix",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HubSpotWebTeam/wt-eslint-browser.git"
},
"keywords": [
"eslint"
],
"bugs": {
"url": "https://github.com/HubSpotWebTeam/wt-eslint-browser/issues"
},
"engines": {
"node": ">=18.0.0"
},
"homepage": "https://github.com/HubSpotWebTeam/wt-eslint-browser#readme",
"author": "Marketing Web Team",
"license": "ISC",
"dependencies": {
"@babel/cli": "^7.26.4",
"@babel/core": "^7.26.7",
"@babel/eslint-parser": "^7.26.5",
"@babel/preset-env": "^7.26.7",
"@cypress/webpack-preprocessor": "^6.0.2",
"@shelex/cypress-allure-plugin": "^2.40.2",
"cypress": "^13.17.0",
"cypress-real-events": "^1.14.0",
"eslint": "^8.57.1",
"eslint-config-airbnb": "^19.0.4",
"eslint-import-resolver-webpack": "^0.13.10",
"eslint-plugin-cypress": "^2.15.2",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.4",
"js-yaml": "^4.1.0",
"stylelint": "^16.14.1",
"stylelint-config-standard": "^36.0.1",
"stylelint-config-standard-scss": "^13.1.0",
"webpack": "^5.97.1"
},
"peerDependencies": {
"@badeball/cypress-cucumber-preprocessor": "^20.1.2",
"@cypress/webpack-preprocessor": "^6.0.2"
}
}