-
Notifications
You must be signed in to change notification settings - Fork 64
/
package.json
41 lines (41 loc) · 1.19 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
32
33
34
35
36
37
38
39
40
41
{
"name": "@lg-tools/lint",
"version": "0.2.3",
"description": "Lint rules & config for LeafyGreen repositories",
"main": "dist/index.js",
"module": "dist/esm/index.js",
"license": "Apache-2.0",
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "lg-internal-build-package",
"tsc": "tsc --build tsconfig.json"
},
"dependencies": {
"@babel/core": "7.23.2",
"@babel/eslint-parser": "7.22.15",
"@emotion/eslint-plugin": "11.11.0",
"@lg-tools/build": "^0.6.0",
"@types/cross-spawn": "6.0.2",
"@typescript-eslint/eslint-plugin": "5.60.0",
"@typescript-eslint/parser": "5.60.0",
"chalk": "4.1.2",
"cross-spawn": "7.0.3",
"eslint": "8.43.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jest": "27.2.2",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-simple-import-sort": "10.0.0",
"eslint-plugin-storybook": "0.6.12",
"npm-package-json-lint": "7.0.0",
"npm-package-json-lint-config-default": "6.0.0",
"prettier": "2.8.8"
},
"peerDependencies": {
"typescript": "~4.9.0"
}
}