Update file package.json
This commit is contained in:
parent
fef3582df8
commit
a15fa58594
1 changed files with 94 additions and 93 deletions
|
@ -11,11 +11,6 @@
|
||||||
"path": "node_modules/git-cz-emoji"
|
"path": "node_modules/git-cz-emoji"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"peerDependenciesMeta": {
|
|
||||||
"eslint": {
|
|
||||||
"optional": true
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@commitlint/config-conventional": "latest",
|
"@commitlint/config-conventional": "latest",
|
||||||
"eslint-config-strict-mode": "latest",
|
"eslint-config-strict-mode": "latest",
|
||||||
|
@ -28,6 +23,11 @@
|
||||||
"stylelint-config-so-pretty": "latest",
|
"stylelint-config-so-pretty": "latest",
|
||||||
"typescript": "^4.5.5"
|
"typescript": "^4.5.5"
|
||||||
},
|
},
|
||||||
|
"peerDependenciesMeta": {
|
||||||
|
"eslint": {
|
||||||
|
"optional": true
|
||||||
|
}
|
||||||
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"eslint",
|
"eslint",
|
||||||
"extensions",
|
"extensions",
|
||||||
|
@ -126,4 +126,5 @@
|
||||||
"node": "18.4.0",
|
"node": "18.4.0",
|
||||||
"yarn": "1.22.19"
|
"yarn": "1.22.19"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue