-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.34 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
{
"name": "browserify-example",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "mocha --require babel-core/register"
},
"author": "",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.0.14",
"babel-preset-es2015": "^6.0.8",
"babel-preset-react": "^6.0.2",
"babelify": "^7.0.2",
"browserify": "^11.2.0",
"chai": "^3.4.0",
"gulp": "^3.9.0",
"gulp-htmlhint": "^0.3.0",
"gulp-jscs": "^3.0.1",
"gulp-jshint": "^1.11.2",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.0.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.0.4",
"gulp-server-livereload": "^1.5.3",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.4.2",
"jshint-jsx": "^0.4.1",
"jshint-stylish": "^2.0.1",
"mocha": "^2.3.3",
"node-bourbon": "^4.2.3",
"node-font-awesome": "^1.0.2",
"redux-devtools": "^2.1.5",
"uglifyify": "^3.0.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.4.0"
},
"dependencies": {
"font-awesome": "^4.4.0",
"isomorphic-fetch": "^2.2.0",
"jquery": "^2.1.4",
"moment": "^2.10.6",
"normalize.css": "^3.0.3",
"react": "^0.14.0",
"react-dom": "^0.14.0",
"react-redux": "^4.0.0",
"redux": "^3.0.3",
"redux-thunk": "^1.0.0",
"underscore": "^1.8.3"
}
}