Files
myeasycms-v2/tooling/prettier/package.json
Giancarlo Buomprisco 5622572f36 Bump dependencies to latest versions (#124)
Update various dependencies across the project:
- Turbo to v2.4.0
- Playwright to v1.50.1
- Tailwind CSS to v4.0.2
- Sonner to v1.7.4
- React Query to v5.66.0
- Stripe.js to v5.6.0
- Sentry to v8.53.0
- Node types to v22.13.0
- Tailwind Merge to v3.0.1
- Prettier plugin sort imports to v5.2.2
2025-02-02 11:33:25 +08:00

22 lines
520 B
JSON

{
"name": "@kit/prettier-config",
"private": true,
"version": "0.1.0",
"main": "index.mjs",
"scripts": {
"clean": "rm -rf .turbo node_modules",
"format": "prettier --check \"**/*.{mjs,json}\"",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@trivago/prettier-plugin-sort-imports": "5.2.2",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.11"
},
"devDependencies": {
"@kit/tsconfig": "workspace:*",
"typescript": "^5.7.3"
},
"prettier": "./index.mjs"
}