-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.17 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
{
"name": "flash",
"version": "1.0.0",
"description": "ES6 featured Boilerplate for Meteor/React application",
"main": "flash.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/schabluk/none.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"faker": "^3.0.1",
"react": "^0.14.7",
"react-dom": "^0.14.7",
"react-komposer": "^1.3.1",
"react-mounter": "^1.0.0"
},
"devDependencies": {
"babel": "^6.3.26",
"babel-jest": "^6.0.1",
"babel-preset-airbnb": "^1.0.1",
"enzyme": "^2.0.0-rc1",
"jest": "^0.1.40",
"jest-cli": "^0.8.2",
"react": "^0.14.7",
"react-addons-test-utils": "^0.14.7"
},
"jest": {
"scriptPreprocessor": "<rootDir>/node_modules/babel-jest",
"unmockedModulePathPatterns": [
"react",
"react-dom",
"react-addons-test-utils",
"fbjs",
"enzyme",
"cheerio",
"htmlparser2",
"underscore",
"lodash",
"domhandler",
"object.assign",
"define-properties",
"function-bind",
"object-keys",
"object.values",
"es-abstract"
]
}
}