mirror of
https://github.com/status-im/fathom.git
synced 2025-03-01 03:20:27 +00:00
35 lines
855 B
JSON
35 lines
855 B
JSON
{
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/usefathom/fathom.git"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.0.1",
|
|
"@babel/plugin-proposal-decorators": "^7.0.0",
|
|
"@babel/plugin-transform-react-jsx": "^7.0.0",
|
|
"@babel/preset-env": "^7.0.0",
|
|
"babelify": "^10.0.0",
|
|
"browserify": "^16.2.0",
|
|
"gulp": "^4.0.0",
|
|
"gulp-babel": "^8.0.0",
|
|
"gulp-cache-bust": "^1.4.0",
|
|
"gulp-rename": "^1.2.2",
|
|
"gulp-sass": "^4.0.1",
|
|
"gulp-uglify": "^3.0.0",
|
|
"gulp-util": "^3.0.7",
|
|
"node-sass": "^4.9.0",
|
|
"vinyl-buffer": "^1.0.0",
|
|
"vinyl-source-stream": "^2.0.0"
|
|
},
|
|
"dependencies": {
|
|
"classnames": "^2.2.6",
|
|
"d3": "^5.7.0",
|
|
"d3-tip": "^0.9.1",
|
|
"d3-transition": "^1.1.3",
|
|
"decko": "^1.2.0",
|
|
"pikaday": "^1.8.0",
|
|
"preact": "^8.3.1"
|
|
}
|
|
}
|