-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.4 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
49
50
{
"name": "@speechanddebate/eslint-config-nsda",
"version": "2.0.12",
"description": "NSDA ESLint config",
"main": "index.js",
"type": "module",
"scripts": {
"format": "prettier . --write",
"format-check": "prettier . --check"
},
"repository": {
"type": "git",
"url": "git+https://github.com/speechanddebate/eslint-config-nsda.git"
},
"keywords": [
"eslint",
"eslintconfig"
],
"author": "Aaron Hardy <[email protected]> (https://speechanddebate.org)",
"license": "ISC",
"bugs": {
"url": "https://github.com/speechanddebate/eslint-config-nsda/issues"
},
"homepage": "https://github.com/speechanddebate/eslint-config-nsda#readme",
"peerDependencies": {
"eslint": "^8.57.0"
},
"dependencies": {
"@tanstack/eslint-plugin-query": "^5.60.1",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^28.6.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.34.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"eslint-plugin-svelte": "^2.41.0",
"eslint-plugin-testing-library": "^6.2.0",
"eslint-plugin-vitest": "^0.3.22",
"globals": "^15.6.0",
"svelte": "^4.2.18",
"typescript-eslint": "^7.13.1"
},
"devDependencies": {
"prettier": "^3.2.5"
}
}