39 lines
1.1 KiB
JSON
39 lines
1.1 KiB
JSON
{
|
|
"name": "@gcch/configuration-prettier",
|
|
"version": "0.0.12",
|
|
"type": "module",
|
|
"description": "Configuration Prettier partageable pour gcch.",
|
|
"main": "./dist/index.mjs",
|
|
"types": "./dist/index.d.mts",
|
|
"module": "./dist/index.mjs",
|
|
"exports": {
|
|
".": "./dist/index.mjs",
|
|
"./package.json": "./package.json"
|
|
},
|
|
"files": ["dist"],
|
|
"peerDependencies": {
|
|
"prettier": "^3.8.1"
|
|
},
|
|
"dependencies": {
|
|
"@prettier/plugin-php": "^0.24.0",
|
|
"@prettier/plugin-xml": "^3.4.2",
|
|
"prettier": "^3.8.1",
|
|
"prettier-plugin-curly": "^0.4.1",
|
|
"prettier-plugin-ini": "^1.3.0",
|
|
"prettier-plugin-jsdoc": "^1.8.0",
|
|
"prettier-plugin-pkg": "^0.22.0",
|
|
"prettier-plugin-sh": "^0.18.0",
|
|
"prettier-plugin-sort-json": "^4.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@arethetypeswrong/core": "^0.18.2",
|
|
"@gcch/configuration-eslint": "git+https://git.gcch.fr/gcch/configuration-eslint#62ee424274",
|
|
"eslint": "^10.1.0",
|
|
"knip": "^6.1.0",
|
|
"publint": "^0.3.18",
|
|
"tsdown": "^0.21.7",
|
|
"tsr": "^1.3.4",
|
|
"typescript": "^6.0.2"
|
|
},
|
|
"trustedDependencies": ["oxc-resolver"]
|
|
}
|