@nice-move/prettier-config
Version:
A `prettier` config created by personal preferences
51 lines • 1.4 kB
JSON
{
"name": "@nice-move/prettier-config",
"version": "0.14.12",
"description": "A `prettier` config created by personal preferences",
"license": "MIT",
"author": {
"name": "Eric Chen",
"email": "airkro@qq.com"
},
"keywords": [
"config",
"format",
"formatter",
"frontend",
"nice-move",
"package",
"prettier"
],
"homepage": "https://github.com/nice-move/nice-move/tree/master/packages/prettier-config",
"repository": {
"type": "git",
"url": "https://github.com/nice-move/nice-move.git",
"directory": "packages/prettier-config"
},
"bugs": {
"url": "https://github.com/nice-move/nice-move/issues"
},
"main": "index.mjs",
"type": "module",
"dependencies": {
"@babel/plugin-syntax-import-attributes": "^7.26.0",
"@babel/plugin-syntax-jsx": "^7.25.9",
"@babel/plugin-syntax-typescript": "^7.25.9",
"@ianvs/prettier-plugin-sort-imports": "npm:@nice-move/prettier-plugin-sort-imports@4.4.1-rc0",
"@nice-move/prettier-plugin-package-json": "^0.9.0",
"@prettier/plugin-xml": "^3.4.1",
"prettier-plugin-css-order": "^2.1.2",
"prettier-plugin-ini": "^1.3.0",
"settingz": "^0.2.0"
},
"peerDependencies": {
"prettier": "^3.5.3"
},
"engines": {
"node": "^20.18.1 || ^22.11.0"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}