mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-06 11:04:54 +10:00
dfd2c77bc9
* docs: design e2e test setup Co-authored-by: Amruth Pillai <im.amruth@gmail.com> * docs: plan e2e test implementation Co-authored-by: Amruth Pillai <im.amruth@gmail.com> * test: add playwright e2e scripts Co-authored-by: Amruth Pillai <im.amruth@gmail.com> * test: configure playwright Co-authored-by: Amruth Pillai <im.amruth@gmail.com> * test: add core e2e fixtures and specs Co-authored-by: Amruth Pillai <im.amruth@gmail.com> * ci: run e2e tests on pull requests Co-authored-by: Amruth Pillai <im.amruth@gmail.com> * [autofix.ci] apply automated fixes * test: stabilize e2e suite Co-authored-by: Amruth Pillai <im.amruth@gmail.com> * test: ignore playwright artifacts Co-authored-by: Amruth Pillai <im.amruth@gmail.com> * Update .github/workflows/e2e.yml Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * test: address e2e review feedback Co-authored-by: Amruth Pillai <im.amruth@gmail.com> --------- Co-authored-by: Cursor Agent <cursoragent@cursor.com> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
66 lines
2.0 KiB
JSON
66 lines
2.0 KiB
JSON
{
|
|
"name": "reactive-resume",
|
|
"description": "Reactive Resume is a free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume.",
|
|
"version": "5.1.9",
|
|
"private": true,
|
|
"license": "MIT",
|
|
"author": {
|
|
"name": "Amruth Pillai",
|
|
"email": "hello@amruthpillai.com",
|
|
"url": "https://amruthpillai.com"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/amruthpillai/reactive-resume.git"
|
|
},
|
|
"packageManager": "pnpm@11.7.0",
|
|
"workspaces": [
|
|
"apps/*",
|
|
"packages/*",
|
|
"tooling"
|
|
],
|
|
"scripts": {
|
|
"build": "turbo run build",
|
|
"doctor": "turbo run doctor",
|
|
"check": "biome check --write --unsafe .",
|
|
"db:generate": "turbo run db:generate --filter=@reactive-resume/db",
|
|
"db:migrate": "turbo run db:migrate --filter=@reactive-resume/db",
|
|
"db:studio": "turbo run db:studio --filter=@reactive-resume/db",
|
|
"lingui:extract": "turbo run lingui:extract --filter=web",
|
|
"dev": "turbo run dev",
|
|
"dev:web": "turbo run dev --filter=web",
|
|
"knip": "knip",
|
|
"start": "node apps/server/dist/index.mjs",
|
|
"typecheck": "turbo run typecheck",
|
|
"test": "turbo run test",
|
|
"test:coverage": "turbo run test:coverage",
|
|
"test:ci": "turbo run test:ci",
|
|
"test:e2e": "playwright test",
|
|
"test:e2e:ui": "playwright test --ui",
|
|
"test:e2e:ci": "playwright test",
|
|
"test:agent": "turbo run test:agent"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "^2.5.0",
|
|
"@commitlint/cli": "^21.0.2",
|
|
"@commitlint/config-conventional": "^21.0.2",
|
|
"@playwright/test": "^1.61.0",
|
|
"@reactive-resume/config": "workspace:*",
|
|
"@testing-library/dom": "^10.4.1",
|
|
"@testing-library/jest-dom": "^6.9.1",
|
|
"@testing-library/react": "^16.3.2",
|
|
"@testing-library/user-event": "^14.6.1",
|
|
"@types/node": "^25.9.3",
|
|
"@types/pg": "^8.20.0",
|
|
"@vitest/coverage-v8": "^4.1.9",
|
|
"happy-dom": "^20.10.5",
|
|
"knip": "^6.17.1",
|
|
"lefthook": "^2.1.9",
|
|
"npm-check-updates": "^22.2.3",
|
|
"pg": "^8.21.0",
|
|
"turbo": "^2.9.18",
|
|
"typescript": "^6.0.3",
|
|
"vitest": "^4.1.9"
|
|
}
|
|
}
|