mirror of
https://github.com/status-im/fathom.git
synced 2025-03-01 03:20:27 +00:00
30 lines
715 B
JSON
30 lines
715 B
JSON
{
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type" : "git"
|
|
, "url" : "https://github.com/usefathom/fathom.git"
|
|
},
|
|
"devDependencies": {
|
|
"babel-core": "^6.26.0",
|
|
"babel-plugin-transform-decorators-legacy": "^1.3.4",
|
|
"babel-plugin-transform-react-jsx": "^6.8.0",
|
|
"babel-preset-es2015": "^6.18.0",
|
|
"babelify": "^8.0.0",
|
|
"browserify": "^16.2.0",
|
|
"gulp": "^3.9.1",
|
|
"gulp-rename": "^1.2.2",
|
|
"gulp-sass": "^4.0.1",
|
|
"gulp-util": "^3.0.7",
|
|
"vinyl-buffer": "^1.0.0",
|
|
"vinyl-source-stream": "^2.0.0"
|
|
},
|
|
"dependencies": {
|
|
"d3": "^5.1.0",
|
|
"d3-tip": "^0.7.1",
|
|
"decko": "^1.2.0",
|
|
"gulp-uglify": "^3.0.0",
|
|
"preact": "^8.2.7",
|
|
"pump": "^3.0.0"
|
|
}
|
|
}
|