UNPKG

@nice-move/prettier-config

Version:
49 lines 1.27 kB
{ "name": "@nice-move/prettier-config", "version": "0.15.8", "description": "A `prettier` config created by personal preferences", "license": "MIT", "author": { "name": "Eric Chen" }, "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": "git+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.28.6", "@babel/plugin-syntax-jsx": "^7.28.6", "@babel/plugin-syntax-typescript": "^7.28.6", "@nice-move/prettier-plugin-package-json": "^0.9.2", "@prettier/plugin-xml": "^3.4.2", "prettier-plugin-css-order": "^2.2.0", "prettier-plugin-ini": "^1.3.0", "settingz": "^0.2.0" }, "peerDependencies": { "prettier": "~3.8.0" }, "engines": { "node": ">=24.0.0 || ^22.18.0" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" } }