47 lines
No EOL
1.3 KiB
JSON
47 lines
No EOL
1.3 KiB
JSON
{
|
|
"name": "@gcch/configuration-prettier",
|
|
"version": "0.0.14",
|
|
"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.2"
|
|
},
|
|
"dependencies": {
|
|
"prettier": "^3.8.2",
|
|
"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.1",
|
|
"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",
|
|
"@gcch/configuration-oxlint": "git+https://git.gcch.fr/gcch/configuration-oxlint#0968f683df",
|
|
"eslint": "^10.2.0",
|
|
"eslint-plugin-functional": "^9.0.4",
|
|
"eslint-plugin-perfectionist": "^5.8.0",
|
|
"eslint-plugin-sonarjs": "^4.0.2",
|
|
"knip": "^6.3.1",
|
|
"oxlint": "^1.59.0",
|
|
"oxlint-tsgolint": "^0.20.0",
|
|
"publint": "^0.3.18",
|
|
"tsdown": "^0.21.7",
|
|
"tsr": "^1.3.4",
|
|
"typescript": "^6.0.2"
|
|
},
|
|
"trustedDependencies": [
|
|
"oxc-resolver"
|
|
]
|
|
} |