forked from facebook/sapling
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.11 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.11 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
{
"private": true,
"workspaces": [
"components",
"shared",
"isl",
"isl-server",
"textmate",
"vscode"
],
"devDependencies": {
"@babel/runtime": "^7.21.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"eslint": "^8.11.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-rulesdir": "^0.2.1",
"prettier": "3.6.2",
"prettier-plugin-organize-imports": "^4.1.0",
"ts-node": "10.9.2",
"tsx": "^4.19.2"
},
"resolutions": {
"@stylexjs/babel-plugin": "0.4.1"
},
"scripts": {
"dev": "tsx ./scripts/dev.ts",
"sync-api": "tsx ./scripts/sync-api.ts",
"sync-edenfs-notifications": "tsx ./scripts/sync-edenfs-notifications.ts",
"verify-internal": "tsx ./scripts/verifyInternal.ts",
"prettier-check": "prettier --check .",
"prettier-fix": "prettier --write ."
},
"dependencies": {},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}