2016-11-21 13:24:50 +01:00
|
|
|
{
|
2018-04-25 17:01:24 +02:00
|
|
|
"license": "MIT",
|
2018-05-06 11:53:19 +02:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/usefathom/fathom.git"
|
2018-04-25 17:01:24 +02:00
|
|
|
},
|
2016-11-21 13:24:50 +01:00
|
|
|
"devDependencies": {
|
2018-09-14 10:25:31 +02: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 13:26:00 +02:00
|
|
|
"browserify": "^16.2.0",
|
2016-11-21 13:24:50 +01:00
|
|
|
"gulp": "^3.9.1",
|
2018-09-14 10:25:31 +02:00
|
|
|
"gulp-babel": "^8.0.0",
|
2016-11-21 13:24:50 +01:00
|
|
|
"gulp-rename": "^1.2.2",
|
2018-04-20 13:26:00 +02:00
|
|
|
"gulp-sass": "^4.0.1",
|
2018-09-14 10:25:31 +02:00
|
|
|
"gulp-uglify": "^3.0.0",
|
2016-11-23 15:51:19 +01:00
|
|
|
"gulp-util": "^3.0.7",
|
2018-05-21 11:36:58 +02:00
|
|
|
"node-sass": "^4.9.0",
|
2016-11-21 13:24:50 +01:00
|
|
|
"vinyl-buffer": "^1.0.0",
|
2018-04-20 13:26:00 +02:00
|
|
|
"vinyl-source-stream": "^2.0.0"
|
2016-11-21 13:24:50 +01:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2018-10-01 15:19:09 +02:00
|
|
|
"classnames": "^2.2.6",
|
2018-05-22 12:23:17 +02:00
|
|
|
"d3": "^5.4.0",
|
2018-05-23 09:56:33 +02:00
|
|
|
"d3-tip": "^0.9.1",
|
2018-05-22 15:45:22 +02:00
|
|
|
"d3-transition": "^1.1.1",
|
2018-04-23 10:11:51 +02:00
|
|
|
"decko": "^1.2.0",
|
2018-05-16 17:02:46 +02:00
|
|
|
"pikaday": "^1.7.0",
|
2018-09-14 10:25:31 +02:00
|
|
|
"preact": "^8.2.7"
|
2016-11-21 13:24:50 +01:00
|
|
|
}
|
|
|
|
}
|