mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-20 11:23:07 +09:00
16 lines
381 B
JSON
16 lines
381 B
JSON
{
|
|
"name": "mach-eslint",
|
|
"description": "ESLint and external plugins for use with mach",
|
|
"repository": {},
|
|
"license": "MPL-2.0",
|
|
"dependencies": {
|
|
"eslint": "3.8.1",
|
|
"eslint-plugin-html": "1.5.2",
|
|
"eslint-plugin-react": "4.2.3",
|
|
"escope": "^3.6.0",
|
|
"espree": "^3.2.0",
|
|
"estraverse": "^4.2.0",
|
|
"ini-parser": "^0.0.2",
|
|
"sax": "^1.1.4"
|
|
}
|
|
}
|