This commit upgrades various dependencies including @tanstack/react-query, lucide-react, react-hook-form, and autoprefixer to their latest versions. These updates aim to ensure compatibility and take advantage of the latest features and fixes. Additionally, it updates @supabase/postgrest-js, @sentry/nextjs, and stripe libraries in the pnpm-lock.yaml file.
38 lines
835 B
JSON
38 lines
835 B
JSON
{
|
|
"name": "@kit/tailwind-config",
|
|
"version": "0.1.0",
|
|
"main": "index.ts",
|
|
"license": "MIT",
|
|
"files": [
|
|
"index.ts",
|
|
"postcss.js"
|
|
],
|
|
"scripts": {
|
|
"clean": "rm -rf .turbo node_modules",
|
|
"lint": "eslint .",
|
|
"format": "prettier --check \"**/*.{js,ts,json}\"",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"autoprefixer": "^10.4.20",
|
|
"postcss": "8.4.40",
|
|
"tailwindcss": "3.4.7",
|
|
"tailwindcss-animate": "^1.0.7"
|
|
},
|
|
"devDependencies": {
|
|
"@kit/eslint-config": "workspace:^",
|
|
"@kit/prettier-config": "workspace:^",
|
|
"@kit/tsconfig": "workspace:^",
|
|
"eslint": "^8.57.0",
|
|
"prettier": "^3.3.3",
|
|
"typescript": "^5.5.4"
|
|
},
|
|
"eslintConfig": {
|
|
"root": true,
|
|
"extends": [
|
|
"@kit/eslint-config/base"
|
|
]
|
|
},
|
|
"prettier": "@kit/prettier-config"
|
|
}
|