-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.12 KB
/
package.json
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
{
"name": "hgod-in-cv",
"version": "0.1.0",
"private": true,
"description": "Monorepo for Henrique Godinho's CV",
"keywords": [],
"license": "ISC",
"author": "Henrique Godinho <ola@hgod.in>",
"main": "index.js",
"scripts": {
"commit": "cz",
"commit:no-verify": "pnpm commit --no-verify",
"build": "lerna run build --stream",
"test": "lerna run test --stream --no-sort"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"dependencies": {
"lerna": "^8.1.9"
},
"devDependencies": {
"@nx/eslint": "19.6.2",
"@nx/jest": "19.6.2",
"@nx/vite": "19.6.2",
"@nx/web": "19.6.2",
"@vitest/ui": "^2.1.5",
"commitizen": "^4.3.1",
"conventional-changelog": "^6.0.0",
"eslint": "~9.9.1",
"nx": "19.6.2",
"vite": "~5.4.11",
"vitest": "^2.1.5"
},
"packageManager": "pnpm@9.13.2+sha512.88c9c3864450350e65a33587ab801acf946d7c814ed1134da4a924f6df5a2120fd36b46aab68f7cd1d413149112d53c7db3a4136624cfd00ff1846a0c6cef48a"
}