|
|
@@ -5,7 +5,7 @@
|
|
|
"type": "module",
|
|
|
"scripts": {
|
|
|
"dev": "vite",
|
|
|
- "build": "tsc && vite build",
|
|
|
+ "build": "tsc -b && vite build",
|
|
|
"lint": "eslint .",
|
|
|
"preview": "vite preview",
|
|
|
"format:check": "prettier --check .",
|
|
|
@@ -48,22 +48,22 @@
|
|
|
"zod": "^3.23.8"
|
|
|
},
|
|
|
"devDependencies": {
|
|
|
- "@types/node": "^20.12.7",
|
|
|
+ "@eslint/js": "^9.13.0",
|
|
|
+ "@types/node": "^22.9.0",
|
|
|
"@types/react": "^18.3.12",
|
|
|
"@types/react-dom": "^18.3.1",
|
|
|
- "@types/react-syntax-highlighter": "^15.5.13",
|
|
|
- "@typescript-eslint/eslint-plugin": "^6.14.0",
|
|
|
- "@typescript-eslint/parser": "^6.14.0",
|
|
|
- "@vitejs/plugin-react-swc": "^3.7.1",
|
|
|
+ "@vitejs/plugin-react-swc": "^3.5.0",
|
|
|
"autoprefixer": "^10.4.20",
|
|
|
- "eslint": "^8.55.0",
|
|
|
- "eslint-plugin-react-hooks": "^4.6.0",
|
|
|
- "eslint-plugin-react-refresh": "^0.4.5",
|
|
|
- "postcss": "^8.4.48",
|
|
|
+ "eslint": "^9.13.0",
|
|
|
+ "eslint-plugin-react-hooks": "^5.0.0",
|
|
|
+ "eslint-plugin-react-refresh": "^0.4.14",
|
|
|
+ "globals": "^15.11.0",
|
|
|
+ "postcss": "^8.4.49",
|
|
|
"prettier": "^3.3.3",
|
|
|
- "prettier-plugin-tailwindcss": "^0.5.14",
|
|
|
+ "prettier-plugin-tailwindcss": "^0.6.8",
|
|
|
"tailwindcss": "^3.4.14",
|
|
|
- "typescript": "^5.6.3",
|
|
|
- "vite": "^5.4.11"
|
|
|
+ "typescript": "~5.6.2",
|
|
|
+ "typescript-eslint": "^8.11.0",
|
|
|
+ "vite": "^5.4.10"
|
|
|
}
|
|
|
}
|