Files
Reactive-Resume/package.json
2023-11-05 14:23:01 +01:00

257 lines
8.2 KiB
JSON

{
"name": "@reactive-resume/source",
"description": "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume.",
"version": "4.0.0-alpha.0",
"license": "MIT",
"private": true,
"author": {
"name": "Amruth Pillai",
"url": "https://amruthpillai.com",
"email": "hello@amruthpillai.com"
},
"repository": {
"type": "git",
"url": "https://github.com/AmruthPillai/Reactive-Resume.git"
},
"scripts": {
"dev": "nx run-many -t serve",
"test": "nx run-many -t test",
"prebuild": "pnpm exec prisma generate",
"build": "nx run-many -t build",
"prestart": "pnpm dlx prisma migrate deploy",
"start": "node dist/apps/server/main",
"lint": "nx run-many -t lint --fix",
"format": "pnpm exec prettier -w .",
"prepare": "pnpm dlx husky install"
},
"devDependencies": {
"@babel/core": "^7.23.2",
"@babel/preset-react": "^7.22.15",
"@commitlint/cli": "^18.2.0",
"@commitlint/config-conventional": "^18.1.0",
"@nestjs/schematics": "^10.0.3",
"@nestjs/testing": "^10.2.8",
"@nx/cypress": "17.0.3",
"@nx/eslint": "17.0.3",
"@nx/eslint-plugin": "17.0.3",
"@nx/jest": "17.0.3",
"@nx/js": "17.0.3",
"@nx/nest": "17.0.3",
"@nx/node": "17.0.3",
"@nx/react": "17.0.3",
"@nx/vite": "17.0.3",
"@nx/web": "17.0.3",
"@nx/webpack": "17.0.3",
"@nx/workspace": "17.0.3",
"@swc-node/register": "~1.6.8",
"@swc/cli": "~0.1.62",
"@swc/core": "~1.3.96",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/forms": "^0.5.6",
"@tailwindcss/typography": "^0.5.10",
"@tanstack/eslint-plugin-query": "^5.6.0",
"@testing-library/react": "14.0.0",
"@types/async-retry": "^1.4.7",
"@types/bcryptjs": "^2.4.5",
"@types/cookie-parser": "^1.4.5",
"@types/express": "^4.17.20",
"@types/file-saver": "^2.0.6",
"@types/jest": "^29.5.7",
"@types/lodash.debounce": "^4.0.8",
"@types/lodash.get": "^4.4.8",
"@types/lodash.set": "^4.3.8",
"@types/multer": "^1.4.9",
"@types/node": "20.8.10",
"@types/nodemailer": "^6.4.13",
"@types/papaparse": "^5.3.10",
"@types/passport": "^1.0.14",
"@types/passport-github2": "^1.2.8",
"@types/passport-google-oauth20": "^2.0.13",
"@types/passport-local": "^1.0.37",
"@types/react": "18.2.35",
"@types/react-dom": "18.2.14",
"@types/react-is": "18.2.3",
"@types/retry": "^0.12.4",
"@types/styled-components": "5.1.29",
"@types/webfontloader": "^1.6.36",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"@vitejs/plugin-react": "~4.1.1",
"@vitejs/plugin-react-swc": "~3.4.1",
"@vitest/coverage-v8": "^0.34.6",
"@vitest/ui": "~0.34.6",
"autoprefixer": "^10.4.16",
"babel-plugin-styled-components": "2.1.4",
"cypress": "^13.4.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "~8.53.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-cypress": "^2.15.1",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-tailwindcss": "^3.13.0",
"eslint-plugin-unused-imports": "^3.0.0",
"husky": "^8.0.3",
"jest": "^29.7.0",
"jest-environment-node": "^29.7.0",
"jsdom": "~22.1.0",
"nx": "17.0.3",
"postcss": "8.4.31",
"postcss-import": "^15.1.0",
"postcss-nested": "^6.0.1",
"prettier": "^3.0.3",
"prisma": "^5.5.2",
"tailwindcss": "^3.3.5",
"tailwindcss-animate": "^1.0.7",
"ts-jest": "^29.1.1",
"ts-node": "10.9.1",
"typescript": "~5.2.2",
"vite": "~4.5.0",
"vite-plugin-dts": "~3.6.3",
"vitest": "~0.34.6"
},
"dependencies": {
"@dnd-kit/core": "^6.0.8",
"@dnd-kit/modifiers": "^6.0.1",
"@dnd-kit/sortable": "^7.0.2",
"@dnd-kit/utilities": "^3.2.1",
"@fontsource/ibm-plex-sans": "^5.0.17",
"@hookform/resolvers": "^3.3.2",
"@nestjs-modules/mailer": "^1.9.1",
"@nestjs/axios": "^3.0.1",
"@nestjs/cache-manager": "^2.1.1",
"@nestjs/common": "^10.2.8",
"@nestjs/config": "^3.1.1",
"@nestjs/core": "^10.2.8",
"@nestjs/jwt": "^10.1.1",
"@nestjs/passport": "^10.0.2",
"@nestjs/platform-express": "^10.2.8",
"@nestjs/serve-static": "^4.0.0",
"@nestjs/swagger": "^7.1.14",
"@nestjs/terminus": "^10.1.1",
"@paralleldrive/cuid2": "^2.2.2",
"@pdf-lib/fontkit": "^1.1.1",
"@phosphor-icons/react": "^2.0.14",
"@prisma/client": "^5.5.2",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-aspect-ratio": "^1.0.3",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-context-menu": "^2.1.5",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-hover-card": "^1.0.7",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-portal": "^1.0.4",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slider": "^1.1.2",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-toast": "^1.1.5",
"@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",
"@songkeys/nestjs-redis": "^10.0.0",
"@songkeys/nestjs-redis-health": "^10.0.0",
"@swc/helpers": "~0.5.3",
"@tanstack/react-query": "^5.7.1",
"@tiptap/extension-highlight": "^2.1.12",
"@tiptap/extension-image": "^2.1.12",
"@tiptap/extension-link": "^2.1.12",
"@tiptap/extension-text-align": "^2.1.12",
"@tiptap/extension-underline": "^2.1.12",
"@tiptap/react": "^2.1.12",
"@tiptap/starter-kit": "^2.1.12",
"@types/passport-jwt": "^3.0.12",
"async-retry": "^1.3.3",
"await-to-js": "^3.0.0",
"axios": "^1.6.0",
"axios-auth-refresh": "^3.3.6",
"bcryptjs": "^2.4.3",
"cache-manager": "^5.2.4",
"cache-manager-redis-yet": "^4.1.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"cmdk": "^0.2.0",
"cookie-parser": "^1.4.6",
"dayjs": "^1.11.10",
"deepmerge": "^4.3.1",
"file-saver": "^2.0.5",
"framer-motion": "^10.16.4",
"helmet": "^7.0.0",
"immer": "^10.0.3",
"ioredis": "^5.3.2",
"jszip": "^3.10.1",
"lodash.debounce": "^4.0.8",
"lodash.get": "^4.4.2",
"lodash.set": "^4.3.2",
"minio": "^7.1.3",
"nest-raven": "^10.0.0",
"nestjs-minio-client": "^2.2.0",
"nestjs-prisma": "^0.22.0",
"nestjs-zod": "^3.0.0",
"nodemailer": "^6.9.7",
"openai": "^4.15.3",
"otplib": "^12.0.1",
"papaparse": "^5.4.1",
"passport": "^0.6.0",
"passport-github2": "^0.1.12",
"passport-google-oauth20": "^2.0.0",
"passport-jwt": "^4.0.1",
"passport-local": "^1.0.0",
"pdf-lib": "^1.17.1",
"puppeteer": "^21.5.0",
"qrcode.react": "^3.1.0",
"react": "18.2.0",
"react-colorful": "^5.6.1",
"react-dom": "18.2.0",
"react-frame-component": "^5.2.6",
"react-helmet-async": "^1.3.0",
"react-hook-form": "^7.48.2",
"react-is": "18.2.0",
"react-parallax-tilt": "^1.7.172",
"react-resizable-panels": "^0.0.55",
"react-router-dom": "6.18.0",
"react-zoom-pan-pinch": "^3.3.0",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.8.1",
"sharp": "^0.32.6",
"styled-components": "6.1.0",
"tailwind-merge": "^2.0.0",
"tslib": "^2.6.2",
"unique-names-generator": "^4.7.1",
"use-breakpoint": "^4.0.1",
"use-keyboard-shortcut": "^1.1.6",
"usehooks-ts": "^2.9.1",
"webfontloader": "^1.6.28",
"zod": "^3.22.4",
"zod-to-json-schema": "^3.21.4",
"zundo": "^2.0.0",
"zustand": "^4.4.6"
},
"prisma": {
"schema": "tools/prisma/schema.prisma"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
],
"rules": {}
}
}