UNPKG

prettier-plugin-blade

Version:

Prettier plugin for Laravel Blade templates

86 lines (85 loc) 2.28 kB
{ "name": "prettier-plugin-blade", "version": "3.2.2", "description": "Prettier plugin for Laravel Blade templates", "type": "module", "main": "./dist/index.cjs", "module": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "require": "./dist/index.cjs" } }, "files": [ "dist" ], "scripts": { "build": "tsup", "dev": "tsup --watch", "format": "oxfmt src", "format:check": "oxfmt --check src", "format:all": "oxfmt src tests", "format:all:check": "oxfmt --check src tests", "typecheck": "tsc --noEmit", "lint": "oxlint src --deny-warnings", "lint:all": "oxlint src tests --vitest-plugin -A no-shadow -A no-array-sort -A no-array-reverse -A consistent-function-scoping -A preserve-caught-error", "check": "npm run typecheck && npm run lint && npm run test", "test": "vitest run", "prepublishOnly": "npm run build" }, "peerDependencies": { "@prettier/plugin-php": "^0.24.0", "prettier": "^3.0.0", "prettier-plugin-tailwindcss": "^0.7.0 || ^0.8.0" }, "peerDependenciesMeta": { "@prettier/plugin-php": { "optional": true }, "prettier-plugin-tailwindcss": { "optional": true } }, "devDependencies": { "@prettier/plugin-php": "^0.24.0", "@types/node": "^22.0.0", "oxfmt": "^0.36.0", "oxlint": "^1.51.0", "prettier": "^3.5.0", "prettier-plugin-tailwindcss": "^0.8.0", "tsup": "^8.0.0", "typescript": "^5.7.0", "vitest": "^3.0.0" }, "keywords": [ "prettier", "plugin", "blade", "laravel", "formatter" ], "license": "MIT", "engines": { "node": ">=18.0.0" }, "dependencies": { "@prettier/html-tags": "^2.2.0", "@prettier/parse-srcset": "^3.1.0", "html-element-attributes": "^3.5.0" }, "directories": { "test": "tests" }, "repository": { "type": "git", "url": "git+https://github.com/fortephp/chisel.git" }, "author": "John Koster", "bugs": { "url": "https://github.com/fortephp/chisel/issues" }, "homepage": "https://github.com/fortephp/chisel#readme" }