-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) 路 805 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) 路 805 Bytes
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
{
"packageManager": "yarn@4.5.2",
"private": true,
"workspaces": [
"packages/*"
],
"devDependencies": {
"@typescript-eslint/eslint-plugin": "7.10.0",
"@typescript-eslint/parser": "7.10.0",
"dotenv-cli": "7.4.2",
"eslint": "8.57.0",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-tsdoc": "0.2.17",
"eslint-plugin-unused-imports": "3.2.0",
"husky": "9.0.11",
"lint-staged": "15.2.4",
"pinst": ">=2",
"prettier": "3.2.5",
"release-it": "17.3.0",
"tsdoc-markdown": "0.6.3",
"turbo": "2.3.1",
"typescript": "5.7.3"
},
"lint-staged": {
"*.{ts,tsx}": [
"prettier --write",
"eslint --cache --fix"
]
},
"dependencies": {
"@changesets/cli": "2.27.10"
}
}