mirror of https://github.com/status-im/fathom.git
19 lines
408 B
JSON
19 lines
408 B
JSON
|
{
|
||
|
"devDependencies": {
|
||
|
"browserify": "^13.1.1",
|
||
|
"gulp": "^3.9.1",
|
||
|
"gulp-rename": "^1.2.2",
|
||
|
"gulp-sass": "^2.3.2",
|
||
|
"react": "^15.4.0",
|
||
|
"vinyl-buffer": "^1.0.0",
|
||
|
"vinyl-source-stream": "^1.1.0"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"babel-preset-es2015": "^6.18.0",
|
||
|
"babel-preset-react": "^6.16.0",
|
||
|
"babelify": "^7.3.0",
|
||
|
"gulp-util": "^3.0.7",
|
||
|
"react-dom": "^15.4.0"
|
||
|
}
|
||
|
}
|