17 lines
431 B
JSON
17 lines
431 B
JSON
{
|
|
"name": "@gcch/configuration-prettier",
|
|
"version": "1.0.5",
|
|
"type": "module",
|
|
"exports": "./index.js",
|
|
"peerDependencies": {
|
|
"prettier": "^4.0.0-alpha.12"
|
|
},
|
|
"dependencies": {
|
|
"@prettier/plugin-php": "^0.24.0",
|
|
"@prettier/plugin-xml": "^3.4.2",
|
|
"prettier-plugin-curly": "^0.3.2",
|
|
"prettier-plugin-jsdoc": "^1.3.3",
|
|
"prettier-plugin-pkg": "^0.21.2",
|
|
"prettier-plugin-sh": "^0.18.0"
|
|
}
|
|
}
|