-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.09 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
{
"devDependencies": {
"autoprefixer": "^6.3.7",
"babel": "^6.5.2",
"babel-core": "^6.11.4",
"babel-preset-es2015": "^6.9.0",
"babelify": "^7.3.0",
"browserify": "^13.1.0",
"c3": "^0.4.11",
"d3": "^4.2.0",
"del": "^2.2.1",
"event-stream": "3.3.4",
"gulp": "^3.9.1",
"gulp-flatten": "^0.3.0",
"gulp-merge-json": "^0.6.0",
"gulp-postcss": "^6.1.1",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-svg2png": "^2.0.0",
"gulp-uglify": "^1.5.4",
"jquery": "^3.1.0",
"lodash.assign": "^4.1.0",
"postcss-calc": "^5.3.0",
"postcss-class-prefix": "^0.3.0",
"postcss-color-function": "^2.0.1",
"postcss-inline-base64": "^2.2.1",
"postcss-mixins": "^5.0.0",
"postcss-nested": "^1.0.0",
"postcss-partial-import": "^2.0.0",
"postcss-property-lookup": "^1.2.1",
"postcss-simple-vars": "^3.0.0",
"source-sans-pro": "git://github.com/adobe-fonts/source-sans-pro.git#release",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0",
"yargs": "^5.0.0"
}
}