29 lines
918 B
JSON
29 lines
918 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|