Repository URL to install this package:
|
Version:
4.0.0-beta.2 ▾
|
@skava/tests
/
package.json
|
|---|
{
"name": "@skava/tests",
"version": "4.0.0-beta.2",
"main": "index.js",
"typings": "src/index.d.ts",
"types": "src/index.d.ts",
"private": false,
"publishConfig": {
"access": "public"
},
"scripts": {
"prepublishOnly": "make publish"
},
"description": "base testing framework @skava",
"dependencies": {
"@types/core-js": "2.5.0",
"@types/enzyme": "^3.1.15",
"@types/enzyme-adapter-react-16": "^1.0.3",
"@types/jest": "^23.3.10",
"@types/jsdom": "^12.2.0",
"@types/node": "^10.12.12",
"chalk": "2.4.1",
"enzyme": "^3.7.0",
"enzyme-adapter-react-16": "1.7.0",
"enzyme-to-json": "3.3.5",
"exotic": "^2.0.4",
"jest": "^23.6.0",
"jest-cli": "^23.6.0",
"jest-styled-components": "^6.3.1",
"react-test-renderer": "16.6.3",
"ts-jest": "^23.10.5",
"raf": "3.4.0"
},
"devDependencies": {
"jest-transform-graphql": "2.1.0",
"typescript": "^3.2.1",
"react": "^16.6.3",
"react-dom": "^16.6.3",
"xmobx": "^2.0.2"
},
"_typings": "dist/typings/index.d.ts",
"_bundledDependencies": [
"jest",
"ts-jest",
"jest-cli",
"@types/jest",
"jest-transform-graphql"
]
}