-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 2.16 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
{
"name": "template-repo",
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@commitlint/cz-commitlint": "^19.2.0",
"@release-it/bumper": "^6.0.1",
"@release-it/conventional-changelog": "^8.0.1",
"@ronilaukkarinen/stylelint-a11y": "^1.2.9",
"calver": "^22.9.1",
"commitizen": "^4.3.0",
"cspell": "^8.8.4",
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-formatter-pretty": "^5.0.0",
"eslint-plugin-array-func": "^4.0.0",
"eslint-plugin-compat": "^5.0.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-no-use-extend-native": "^0.5.0",
"eslint-plugin-prefer-object-spread": "^1.2.1",
"eslint-plugin-promise": "^6.2.0",
"eslint-plugin-regexp": "^2.6.0",
"eslint-plugin-switch-case": "^1.1.2",
"eslint-plugin-unicorn": "^53.0.0",
"htmlhint": "^1.1.4",
"husky": "^9.0.11",
"lint-staged": "^15.2.7",
"markdownlint-cli": "^0.41.0",
"prettier": "^3.3.2",
"release-it": "^17.3.0",
"stylelint": "^15.11.0",
"stylelint-at-rule-no-children": "^0.3.1",
"stylelint-color-format": "^1.1.0",
"stylelint-config-idiomatic-order": "^10.0.0",
"stylelint-config-recommended": "^13.0.0",
"stylelint-config-recommended-scss": "^13.1.0",
"stylelint-config-sass-guidelines": "^10.0.0",
"stylelint-config-standard": "^34.0.0",
"stylelint-csstree-validator": "^3.0.0",
"stylelint-declaration-block-no-ignored-properties": "^2.8.0",
"stylelint-declaration-strict-value": "^1.10.4",
"stylelint-high-performance-animation": "^1.10.0",
"stylelint-no-unsupported-browser-features": "^7.0.0",
"stylelint-use-logical-spec": "^5.0.1",
"stylelint-use-nesting": "^4.1.0"
},
"overrides": {
"optionator": "^0.9.3",
"semver": "^7.5.3",
"stylelint-config-idiomatic-order@^9.0.0": {
"stylelint-order": "^6.0.3"
},
"word-wrap": "@aashutoshrathi/word-wrap@^1.2.6"
},
"type": "module",
"engines": {
"node": "18",
"npm": "9"
},
"scripts": {
"prepare": "husky install"
}
}