fathom/package.json

33 lines
799 B
JSON
Raw Permalink Normal View History

{
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/usefathom/fathom.git"
},
"devDependencies": {
2018-09-14 08:25:31 +00:00
"@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",
2018-04-20 11:26:00 +00:00
"browserify": "^16.2.0",
2018-10-30 15:14:36 +00:00
"gulp": "^4.0.0",
2018-09-14 08:25:31 +00:00
"gulp-babel": "^8.0.0",
"gulp-cache-bust": "^1.4.0",
"gulp-concat": "^2.6.1",
"gulp-if": "^2.0.2",
2018-09-14 08:25:31 +00:00
"gulp-uglify": "^3.0.0",
"vinyl-buffer": "^1.0.0",
2018-04-20 11:26:00 +00:00
"vinyl-source-stream": "^2.0.0"
},
"dependencies": {
2018-10-01 13:19:09 +00:00
"classnames": "^2.2.6",
"d3": "^5.7.0",
2018-05-23 07:56:33 +00:00
"d3-tip": "^0.9.1",
"d3-transition": "^1.1.3",
"decko": "^1.2.0",
"pikaday": "^1.8.0",
"preact": "^8.3.1"
}
}