forked from usefathom/fathom
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 854 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"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-tip": "^0.9.1",
"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"
}
}