-
-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpackage.json
More file actions
151 lines (151 loc) · 4.64 KB
/
Copy pathpackage.json
File metadata and controls
151 lines (151 loc) · 4.64 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
{
"name": "hr-skills-monorepo",
"version": "1.4.0",
"private": true,
"description": "AI skills and technical recruiting knowledge for modern HR and talent acquisition teams.",
"type": "module",
"packageManager": "bun@1.3.14",
"author": "Tuan Duc Tran",
"license": "MIT",
"homepage": "https://github.com/tuanductran/hr-skills#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/tuanductran/hr-skills.git"
},
"bugs": {
"url": "https://github.com/tuanductran/hr-skills/issues"
},
"keywords": [
"hr",
"human-resources",
"skills",
"ai-skills",
"llm",
"agents",
"recruiting",
"performance-management",
"compliance"
],
"workspaces": {
"packages": [
".",
"apps/*",
"packages/*",
"playground/*"
],
"catalog": {
"@clack/prompts": "^1.7.0",
"@types/bun": "^1.3.14",
"knip": "^6.32.1",
"ts-morph": "^24.0.0",
"valibot": "^1.4.2",
"tsdown": "^0.22.14",
"turbo": "^2.10.9",
"typescript": "^6.0.3",
"unrun": "^0.3.1",
"unocss": "^66.7.0",
"yaml": "^2.9.0",
"@types/node": "^22.15.0"
},
"catalogs": {
"frontend": {
"@nuxt/test-utils": "^3.19.2",
"@iconify-json/lucide": "^1.2.124",
"@tailwindcss/postcss": "^4.3.3",
"@vitejs/plugin-react": "^5.0.0",
"@nuxt/ui": "^4.10.0",
"@radix-ui/react-dialog": "^1.1.23",
"@types/react": "^19.2.0",
"@types/react-dom": "^19.2.0",
"@vueuse/nuxt": "^14.4.0",
"nuxt": "^4.5.2",
"lucide-react": "^1.33.0",
"next": "^15.5.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-hot-toast": "^2.6.0",
"react-markdown": "^10.1.0",
"rehype-sanitize": "^6.0.0",
"remark-gfm": "^4.0.1",
"server-only": "^0.0.1",
"tailwindcss": "^4.3.3",
"vite": "^7.1.0",
"vitest": "^4.0.15",
"vue": "^3.5.41",
"vue-router": "^5.2.0",
"vue-tsc": "^3.3.10"
},
"biome": {
"@biomejs/biome": "^2.5.7"
},
"commit": {
"@changesets/cli": "^2.31.1",
"@commitlint/cli": "^21.2.1",
"@commitlint/config-conventional": "^21.2.0",
"@commitlint/types": "^21.2.0",
"lefthook": "^2.1.10"
},
"markdown": {
"case-police": "^2.2.1",
"markdown-link-check": "^3.15.0",
"markdownlint-cli": "^0.49.1"
},
"testing": {
"@playwright/test": "^1.62.1"
}
}
},
"scripts": {
"build": "turbo run build --filter=!hr-skills-monorepo",
"build-skills": "turbo run build-skills --filter=hr-skills-build",
"dev": "turbo run dev --filter=!hr-skills-monorepo",
"test": "turbo run test --filter=!hr-skills-monorepo",
"test:e2e": "turbo run test:e2e --filter=hr-skills-web",
"typecheck": "turbo run typecheck --filter=!hr-skills-monorepo",
"check": "biome check .",
"lint": "biome check . --write",
"format": "biome format . --write",
"lint:md": "markdownlint . .agents .claude .github && case-police . .agents .claude .github",
"lint:md:fix": "markdownlint . .agents .claude .github --fix && case-police . .agents .claude .github --fix",
"lint:links": "markdown-link-check -c config.json ./docs ./skills",
"knip": "knip",
"sync": "turbo run sync --filter=hr-skills-build",
"validate": "turbo run validate --filter=hr-skills-build",
"matrix": "turbo run matrix --filter=hr-skills-build",
"registry": "turbo run registry --filter=hr-skills",
"api-docs": "turbo run api-docs --filter=hr-skills-tsdoc",
"api-docs:check": "turbo run api-docs:check --filter=hr-skills-tsdoc",
"docs-data": "turbo run docs-data --filter=hr-skills-build",
"signals": "turbo run signals --filter=hr-skills",
"plan": "turbo run plan --filter=hr-skills --",
"discover": "turbo run discover --filter=hr-skills --",
"find": "turbo run find --filter=hr-skills --",
"list": "turbo run list --filter=hr-skills",
"init": "turbo run init --filter=hr-skills --",
"recommend": "turbo run recommend --filter=hr-skills --",
"execute": "turbo run execute --filter=hr-skills --",
"evaluate": "turbo run evaluate --filter=hr-skills --",
"changeset": "changeset",
"release": "changeset version",
"prepare": "lefthook install",
"preinstall": "bunx only-allow bun",
"commitlint": "commitlint --edit",
"skill-review": "turbo run skill-review --filter=hr-skills --"
},
"devDependencies": {
"@biomejs/biome": "catalog:biome",
"@changesets/cli": "catalog:commit",
"@commitlint/cli": "catalog:commit",
"@commitlint/config-conventional": "catalog:commit",
"@commitlint/types": "catalog:commit",
"@types/bun": "catalog:",
"case-police": "catalog:markdown",
"knip": "catalog:",
"lefthook": "catalog:commit",
"markdown-link-check": "catalog:markdown",
"markdownlint-cli": "catalog:markdown",
"turbo": "catalog:",
"typescript": "catalog:",
"unrun": "catalog:"
}
}