Repository URL to install this package:
|
Version:
5.0.0 ▾
|
@skava/tests
/
package.json
|
|---|
{
"name": "@skava/tests",
"version": "5.0.0",
"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": {
"chalk": "2.4.2",
"enzyme": "^3.9.0",
"enzyme-adapter-react-16": "1.11.2",
"enzyme-to-json": "3.3.5",
"exotic": "^2.0.8",
"jest": "^24.5.0",
"jest-cli": "^24.5.0",
"jest-styled-components": "^6.3.1",
"react-test-renderer": "16.8.4",
"ts-jest": "^24.0.0",
"raf": "3.4.1"
},
"devDependencies": {
"@types/core-js": "2.5.0",
"@types/enzyme": "^3.9.0",
"@types/enzyme-adapter-react-16": "^1.0.5",
"@types/jest": "^24.0.11",
"@types/jsdom": "^12.2.3",
"@types/node": "^11.1.3",
"jest-transform-graphql": "2.1.0",
"typescript": "^3.3.1",
"react": "^16.8.4",
"react-dom": "^16.8.4",
"xmobx": "^2.0.2"
},
"_typings": "dist/typings/index.d.ts",
"_bundledDependencies": [
"jest",
"ts-jest",
"jest-cli",
"@types/jest",
"jest-transform-graphql"
]
}