forked from facebook/sapling
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 903 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,
"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": "2.8.8",
"ts-node": "10.9.2",
"tsx": "^4.19.2"
},
"resolutions": {
"@stylexjs/babel-plugin": "0.4.1"
},
"scripts": {
"dev": "tsx ./scripts/dev.ts",
"prettier-check": "prettier --check .",
"prettier-fix": "prettier --write ."
},
"dependencies": {},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}