feat: update to TS 7

This commit is contained in:
2026-08-12 19:05:11 +03:00
parent 1698f24241
commit ad16a9353d
9 changed files with 960 additions and 1666 deletions

View File

@@ -2,11 +2,16 @@
"name": "tungulov-space",
"version": "0.1.0",
"private": true,
"packageManager": "pnpm@11.15.1",
"engines": {
"node": ">=24.0.0"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
"lint": "oxlint --threads=2 --deny-warnings",
"lint:fix": "oxlint --threads=2 --type-aware --fix"
},
"dependencies": {
"@base-ui/react": "^1.4.1",
@@ -46,7 +51,7 @@
"framer-motion": "^12.38.0",
"input-otp": "^1.4.2",
"lucide-react": "^1.14.0",
"next": "16.2.5",
"next": "16.3.0",
"next-themes": "^0.4.6",
"radix-ui": "^1.4.3",
"react": "^19.2.6",
@@ -61,18 +66,14 @@
"zod": "^4.4.3"
},
"devDependencies": {
"@eslint-react/eslint-plugin": "^5.7.4",
"@next/eslint-plugin-next": "^16.2.5",
"@tailwindcss/postcss": "^4.2.4",
"@types/node": "^25.6.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@typescript-eslint/eslint-plugin": "^8.59.2",
"@typescript-eslint/parser": "^8.59.2",
"eslint": "^10.3.0",
"eslint-plugin-react-hooks": "^7.1.1",
"oxlint": "1.78.0",
"oxlint-tsgolint": "7.0.2001",
"tailwindcss": "^4.2.4",
"tw-animate-css": "^1.4.0",
"typescript": "^6.0.3"
"typescript": "7.0.2"
}
}