-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·52 lines (52 loc) · 1.59 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
51
52
{
"name": "@theholocron/eslint-config",
"homepage": "https://github.com/the-holocron/threepio/tree/master/packages/eslint-config#readme",
"description": "An ESLint configuration for writing well-formed Javascript within the Galaxy.",
"author": "Newton Koumantzelis",
"version": "0.4.3",
"main": "src/index.js",
"files": [
"eslintrc.json",
"index.js"
],
"repository": "https://github.com/the-holocron/threepio.git",
"bugs": "https://github.com/the-holocron/threepio/issues",
"releases": "https://github.com/the-holocron/threepio/releases",
"wiki": "https://github.com/the-holocron/threepio/wiki",
"license": "GPL-3.0",
"browserslist": [
"extends @theholocron/browserslist-config"
],
"jest": {
"preset": "@theholocron/jest-preset"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"lint": "eslint --config ./src/index.js ./",
"test": "jest --coverage"
},
"devDependencies": {
"@theholocron/jest-preset": "file:../jest-preset"
},
"peerDependencies": {
"@theholocron/browserslist-config": "^0.1.0"
},
"dependencies": {
"@stylistic/eslint-plugin": "^1.5.4",
"@typescript-eslint/parser": "^6.20.0",
"eslint": "^8.56.0",
"eslint-plugin-compat": "^4.2.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^27.6.3",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-storybook": "^0.6.15",
"jest": "^29.7.0",
"typescript": "^5.3.3"
}
}