summaryrefslogtreecommitdiffstats
path: root/devtools/client/accessibility/test/node/package.json
blob: 787a47df36f5c9bad0194ea94d8e9283f635d1d5 (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
{
  "name": "devtools-client-framework-tests",
  "license": "MPL-2.0",
  "version": "0.0.1",
  "engines": {
    "node": ">=8.9.4"
  },
  "scripts": {
    "test": "jest",
    "test-ci": "jest --json"
  },
  "dependencies": {
    "@babel/plugin-proposal-async-generator-functions": "^7.2.0",
    "@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3",
    "@babel/plugin-proposal-optional-chaining": "^7.8.3",
    "@babel/plugin-proposal-class-properties": "7.10.4",
    "babel-plugin-transform-amd-to-commonjs": "1.4.0",
    "devtools-modules": "1.1.5",
    "enzyme": "^3.9.0",
    "enzyme-adapter-react-16": "^1.13.2",
    "enzyme-to-json": "^3.3.5",
    "jest": "^24.6.0",
    "react": "16.4.1",
    "react-dom": "16.4.1",
    "react-test-renderer": "16.4.1"
  }
}