Repository URL to install this package:
|
Version:
4.0.0-alpha.7 ▾
|
@skava/tests
/
package.json
|
|---|
{
"name": "@skava/tests",
"version": "4.0.0-alpha.7",
"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.9",
"@types/jsdom": "^12.2.0",
"@types/node": "^10.12.9",
"chalk": "2.4.1",
"enzyme": "^3.7.0",
"enzyme-adapter-react-16": "1.7.0",
"enzyme-to-json": "3.3.4",
"exotic": "^2.0.1",
"jest": "^23.6.0",
"jest-cli": "^23.6.0",
"jest-styled-components": "^6.3.1",
"react-test-renderer": "16.6.1",
"ts-jest": "^23.10.4"
},
"devDependencies": {
"jest-transform-graphql": "2.1.0",
"typescript": "^3.1.6",
"react": "^16.6.1",
"react-dom": "^16.6.1",
"xmobx": "^2.0.3"
},
"_typings": "dist/typings/index.d.ts",
"_bundledDependencies": [
"jest",
"ts-jest",
"jest-cli",
"@types/jest",
"jest-transform-graphql"
]
}