-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.89 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 1.89 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
{
"name": "koliveira15",
"version": "1.0.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/koliveira15/nx-sonarqube.git"
},
"scripts": {
"pre-commit": "lint-staged",
"prepare": "husky install",
"ci": "npx nx run-many --targets build,lint,test --parallel --exclude koliveira15"
},
"private": true,
"devDependencies": {
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@nx/devkit": "20.1.0",
"@nx/eslint": "20.1.0",
"@nx/eslint-plugin": "20.1.0",
"@nx/jest": "20.1.0",
"@nx/js": "20.1.0",
"@nx/plugin": "20.1.0",
"@nx/webpack": "20.1.0",
"@nx/workspace": "20.1.0",
"@swc-node/register": "1.10.9",
"@swc/cli": "0.5.0",
"@swc/core": "1.9.2",
"@types/jest": "29.5.14",
"@types/node": "^20.16.11",
"@typescript-eslint/eslint-plugin": "8.14.0",
"@typescript-eslint/parser": "8.14.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"husky": "8.0.1",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jsonc-eslint-parser": "2.4.0",
"lint-staged": "15.2.10",
"nodemon": "^3.1.7",
"nx": "20.1.0",
"prettier": "3.3.3",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
"typescript": "5.6.3",
"verdaccio": "^5.0.4"
},
"dependencies": {
"@astrojs/check": "0.5.2",
"@astrojs/starlight": "0.21.1",
"@phenomnomnominal/tsquery": "6.1.3",
"@swc/helpers": "0.5.15",
"astro": "4.3.5",
"sonarqube-scanner": "4.2.5",
"tslib": "2.8.1"
},
"optionalDependencies": {
"@nx/nx-darwin-arm64": "20.1.0",
"@nx/nx-darwin-x64": "20.1.0",
"@nx/nx-linux-x64-gnu": "20.1.0",
"@nx/nx-win32-x64-msvc": "20.1.0",
"@pagefind/linux-x64": "1.2.0",
"@rollup/rollup-linux-x64-gnu": "4.25.0"
},
"lint-staged": {
"*.{js,json,md,ts}": [
"npx nx format:write --uncommitted"
]
}
}