mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-12 07:43:10 +10:00
feat(homepage): add new sections to homepage
This commit is contained in:
18
package.json
18
package.json
@ -23,12 +23,12 @@
|
||||
"lint": "nx run-many -t lint --fix",
|
||||
"format": "pnpm dlx prettier -w .",
|
||||
"prepare": "pnpm dlx husky install",
|
||||
"messages:extract": "pnpm exec lingui extract --clean --overwrite"
|
||||
"messages:extract": "pnpm exec lingui extract --clean --overwrite --locale en-US"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.23.3",
|
||||
"@babel/preset-react": "^7.23.3",
|
||||
"@commitlint/cli": "^18.4.0",
|
||||
"@commitlint/cli": "^18.4.1",
|
||||
"@commitlint/config-conventional": "^18.4.0",
|
||||
"@lingui/cli": "^4.5.0",
|
||||
"@lingui/conf": "^4.5.0",
|
||||
@ -52,9 +52,9 @@
|
||||
"@swc/cli": "~0.1.62",
|
||||
"@swc/core": "~1.3.96",
|
||||
"@tailwindcss/container-queries": "^0.1.1",
|
||||
"@tailwindcss/forms": "^0.5.6",
|
||||
"@tailwindcss/forms": "^0.5.7",
|
||||
"@tailwindcss/typography": "^0.5.10",
|
||||
"@tanstack/eslint-plugin-query": "^5.6.0",
|
||||
"@tanstack/eslint-plugin-query": "^5.8.3",
|
||||
"@testing-library/react": "14.1.0",
|
||||
"@types/async-retry": "^1.4.8",
|
||||
"@types/bcryptjs": "^2.4.6",
|
||||
@ -107,7 +107,7 @@
|
||||
"postcss": "8.4.31",
|
||||
"postcss-import": "^15.1.0",
|
||||
"postcss-nested": "^6.0.1",
|
||||
"prettier": "^3.0.3",
|
||||
"prettier": "^3.1.0",
|
||||
"prisma": "^5.5.2",
|
||||
"tailwindcss": "^3.3.5",
|
||||
"tailwindcss-animate": "^1.0.7",
|
||||
@ -171,7 +171,7 @@
|
||||
"@songkeys/nestjs-redis": "^10.0.0",
|
||||
"@songkeys/nestjs-redis-health": "^10.0.0",
|
||||
"@swc/helpers": "~0.5.3",
|
||||
"@tanstack/react-query": "^5.8.1",
|
||||
"@tanstack/react-query": "^5.8.3",
|
||||
"@tiptap/extension-highlight": "^2.1.12",
|
||||
"@tiptap/extension-image": "^2.1.12",
|
||||
"@tiptap/extension-link": "^2.1.12",
|
||||
@ -206,7 +206,7 @@
|
||||
"nestjs-prisma": "^0.22.0",
|
||||
"nestjs-zod": "^3.0.0",
|
||||
"nodemailer": "^6.9.7",
|
||||
"openai": "^4.17.3",
|
||||
"openai": "^4.17.4",
|
||||
"otplib": "^12.0.1",
|
||||
"papaparse": "^5.4.1",
|
||||
"passport": "^0.6.0",
|
||||
@ -222,8 +222,8 @@
|
||||
"react-dom": "18.2.0",
|
||||
"react-helmet-async": "^1.3.0",
|
||||
"react-hook-form": "^7.48.2",
|
||||
"react-parallax-tilt": "^1.7.173",
|
||||
"react-resizable-panels": "^0.0.55",
|
||||
"react-parallax-tilt": "^1.7.174",
|
||||
"react-resizable-panels": "^0.0.54",
|
||||
"react-router-dom": "6.18.0",
|
||||
"react-zoom-pan-pinch": "^3.3.0",
|
||||
"reflect-metadata": "^0.1.13",
|
||||
|
||||
Reference in New Issue
Block a user