Files
myeasycms-v2/tooling/prettier/package.json
gbuomprisco 5e115ca600 Update several package dependencies
This commit updates the versions of several dependencies across various packages, with the primary updates being to `@tanstack/react-query`, `prettier`, and `lucide-react`. This helps to keep the project dependencies up-to-date and may also include minor bug fixes or improvements from the updated packages.
2024-06-11 23:36:11 +08:00

23 lines
540 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": {
"@ianvs/prettier-plugin-sort-imports": "^4.2.1",
"next": "14.2.3",
"prettier": "^3.3.2",
"prettier-plugin-tailwindcss": "^0.6.1"
},
"devDependencies": {
"@kit/tsconfig": "workspace:^",
"typescript": "^5.4.5"
},
"prettier": "./index.mjs"
}