-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 1.15 KB
/
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
{
"name": "babel-plugin-react-use-event-callback",
"version": "1.0.0",
"repository": "ssh://git@github.com/WillBooster/babel-plugin-react-use-event-callback.git",
"license": "Apache-2.0",
"author": "WillBooster Inc.",
"scripts": {
"cleanup": "yarn format && yarn lint-fix",
"format": "sort-package-json && yarn prettier",
"lint": "eslint \"./{packages/*/,}{src,__tests__}/**/*.{js,jsx,ts,tsx}\"",
"lint-fix": "yarn lint --fix",
"prettier": "prettier --write \"**/{.*/,}*.{css,htm,html,js,json,jsx,md,scss,ts,tsx,vue,yaml,yml}\" \"!**/test-fixtures/**\"",
"typecheck": "tsc --noEmit"
},
"prettier": "@willbooster/prettier-config",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"@willbooster/eslint-config-ts": "3.0.0",
"@willbooster/prettier-config": "3.0.0",
"@willbooster/renovate-config": "3.0.0",
"eslint": "8.57.1",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-prettier": "5.2.3",
"husky": "4.3.8",
"lint-staged": "14.0.1",
"prettier": "3.5.1",
"sort-package-json": "1.57.0"
}
}