mirror of
https://github.com/status-im/fathom.git
synced 2025-03-01 11:30:28 +00:00
34 lines
830 B
JSON
34 lines
830 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",
|
|
"event-stream": "^3.3.4",
|
|
"gulp": "^3.9.1",
|
|
"gulp-rename": "^1.2.2",
|
|
"gulp-sass": "^4.0.1",
|
|
"gulp-util": "^3.0.7",
|
|
"node-sass": "^4.9.0",
|
|
"vinyl-buffer": "^1.0.0",
|
|
"vinyl-source-stream": "^2.0.0"
|
|
},
|
|
"dependencies": {
|
|
"cookies-js": "^1.2.3",
|
|
"d3": "^5.4.0",
|
|
"d3-transition": "^1.1.1",
|
|
"decko": "^1.2.0",
|
|
"gulp-uglify": "^3.0.0",
|
|
"pikaday": "^1.7.0",
|
|
"preact": "^8.2.7",
|
|
"pump": "^3.0.0"
|
|
}
|
|
}
|