forked from usefathom/fathom
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
32 lines (32 loc) · 799 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
{
"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-concat": "^2.6.1",
"gulp-if": "^2.0.2",
"gulp-uglify": "^3.0.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"
}
}