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-04-20 13:26:00 +02:00
|
|
|
"babel-core": "^6.26.0",
|
2018-04-23 10:11:51 +02:00
|
|
|
"babel-plugin-transform-decorators-legacy": "^1.3.4",
|
2016-12-04 13:23:09 +01:00
|
|
|
"babel-plugin-transform-react-jsx": "^6.8.0",
|
|
|
|
"babel-preset-es2015": "^6.18.0",
|
2018-04-20 13:26:00 +02:00
|
|
|
"babelify": "^8.0.0",
|
|
|
|
"browserify": "^16.2.0",
|
2018-05-06 11:53:19 +02:00
|
|
|
"event-stream": "^3.3.4",
|
2016-11-21 13:24:50 +01:00
|
|
|
"gulp": "^3.9.1",
|
|
|
|
"gulp-rename": "^1.2.2",
|
2018-04-20 13:26:00 +02:00
|
|
|
"gulp-sass": "^4.0.1",
|
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-05-06 11:53:19 +02:00
|
|
|
"cookies-js": "^1.2.3",
|
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-04-20 13:26:00 +02:00
|
|
|
"gulp-uglify": "^3.0.0",
|
2018-05-16 17:02:46 +02:00
|
|
|
"pikaday": "^1.7.0",
|
2018-04-20 13:26:00 +02:00
|
|
|
"preact": "^8.2.7",
|
|
|
|
"pump": "^3.0.0"
|
2016-11-21 13:24:50 +01:00
|
|
|
}
|
|
|
|
}
|