summaryrefslogtreecommitdiffstats
path: root/devtools/client/webconsole/test/node/package.json
blob: d394afa26e63afe1a37124c2035e962a75b310b3 (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
{
  "name": "webconsole-tests",
  "version": "0.0.1",
  "scripts": {
    "test": "TZ=Europe/Prague jest",
    "test-ci": "TZ=Europe/Prague jest --json"
  },
  "dependencies": {
    "@babel/core": "^7.20.12",
    "@babel/plugin-proposal-class-properties": "7.18.6",
    "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
    "@babel/plugin-proposal-optional-chaining": "^7.20.7",
    "@babel/plugin-proposal-private-methods": "^7.18.6",
    "@babel/preset-env": "^7.15.6",
    "@babel/preset-react": "7.14.5",
    "@babel/register": "^7.18.9",
    "babel-jest": "^23.0.0",
    "babel-plugin-module-resolver": "^4.1.0",
    "babel-plugin-transform-amd-to-commonjs": "1.4.0",
    "enzyme": "^3.11.0",
    "enzyme-adapter-react-16": "^1.15.7",
    "expect": "^1.16.0",
    "jest": "^24.6.0",
    "react": "16.4.1",
    "react-dom": "16.4.1",
    "react-test-renderer": "16.4.1",
    "sinon": "^1.17.5"
  }
}