-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
32 lines (32 loc) · 1 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
{
"name": "grommet-leaflet-repository",
"description": "Map for Grommet and React using LeafletJS",
"repository": "https://github.com/grommet/grommet-leaflet.git",
"authors": [
"Eric Soderberg <[email protected]>",
"Matt Glissmann",
"Taylor Seamans",
"Jessica Filben"
],
"license": "ISC",
"private": true,
"scripts": {
"lint": "eslint . --ext .js --ext .jsx",
"lint-fix": "eslint . --ext .js --ext .jsx --fix"
},
"devDependencies": {
"@babel/eslint-parser": "^7.19.1",
"@babel/preset-react": "^7.18.6",
"eslint": "^8.30.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-grommet": "https://github.com/grommet/eslint-plugin-grommet/tarball/stable",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx": "^0.1.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^2.8.8"
}
}