-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 943 Bytes
/
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
{
"private": true,
"type": "module",
"scripts": {
"prepare": "husky .config/husky"
},
"config": {
"commitizen": {
"disableScopeLowerCase": true,
"disableSubjectLowerCase": true,
"maxHeaderWidth": 50,
"maxLineWidth": 72,
"path": "cz-conventional-changelog"
}
},
"devDependencies": {
"@commitlint/config-conventional": "19.6.0",
"@commitlint/types": "19.5.0",
"@stylistic/stylelint-config": "2.0.0",
"debug": "4.4.0",
"defu": "6.1.4",
"husky": "9.1.7",
"lint-staged": "15.3.0",
"micromatch": "4.0.8",
"prettier": "3.4.2",
"prettier-plugin-packagejson": "2.5.6",
"stylelint": "16.12.0",
"stylelint-config-standard-scss": "14.0.0",
"typescript": "5.7.2",
"valibot": "1.0.0-beta.9"
},
"packageManager": "[email protected]+sha512.1f79bc245a66eb0b07c5d4d83131240774642caaa86ef7d0434ab47c0d16f66b04e21e0c086eb61e62c77efc4d7f7ec071afad3796af64892fae66509173893a",
"engines": {
"node": ">=18"
}
}