-
Notifications
You must be signed in to change notification settings - Fork 159
/
package.json
38 lines (38 loc) · 988 Bytes
/
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
{
"name": "react-packages",
"description": "Meteor packages for a great React developer experience",
"scripts": {
"lint": "eslint . || true"
},
"repository": {
"type": "git",
"url": "git+https://github.com/meteor/react-packages.git"
},
"keywords": [
"meteor",
"react"
],
"author": "Tom Colemna",
"license": "MIT",
"bugs": {
"url": "https://github.com/meteor/react-packages/issues"
},
"homepage": "https://github.com/meteor/react-packages#readme",
"dependencies": {
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-jsx-a11y": "^6.4.1"
},
"eslintConfig": {
"extends": "airbnb"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.54.1",
"eslint": "^8.35.0",
"eslint-config-standard-with-typescript": "^34.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.6.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.32.2",
"typescript": "^4.9.5"
}
}