-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.01 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.01 KB
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
{
"name": "react-jest",
"version": "0.0.1",
"dependencies": {
"react": "*",
"react-tools": "*"
},
"devDependencies": {
"gulp": "~3.8.8",
"gulp-autoprefixer": "~1.0.0",
"gulp-bower": "0.0.6",
"gulp-browserify": "~0.5.0",
"gulp-connect-multi": "~1.0.8",
"gulp-jshint": "~1.8.4",
"gulp-load-plugins": "~0.6.0",
"gulp-rimraf": "~0.1.0",
"gulp-size": "~1.1.0",
"gulp-uglify": "1.0.1",
"gulp-useref": "~1.0.1",
"gulp-util": "~3.0.1",
"jest-cli": "^0.4.0",
"jshint-stylish": "0.4.0",
"react": "^0.12.0",
"react-router": "~0.11.6",
"reactify": "~0.15.2",
"reflux": "~0.1.13",
"wiredep": "~1.8.5"
},
"engines": {
"node": ">=0.10.0"
},
"jest": {
"scriptPreprocessor": "<rootDir>/preprocessor.js",
"unmockedModulePathPatterns": ["<rootDir>/node_modules/react"]
},
"scripts": {
"test": "jest"
}
}