38 lines
1.1 KiB
JSON
38 lines
1.1 KiB
JSON
{
|
|
"name": "@gcch/configuration-prettier",
|
|
"version": "0.0.11",
|
|
"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": "^4.0.0-alpha.13"
|
|
},
|
|
"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.21.2",
|
|
"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",
|
|
"eslint": "^10.0.3",
|
|
"knip": "^5.86.0",
|
|
"publint": "^0.3.18",
|
|
"tsdown": "^0.21.2",
|
|
"typescript": "^6.0.0-dev.20260312"
|
|
},
|
|
"trustedDependencies": ["oxc-resolver"]
|
|
}
|