summaryrefslogtreecommitdiffstats
path: root/package.json
blob: b2a64fad07df62e641252942e5c175737bfdc2b0 (plain)
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
{
  "name": "mozilla-central",
  "description": "This package file is for node modules used in mozilla-central",
  "repository": {},
  "license": "MPL-2.0",
  "dependencies": {},
  "devDependencies": {
    "@babel/core": "7.8.3",
    "babel-eslint": "10.1.0",
    "eslint": "7.8.0",
    "eslint-config-prettier": "6.10.0",
    "eslint-plugin-babel": "5.3.0",
    "eslint-plugin-fetch-options": "0.0.5",
    "eslint-plugin-file-header": "0.0.1",
    "eslint-plugin-flowtype": "4.6.0",
    "eslint-plugin-html": "6.0.0",
    "eslint-plugin-import": "2.20.1",
    "eslint-plugin-jest": "23.20.0",
    "eslint-plugin-jsx-a11y": "6.2.3",
    "eslint-plugin-mozilla": "file:tools/lint/eslint/eslint-plugin-mozilla",
    "eslint-plugin-no-unsanitized": "3.1.4",
    "eslint-plugin-prettier": "3.1.2",
    "eslint-plugin-react": "7.18.3",
    "eslint-plugin-spidermonkey-js": "file:tools/lint/eslint/eslint-plugin-spidermonkey-js",
    "prettier": "1.19.1",
    "yarn": "1.22.0"
  },
  "notes(private)": "We don't want to publish to npm, so this is marked as private",
  "private": true
}