Repository URL to install this package:
|
Version:
4.1.0 ▾
|
@skava/tests
/
package.json
|
|---|
{
"name": "@skava/tests",
"version": "4.1.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.8.0",
"enzyme-adapter-react-16": "1.8.0",
"enzyme-to-json": "3.3.5",
"exotic": "^2.0.4",
"jest": "^24.0.0",
"jest-cli": "^24.0.0",
"jest-styled-components": "^6.3.1",
"react-test-renderer": "16.7.0",
"ts-jest": "^23.10.5",
"raf": "3.4.1"
},
"devDependencies": {
"@types/core-js": "2.5.0",
"@types/enzyme": "^3.1.16",
"@types/enzyme-adapter-react-16": "^1.0.3",
"@types/jest": "^23.3.13",
"@types/jsdom": "^12.2.0",
"@types/node": "^10.12.12",
"jest-transform-graphql": "2.1.0",
"typescript": "^3.3.1",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"xmobx": "^2.0.2"
},
"_typings": "dist/typings/index.d.ts",
"_bundledDependencies": [
"jest",
"ts-jest",
"jest-cli",
"@types/jest",
"jest-transform-graphql"
]
}