27 lines
742 B
JSON
27 lines
742 B
JSON
{
|
|
"name": "devtools-client-shared-components-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-class-properties": "7.10.4",
|
|
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3",
|
|
"@babel/plugin-proposal-optional-chaining": "^7.8.3",
|
|
"babel-plugin-transform-amd-to-commonjs": "1.4.0",
|
|
"enzyme": "^3.9.0",
|
|
"enzyme-adapter-react-16": "^1.13.2",
|
|
"enzyme-to-json": "^3.3.5",
|
|
"jest": "^24.6.0",
|
|
"jsdom": "20.0.0",
|
|
"react": "16.4.1",
|
|
"react-dom": "16.4.1",
|
|
"react-dom-factories": "1.0.2",
|
|
"react-test-renderer": "16.4.1"
|
|
}
|
|
}
|