- Updated All dependencies - Updated Next.js 15.2.0 - Updated Stripe API version - Remove Sentry replayIntegration by default - Added IMPROVEMENT.yml file - Bump version to 2.5.1
22 lines
520 B
JSON
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.5.2",
|
|
"prettier-plugin-tailwindcss": "^0.6.11"
|
|
},
|
|
"devDependencies": {
|
|
"@kit/tsconfig": "workspace:*",
|
|
"typescript": "^5.8.2"
|
|
},
|
|
"prettier": "./index.mjs"
|
|
}
|