summaryrefslogtreecommitdiffstats
path: root/package.json
blob: b0c23b903e0ffec33a354477acc42c493cda6406 (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
31
32
33
{
  "name": "mozilla-central",
  "description": "This package file is for node modules used in mozilla-central",
  "repository": {},
  "license": "MPL-2.0",
  "devDependencies": {
    "@microsoft/eslint-plugin-sdl": "0.2.2",
    "@types/gecko": "file:tools/@types",
    "eslint": "8.57.0",
    "eslint-config-prettier": "8.8.0",
    "eslint-plugin-eslint-plugin": "5.4.0",
    "eslint-plugin-file-header": "0.0.1",
    "eslint-plugin-html": "8.0.0",
    "eslint-plugin-import": "2.29.1",
    "eslint-plugin-jest": "27.9.0",
    "eslint-plugin-jsdoc": "39.9.1",
    "eslint-plugin-json": "3.1.0",
    "eslint-plugin-jsx-a11y": "6.8.0",
    "eslint-plugin-mozilla": "file:tools/lint/eslint/eslint-plugin-mozilla",
    "eslint-plugin-no-unsanitized": "4.0.2",
    "eslint-plugin-react": "7.33.2",
    "eslint-plugin-react-hooks": "4.6.0",
    "eslint-plugin-spidermonkey-js": "file:tools/lint/eslint/eslint-plugin-spidermonkey-js",
    "jsdoc": "4.0.2",
    "prettier": "2.8.8",
    "stylelint": "15.10.3",
    "stylelint-config-recommended": "13.0.0",
    "stylelint-config-standard-scss": "11.0.0",
    "yarn": "1.22.21"
  },
  "notes(private)": "We don't want to publish to npm, so this is marked as private",
  "private": true
}