2016-05-13 16:06:08 +03:00
|
|
|
{
|
2018-10-01 20:28:45 +03:00
|
|
|
"name": "mozilla-central",
|
|
|
|
"description": "This package file is for node modules used in mozilla-central",
|
2016-05-13 16:06:08 +03:00
|
|
|
"repository": {},
|
|
|
|
"license": "MPL-2.0",
|
2019-06-14 07:24:17 +03:00
|
|
|
"dependencies": {
|
|
|
|
"yarn": "^1.16.0"
|
|
|
|
},
|
2018-10-01 20:28:45 +03:00
|
|
|
"devDependencies": {
|
2019-08-27 17:51:29 +03:00
|
|
|
"babel-eslint": "10.0.3",
|
|
|
|
"eslint": "6.2.2",
|
|
|
|
"eslint-config-prettier": "6.1.0",
|
2019-04-08 23:07:22 +03:00
|
|
|
"eslint-plugin-babel": "5.3.0",
|
2019-07-17 13:35:44 +03:00
|
|
|
"eslint-plugin-fetch-options": "0.0.5",
|
2019-04-08 23:07:22 +03:00
|
|
|
"eslint-plugin-file-header": "0.0.1",
|
2019-08-21 22:08:44 +03:00
|
|
|
"eslint-plugin-flowtype": "4.2.0",
|
|
|
|
"eslint-plugin-html": "6.0.0",
|
|
|
|
"eslint-plugin-import": "2.18.2",
|
2019-08-27 17:51:29 +03:00
|
|
|
"eslint-plugin-jest": "22.15.2",
|
2019-08-21 22:08:44 +03:00
|
|
|
"eslint-plugin-jsx-a11y": "6.2.3",
|
2017-06-28 22:47:36 +03:00
|
|
|
"eslint-plugin-mozilla": "file:tools/lint/eslint/eslint-plugin-mozilla",
|
2018-05-24 18:54:54 +03:00
|
|
|
"eslint-plugin-no-unsanitized": "3.0.2",
|
2019-08-21 22:08:44 +03:00
|
|
|
"eslint-plugin-prettier": "3.1.0",
|
|
|
|
"eslint-plugin-react": "7.14.3",
|
2019-05-17 18:50:29 +03:00
|
|
|
"eslint-plugin-spidermonkey-js": "file:tools/lint/eslint/eslint-plugin-spidermonkey-js",
|
|
|
|
"prettier": "1.17.0"
|
2017-10-23 10:39:47 +03:00
|
|
|
},
|
2018-10-01 20:28:45 +03:00
|
|
|
"notes(private)": "We don't want to publish to npm, so this is marked as private",
|
|
|
|
"private": true
|
2016-05-13 16:06:08 +03:00
|
|
|
}
|