mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
34 lines
952 B
JSON
34 lines
952 B
JSON
{
|
|
"name": "@verdaccio/eslint-config",
|
|
"version": "3.0.0-next.0",
|
|
"private": "true",
|
|
"description": "verdaccio eslint config",
|
|
"main": "src/index.js",
|
|
"scripts": {
|
|
"lint": "eslint . --ext .js"
|
|
},
|
|
"author": {
|
|
"name": "Juan Picado",
|
|
"email": "juanpicado19@gmail.com"
|
|
},
|
|
"dependencies": {
|
|
"eslint-config-google": "0.14.0",
|
|
"eslint-config-prettier": "8.10.0",
|
|
"eslint-plugin-babel": "5.3.1",
|
|
"eslint-plugin-import": "2.28.1",
|
|
"eslint-plugin-jest": "27.4.0",
|
|
"eslint-plugin-jsx-a11y": "6.7.1",
|
|
"eslint-plugin-prettier": "4.2.1",
|
|
"eslint-plugin-react": "7.33.2",
|
|
"eslint-plugin-cypress": "2.15.1",
|
|
"eslint-plugin-react-hooks": "4.6.0",
|
|
"eslint-plugin-simple-import-sort": "10.0.0",
|
|
"eslint-plugin-verdaccio": "10.0.0"
|
|
},
|
|
"repository": {
|
|
"type": "https",
|
|
"url": "https://github.com/verdaccio/verdaccio"
|
|
},
|
|
"homepage": "https://verdaccio.org",
|
|
"license": "MIT"
|
|
}
|