-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 2.27 KB
/
package.json
File metadata and controls
75 lines (75 loc) · 2.27 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "@launchware/eslint-config-react",
"scope": "@launchware",
"version": "0.2.0",
"description": "ESLint configuration for LaunchWare react projects",
"main": "./dist/cjs/index.js",
"repository": "https://github.com/LaunchWare/eslint-config-react",
"author": "Dan Pickett",
"license": "MIT",
"module": "./dist/esm/index.js",
"exports": {
".": {
"import": "./dist/esm/index.js",
"require": "./dist/cjs/index.js"
}
},
"type": "module",
"files": [
"dist"
],
"scripts": {
"build": "rollup -c"
},
"devDependencies": {
"@rollup/plugin-typescript": "^12.1.1",
"@types/eslint": "^9.6.1",
"@types/eslint-plugin-jsx-a11y": "^6.10.0",
"@types/eslint__eslintrc": "^2.1.2",
"@types/eslint__js": "^8.42.3",
"@types/node": "^22.7.9",
"@typescript-eslint/eslint-plugin": "^8.11.0",
"@typescript-eslint/parser": "^8.11.0",
"eslint": "^9.13.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-config-react": "^1.1.7",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.36.1",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.13",
"rollup": "^4.24.0",
"rollup-plugin-copy": "^3.5.0",
"tslib": "^2.8.0",
"typescript": "^5.6.3"
},
"peerDependencies": {
"@typescript-eslint/eslint-plugin": "^9.0.0",
"@typescript-eslint/parser": "^9.0.0",
"eslint": "^9.0.0",
"eslint-config-airbnb": "^19.0.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-react": "^7.36.1",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.3",
"typescript": "^5.6.0"
},
"keywords": [
"eslint",
"eslintplugin",
"eslint-plugin",
"eslint-react"
],
"dependencies": {
"@eslint/compat": "^1.2.1",
"@eslint/eslintrc": "^3.3.1",
"@eslint/js": "9.27.0",
"@launchware/eslint-config-react": "link:",
"globals": "^15.11.0",
"typescript-eslint": "^8.11.0"
},
"packageManager": "pnpm@10.11.0+sha512.6540583f41cc5f628eb3d9773ecee802f4f9ef9923cc45b69890fb47991d4b092964694ec3a4f738a420c918a333062c8b925d312f42e4f0c263eb603551f977"
}