Bug 1586798 - Use WalkerFront from the currently selected element in onTagEdit()...
[gecko.git] / package.json
blobdb8023e2f2af2499d3c44ffc4e3116f147c24bc9
2   "name": "mozilla-central",
3   "description": "This package file is for node modules used in mozilla-central",
4   "repository": {},
5   "license": "MPL-2.0",
6   "dependencies": {
7     "yarn": "^1.16.0"
8   },
9   "devDependencies": {
10     "babel-eslint": "10.0.3",
11     "eslint": "6.2.2",
12     "eslint-config-prettier": "6.1.0",
13     "eslint-plugin-babel": "5.3.0",
14     "eslint-plugin-fetch-options": "0.0.5",
15     "eslint-plugin-file-header": "0.0.1",
16     "eslint-plugin-flowtype": "4.2.0",
17     "eslint-plugin-html": "6.0.0",
18     "eslint-plugin-import": "2.18.2",
19     "eslint-plugin-jest": "22.15.2",
20     "eslint-plugin-jsx-a11y": "6.2.3",
21     "eslint-plugin-mozilla": "file:tools/lint/eslint/eslint-plugin-mozilla",
22     "eslint-plugin-no-unsanitized": "3.0.2",
23     "eslint-plugin-prettier": "3.1.0",
24     "eslint-plugin-react": "7.14.3",
25     "eslint-plugin-spidermonkey-js": "file:tools/lint/eslint/eslint-plugin-spidermonkey-js",
26     "prettier": "1.17.0"
27   },
28   "notes(private)": "We don't want to publish to npm, so this is marked as private",
29   "private": true