-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.59 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
{
"name": "@yalesites-org/eslint-config-and-other-formatting",
"version": "0.0.0-development",
"description": "Linting and formatting config file for YaleSites.",
"repository": {
"type": "git",
"url": "git://github.com/yalesites-org/eslint-config-and-other-formatting.git"
},
"bugs": {
"url": "https://github.com/yalesites-org/eslint-config-and-other-formatting/issues"
},
"homepage": "https://github.com/yalesites-org/eslint-config-and-other-formatting",
"publishConfig": {
"registry": "https://npm.pkg.github.com"
},
"scripts": {
"husky:commit-msg": "commitlint --edit $1",
"prepare": "husky install",
"semantic-release": "semantic-release",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"husky": "^9.0.11",
"lint-staged": "^15.2.7",
"semantic-release": "^23.0.2"
},
"peerDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"eslint": "^8.39.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^9.0.11",
"lint-staged": "^15.2.7",
"prettier": "^2.8.0",
"stylelint": "^14.16.1",
"stylelint-config-prettier": "^9.0.4",
"stylelint-config-standard": "^29.0.0",
"stylelint-config-standard-scss": "^6.1.0",
"stylelint-prettier": "^2.0.0",
"stylelint-selector-bem-pattern": "^3.0.1"
}
}