-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 2.38 KB
/
Copy pathpackage.json
File metadata and controls
67 lines (67 loc) · 2.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"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.2.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.24.0+sha512.bd27e345e976dcb0be0b7a1228217b049a817e21b1f355c90dbe7dc46671895a8bc1e6d06c24554505ea93ea0b45f489a27ec1bfbc8de6a9659fca0f16fa0000",
"workspaces": [
"apps/*",
"packages/*",
"tooling"
],
"scripts": {
"build": "turbo run build",
"doctor": "turbo run doctor",
"check": "biome check --write --unsafe . && markdownlint-cli2 --fix && github-actionlint -shellcheck= -pyflakes=",
"docs:gen": "pnpm --filter server docs:gen && pnpm --filter @reactive-resume/tooling docs:gen",
"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 --concurrency=4",
"test:coverage": "turbo run test:coverage --concurrency=4",
"test:ci": "turbo run test:ci --concurrency=4",
"test:e2e": "playwright test",
"test:e2e:ui": "playwright test --ui",
"test:e2e:ci": "playwright test",
"test:agent": "turbo run test:agent --concurrency=4"
},
"devDependencies": {
"@biomejs/biome": "^2.5.10",
"@commitlint/cli": "^21.2.2",
"@commitlint/config-conventional": "^21.2.2",
"@playwright/test": "^1.62.1",
"@reactive-resume/config": "workspace:*",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^7.0.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.6",
"@types/node": "^26.4.0",
"@types/pg": "^8.23.1",
"@vitest/coverage-v8": "^4.1.11",
"github-actionlint": "1.7.12",
"happy-dom": "^20.11.8",
"knip": "^6.32.3",
"lefthook": "^2.1.10",
"markdownlint-cli2": "0.23.2",
"pg": "^8.23.0",
"turbo": "^2.10.12",
"typescript": "^7.0.2",
"vitest": "^4.1.11"
}
}