Files
myeasycms-v2/tooling/prettier/package.json
gbuomprisco a6ff3af677 Update package versions in multiple json files
Updated the package versions of "typescript", "lucide-react", "@radix-ui/react-dialog" and several other dependencies across multiple json files. The pnpm-lock.yaml file was also updated to reflect these changes in dependencies. This ensures that we use the most up-to-date versions of these packages in our project.
2024-06-22 15:41:41 +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.4",
"prettier": "^3.3.2",
"prettier-plugin-tailwindcss": "^0.6.5"
},
"devDependencies": {
"@kit/tsconfig": "workspace:^",
"typescript": "^5.5.2"
},
"prettier": "./index.mjs"
}