-
Notifications
You must be signed in to change notification settings - Fork 68
/
Copy pathpackage.json
48 lines (48 loc) · 1.41 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
42
43
44
45
46
47
48
{
"name": "@lg-tools/lint",
"version": "2.1.0",
"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.25.9",
"@emotion/eslint-plugin": "11.12.0",
"@eslint/compat": "^1.2.3",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.16.0",
"@lg-tools/build": "workspace:^",
"@types/cli-progress": "^3.11.6",
"@types/cross-spawn": "6.0.2",
"@types/prettier": "^2.7.0",
"@typescript-eslint/eslint-plugin": "8.17.0",
"@typescript-eslint/parser": "8.17.0",
"chalk": "4.1.2",
"cross-spawn": "7.0.3",
"eslint": "9.16.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jest": "28.9.0",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-react-hooks": "5.0.0",
"eslint-plugin-simple-import-sort": "12.1.1",
"eslint-plugin-storybook": "0.11.1",
"glob": "11.0.1",
"globals": "^15.13.0",
"npm-package-json-lint": "8.0.0",
"npm-package-json-lint-config-default": "7.0.1",
"prettier": "2.8.8"
},
"peerDependencies": {
"typescript": "~4.9.0"
}
}