-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 798 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 798 Bytes
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
{
"repository": {
"type": "git",
"url": "https://github.com/invot/yaffolds"
},
"license": "UNLICENSED",
"dependencies": {
"@babel/core": "^7.0.0-beta.49",
"babel-core": "^6.26.3",
"@babel/preset-env": "^7.0.0-beta.49",
"autoprefixer": "^8.6.1",
"babel-preset-env": "^1.7.0",
"browser-sync": "^2.24.4",
"cssnano": "^3.10.0",
"gulp": "^3.9.1",
"gulp-babel": "^7.0.1",
"gulp-batch": "^1.0.5",
"gulp-concat": "^2.6.1",
"gulp-csso": "^3.0.1",
"gulp-notify": "^3.2.0",
"gulp-plumber": "^1.2.0",
"gulp-postcss": "^7.0.1",
"gulp-pug": "^4.0.1",
"gulp-sass": "^4.0.1",
"gulp-uglify-es": "^1.0.4",
"gulp-watch": "^5.0.0",
"pump": "^3.0.0",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
}
}