-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.68 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"private": true,
"dependencies": {
"react": "^15.4.2"
},
"devDependencies": {
"babel-core": "^6.4.5",
"babel-preset-es2015": "^6.3.13",
"babel-preset-jest": "^19.0.0",
"babel-preset-react": "^6.3.13",
"babel-register": "^6.23.0",
"chai": "^3.5.0",
"enzyme": "^2.7.1",
"jest": "^17.0.3",
"jest-cli": "^19.0.2",
"jest-enzyme": "^2.1.2",
"phantomjs-polyfill": "0.0.1",
"react": "^15.4.2",
"react-addons-test-utils": "^15.4.2",
"react-dom": "^15.4.2",
"react-test-renderer": "^15.4.2"
},
"jest": {
"verbose": true,
"bail": true,
"scriptPreprocessor": "<rootDir>/node_modules/babel-jest",
"setupTestFrameworkScriptFile": "./node_modules/jest-enzyme/lib/index.js",
"unmockedModulePathPatterns": [
"react",
"react-dom",
"react-addons-test-utils",
"fbjs",
"enzyme",
"cheerio",
"htmlparser2",
"underscore",
"lodash",
"domhandler",
"object.assign",
"define-properties",
"function-bind",
"object-keys",
"jest-enzyme"
]
},
"name": "wallaby-react-component",
"description": "[See the tutorial for more details.](http://dm.gl/2015/03/11/wallaby-react/)",
"version": "1.0.0",
"main": "wallaby.js",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/design1online/wallabyjs-react-jest-enzyme-babel-sample.git"
},
"keywords": [],
"license": "GNU 3.0",
"bugs": {
"url": "https://github.com/design1online/wallabyjs-react-jest-enzyme-babel-sample/issues"
},
"homepage": "https://github.com/design1online/wallabyjs-react-jest-enzyme-babel-sample#readme"
}