-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
34 lines (34 loc) · 922 Bytes
/
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
{
"private": true,
"name": "tereza-monorepo",
"version": "1.0.0",
"scripts": {
"build-graph": "turbo run build --only --graph=turbo-build-graph.png",
"preinstall": "npx only-allow pnpm",
"lint": "lint-staged --diff main --quiet",
"ls": "lerna ls",
"prepare": "husky",
"syncpack:fix": "syncpack fix-mismatches",
"syncpack:list": "syncpack list-mismatches"
},
"devDependencies": {
"@commitlint/cli": "^18.6.0",
"@lerna-lite/changed": "^3.2.1",
"@lerna-lite/cli": "^3.2.1",
"@lerna-lite/list": "^3.2.1",
"@lerna-lite/version": "^3.2.1",
"@ttoss/config": "^1.31.4",
"@ttoss/eslint-config": "^1.24.0",
"carlin": "^1.31.11",
"eslint": "^8.56.0",
"husky": "^9.0.10",
"lint-staged": "15.2.1",
"prettier": "^3.2.5",
"syncpack": "^12.3.0",
"turbo": "^1.12.2",
"typescript": "~5.2.2"
},
"engines": {
"node": ">=18.0.0"
}
}