mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-12 07:43:10 +10:00
feat(artboard): implement 8 new templates
This commit is contained in:
40
package.json
40
package.json
@ -25,8 +25,8 @@
|
||||
"prepare": "pnpm dlx husky install"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.23.2",
|
||||
"@babel/preset-react": "^7.22.15",
|
||||
"@babel/core": "^7.23.3",
|
||||
"@babel/preset-react": "^7.23.3",
|
||||
"@commitlint/cli": "^18.2.0",
|
||||
"@commitlint/config-conventional": "^18.1.0",
|
||||
"@nestjs/schematics": "^10.0.3",
|
||||
@ -50,29 +50,29 @@
|
||||
"@tailwindcss/forms": "^0.5.6",
|
||||
"@tailwindcss/typography": "^0.5.10",
|
||||
"@tanstack/eslint-plugin-query": "^5.6.0",
|
||||
"@testing-library/react": "14.0.0",
|
||||
"@testing-library/react": "14.1.0",
|
||||
"@types/async-retry": "^1.4.8",
|
||||
"@types/bcryptjs": "^2.4.6",
|
||||
"@types/cookie-parser": "^1.4.6",
|
||||
"@types/express": "^4.17.21",
|
||||
"@types/file-saver": "^2.0.7",
|
||||
"@types/jest": "^29.5.7",
|
||||
"@types/jest": "^29.5.8",
|
||||
"@types/lodash.debounce": "^4.0.9",
|
||||
"@types/lodash.get": "^4.4.9",
|
||||
"@types/lodash.set": "^4.3.9",
|
||||
"@types/multer": "^1.4.10",
|
||||
"@types/node": "20.8.10",
|
||||
"@types/nodemailer": "^6.4.13",
|
||||
"@types/node": "20.9.0",
|
||||
"@types/nodemailer": "^6.4.14",
|
||||
"@types/papaparse": "^5.3.11",
|
||||
"@types/passport": "^1.0.15",
|
||||
"@types/passport-github2": "^1.2.9",
|
||||
"@types/passport-google-oauth20": "^2.0.14",
|
||||
"@types/passport-local": "^1.0.38",
|
||||
"@types/react": "18.2.36",
|
||||
"@types/react-dom": "18.2.14",
|
||||
"@types/react-is": "18.2.3",
|
||||
"@types/retry": "^0.12.4",
|
||||
"@types/webfontloader": "^1.6.36",
|
||||
"@types/react": "18.2.37",
|
||||
"@types/react-dom": "18.2.15",
|
||||
"@types/react-is": "18.2.4",
|
||||
"@types/retry": "^0.12.5",
|
||||
"@types/webfontloader": "^1.6.37",
|
||||
"@typescript-eslint/eslint-plugin": "^6.10.0",
|
||||
"@typescript-eslint/parser": "^6.10.0",
|
||||
"@vitejs/plugin-react": "~4.1.1",
|
||||
@ -80,7 +80,7 @@
|
||||
"@vitest/coverage-v8": "^0.34.6",
|
||||
"@vitest/ui": "~0.34.6",
|
||||
"autoprefixer": "^10.4.16",
|
||||
"cypress": "^13.4.0",
|
||||
"cypress": "^13.5.0",
|
||||
"cz-conventional-changelog": "^3.3.0",
|
||||
"eslint": "~8.53.0",
|
||||
"eslint-config-prettier": "^9.0.0",
|
||||
@ -125,11 +125,11 @@
|
||||
"@nestjs/common": "^10.2.8",
|
||||
"@nestjs/config": "^3.1.1",
|
||||
"@nestjs/core": "^10.2.8",
|
||||
"@nestjs/jwt": "^10.1.1",
|
||||
"@nestjs/jwt": "^10.2.0",
|
||||
"@nestjs/passport": "^10.0.2",
|
||||
"@nestjs/platform-express": "^10.2.8",
|
||||
"@nestjs/serve-static": "^4.0.0",
|
||||
"@nestjs/swagger": "^7.1.14",
|
||||
"@nestjs/swagger": "^7.1.15",
|
||||
"@nestjs/terminus": "^10.1.1",
|
||||
"@paralleldrive/cuid2": "^2.2.2",
|
||||
"@pdf-lib/fontkit": "^1.1.1",
|
||||
@ -158,11 +158,11 @@
|
||||
"@radix-ui/react-toggle": "^1.0.3",
|
||||
"@radix-ui/react-toggle-group": "^1.0.4",
|
||||
"@radix-ui/react-tooltip": "^1.0.7",
|
||||
"@sentry/node": "^7.77.0",
|
||||
"@sentry/node": "^7.80.0",
|
||||
"@songkeys/nestjs-redis": "^10.0.0",
|
||||
"@songkeys/nestjs-redis-health": "^10.0.0",
|
||||
"@swc/helpers": "~0.5.3",
|
||||
"@tanstack/react-query": "^5.7.2",
|
||||
"@tanstack/react-query": "^5.8.1",
|
||||
"@tiptap/extension-highlight": "^2.1.12",
|
||||
"@tiptap/extension-image": "^2.1.12",
|
||||
"@tiptap/extension-link": "^2.1.12",
|
||||
@ -173,7 +173,7 @@
|
||||
"@types/passport-jwt": "^3.0.13",
|
||||
"async-retry": "^1.3.3",
|
||||
"await-to-js": "^3.0.0",
|
||||
"axios": "^1.6.0",
|
||||
"axios": "^1.6.1",
|
||||
"axios-auth-refresh": "^3.3.6",
|
||||
"bcryptjs": "^2.4.3",
|
||||
"cache-manager": "^5.2.4",
|
||||
@ -199,7 +199,7 @@
|
||||
"nestjs-prisma": "^0.22.0",
|
||||
"nestjs-zod": "^3.0.0",
|
||||
"nodemailer": "^6.9.7",
|
||||
"openai": "^4.16.1",
|
||||
"openai": "^4.17.0",
|
||||
"otplib": "^12.0.1",
|
||||
"papaparse": "^5.4.1",
|
||||
"passport": "^0.6.0",
|
||||
@ -208,14 +208,14 @@
|
||||
"passport-jwt": "^4.0.1",
|
||||
"passport-local": "^1.0.0",
|
||||
"pdf-lib": "^1.17.1",
|
||||
"puppeteer": "^21.5.0",
|
||||
"puppeteer": "^21.5.1",
|
||||
"qrcode.react": "^3.1.0",
|
||||
"react": "18.2.0",
|
||||
"react-colorful": "^5.6.1",
|
||||
"react-dom": "18.2.0",
|
||||
"react-helmet-async": "^1.3.0",
|
||||
"react-hook-form": "^7.48.2",
|
||||
"react-parallax-tilt": "^1.7.172",
|
||||
"react-parallax-tilt": "^1.7.173",
|
||||
"react-resizable-panels": "^0.0.55",
|
||||
"react-router-dom": "6.18.0",
|
||||
"react-zoom-pan-pinch": "^3.3.0",
|
||||
|
||||
Reference in New Issue
Block a user