-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.3 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
39
40
41
42
43
44
45
{
"name": "pnpm-mono",
"version": "1.0.0",
"description": "the project will have everything",
"scripts": {
"postinstall": "husky install",
"clean": "find . -name \"node_modules\" -type d -prune -exec rm -rf '{}' + & rm pnpm-lock.yaml",
"commit": "git-cz",
"build": "nx run-many -t build",
"build:affected": "nx affected -t build",
"test": "nx run-many -t test",
"test:affected": "nx affected -t test",
"docker:mono:container": "docker build . --target mono-dep --tag mono-dep:latest -f ./docker/build.Dockerfile"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@commitlint/cli": "^17.8.1",
"@commitlint/config-conventional": "^17.8.1",
"@commitlint/config-pnpm-scopes": "^17.8.1",
"@commitlint/cz-commitlint": "^17.8.1",
"@repo/eslint-config-react": "workspace:^",
"@repo/typescript-config": "workspace:^",
"chalk": "^5.3.0",
"commitizen": "^4.3.0",
"cypress": "^13.6.2",
"eslint": "8.38.0",
"husky": "^8.0.3",
"lint-staged": "^14.0.1",
"nx": "^16.10.0",
"nx-cloud": "^16.5.2",
"prettier": "^3.2.1",
"syncpack": "^11.2.1"
},
"config": {
"commitizen": {
"path": "@commitlint/cz-commitlint"
}
},
"engines": {
"node": ">=18.18.0"
},
"packageManager": "[email protected]"
}