-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
50 lines (50 loc) · 1.38 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "gender-gap-clock",
"version": "0.1.0",
"devDependencies": {
"babel-core": "6.24.0",
"babel-preset-es2015-rollup": "3.0.0",
"browser-sync": "^2.24.5",
"del": "2.2.2",
"fs": "0.0.1-security",
"gulp": "^3.9.1",
"gulp-add-src": "0.2.0",
"gulp-autoprefixer": "3.1.1",
"gulp-clean-css": "3.0.4",
"gulp-concat": "2.6.1",
"gulp-gh-pages": "tekd/gulp-gh-pages",
"gulp-htmlmin": "3.0.0",
"gulp-jshint": "2.0.4",
"gulp-load-plugins": "1.5.0",
"gulp-sass": "3.1.0",
"gulp-stylelint": "^8.0.0",
"gulp-uglify": "2.1.2",
"jshint": "^2.9.5",
"mkdirp": "0.5.1",
"modernizr": "^3.6.0",
"rollup-plugin-babel": "2.7.1",
"rollup-plugin-commonjs": "8.0.2",
"rollup-plugin-node-resolve": "3.0.0",
"rollup-stream": "1.19.0",
"stylelint-order": "0.4.3",
"stylelint-selector-bem-pattern": "1.0.0",
"vinyl-buffer": "1.0.0",
"vinyl-source-stream": "1.1.0"
},
"dependencies": {
"babel-polyfill": "6.23.0",
"countup.js": "^1.9.3",
"d3": "4.8.0",
"mobile-detect": "1.3.6",
"normalize.css": "6.0.0",
"stylelint": "^9.3.0",
"stylelint-no-browser-hacks": "^1.2.1",
"stylelint-no-unsupported-browser-features": "^3.0.1",
"url-search-params-polyfill": "1.3.0",
"velocity-animate": "^1.5.0",
"whatwg-fetch": "^3.0.0"
},
"resolutions": {
"graceful-fs": "^4.2.9"
}
}