forked from searleser97/graphite-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 868 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
{
"private": true,
"name": "graphite-client",
"workspaces": {
"packages": [
"./apps/cli",
"./apps/gti",
"./apps/gti-server",
"./libs/gti-shared",
"./libs/gti-cli-shared-types",
"./apps/vscode"
]
},
"packageManager": "[email protected]",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.47.0",
"@typescript-eslint/parser": "^5.47.0",
"@yarnpkg/sdks": "^3.0.0-rc.34",
"eslint": "^8.30.0",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "^3.5.2",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-simple-import-sort": "^8.0.0",
"husky": "^8.0.1",
"nyc": "^15.1.0",
"prettier": "^2.8.1",
"pretty-quick": "^3.1.3",
"ts-mocha": "^10.0.0",
"turbo": "^1.3.4",
"typescript": "^4.9.4"
}
}