Compare commits
1 Commits
main
...
5808b9056d
Author | SHA1 | Date | |
---|---|---|---|
5808b9056d |
2
.gitignore
vendored
2
.gitignore
vendored
@@ -38,4 +38,4 @@ yarn-error.log*
|
|||||||
|
|
||||||
# typescript
|
# typescript
|
||||||
*.tsbuildinfo
|
*.tsbuildinfo
|
||||||
# next-env.d.ts # needed for linting in CI
|
next-env.d.ts
|
||||||
|
@@ -21,7 +21,7 @@ export default [
|
|||||||
},
|
},
|
||||||
|
|
||||||
// 1. Next.js core rules (includes react, react-hooks, and next)
|
// 1. Next.js core rules (includes react, react-hooks, and next)
|
||||||
...compat.extends('next/core-web-vitals', 'prettier'),
|
...compat.extends('next/core-web-vitals', 'next/typescript', 'prettier'),
|
||||||
|
|
||||||
// 2. Your strict, type-aware TypeScript rules
|
// 2. Your strict, type-aware TypeScript rules
|
||||||
...tseslint.configs.strictTypeChecked,
|
...tseslint.configs.strictTypeChecked,
|
||||||
|
6
next-env.d.ts
vendored
6
next-env.d.ts
vendored
@@ -1,6 +0,0 @@
|
|||||||
/// <reference types="next" />
|
|
||||||
/// <reference types="next/image-types/global" />
|
|
||||||
/// <reference path="./.next/types/routes.d.ts" />
|
|
||||||
|
|
||||||
// NOTE: This file should not be edited
|
|
||||||
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
|
|
28
package.json
28
package.json
@@ -11,33 +11,33 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"class-variance-authority": "^0.7.1",
|
"class-variance-authority": "^0.7.1",
|
||||||
"clsx": "^2.1.1",
|
"clsx": "^2.1.1",
|
||||||
"lucide-react": "^0.542.0",
|
"lucide-react": "^0.541.0",
|
||||||
"next": "15.5.3",
|
"next": "15.5.0",
|
||||||
"react": "19.1.1",
|
"react": "19.1.1",
|
||||||
"react-dom": "19.1.1",
|
"react-dom": "19.1.1",
|
||||||
"tailwind-merge": "^3.3.1"
|
"tailwind-merge": "^3.3.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@eslint/eslintrc": "3.3.1",
|
"@eslint/eslintrc": "3.3.1",
|
||||||
"@tailwindcss/postcss": "4.1.13",
|
"@tailwindcss/postcss": "4.1.12",
|
||||||
"@types/node": "22.18.3",
|
"@types/node": "22.18.0",
|
||||||
"@types/react": "19.1.13",
|
"@types/react": "19.1.11",
|
||||||
"@types/react-dom": "19.1.9",
|
"@types/react-dom": "19.1.7",
|
||||||
"eslint": "9.35.0",
|
"eslint": "9.34.0",
|
||||||
"eslint-config-next": "15.5.3",
|
"eslint-config-next": "15.5.0",
|
||||||
"eslint-config-prettier": "10.1.8",
|
"eslint-config-prettier": "10.1.8",
|
||||||
"prettier": "3.6.2",
|
"prettier": "3.6.2",
|
||||||
"prettier-plugin-tailwindcss": "0.6.14",
|
"prettier-plugin-tailwindcss": "0.6.14",
|
||||||
"tailwindcss": "4.1.13",
|
"tailwindcss": "4.1.12",
|
||||||
"tw-animate-css": "1.3.8",
|
"tw-animate-css": "1.3.7",
|
||||||
"typescript": "5.9.2",
|
"typescript": "5.9.2",
|
||||||
"typescript-eslint": "8.42.0"
|
"typescript-eslint": "8.40.0"
|
||||||
},
|
},
|
||||||
"packageManager": "pnpm@10.15.1",
|
"packageManager": "pnpm@10.15.0",
|
||||||
"pnpm": {
|
"pnpm": {
|
||||||
"overrides": {
|
"overrides": {
|
||||||
"@types/react": "19.1.13",
|
"@types/react": "19.1.11",
|
||||||
"@types/react-dom": "19.1.9"
|
"@types/react-dom": "19.1.7"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
739
pnpm-lock.yaml
generated
739
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user