forked from echenley/react-news
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.43 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
{
"name": "react-news",
"version": "0.0.0",
"repository": {
"type": "git",
"url": "https://github.com/echenley/react-news.git"
},
"dependencies": {
"fastclick": "^1.0.3",
"jquery": "^2.1.1",
"lodash": "^3.3.1"
},
"devDependencies": {
"browserify": "^6.2.0",
"del": "~0.1.3",
"firebase": "^2.0.1",
"gulp": "^3.8.9",
"gulp-autoprefixer": "~1.0.1",
"gulp-bower": "0.0.6",
"gulp-cache": "~0.2.4",
"gulp-concat": "^2.4.1",
"gulp-if": "^1.2.5",
"gulp-imagemin": "^1.0.1",
"gulp-jest": "~0.2.2",
"gulp-jshint": "^1.8.6",
"gulp-load-plugins": "~0.7.0",
"gulp-notify": "^2.0.1",
"gulp-plumber": "^0.6.6",
"gulp-react": "^1.0.2",
"gulp-rename": "^1.2.0",
"gulp-ruby-sass": "^0.7.1",
"gulp-size": "~1.1.0",
"gulp-streamify": "0.0.5",
"gulp-uglify": "^1.0.1",
"gulp-useref": "^0.4.5",
"gulp-util": "^3.0.1",
"gulp-webserver": "^0.8.3",
"jest": "~0.1.37",
"jest-cli": "^0.4.0",
"moment": "^2.8.4",
"react": "^0.12.1",
"react-router": "^0.12.0",
"react-tools": "^0.12.2",
"reactify": "^0.15.2",
"reflux": "^0.2.5",
"vinyl-source-stream": "^1.0.0",
"watchify": "^2.1.1"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "jest"
},
"jest": {
"scriptPreprocessor": "<rootDir>/preprocessor.js",
"unmockedModulePathPatterns": [
"<rootDir>/node_modules/react"
]
}
}