-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 911 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 911 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
32
33
34
35
36
37
{
"name": "cream-blog",
"version": "1.0.0",
"description": "=== Cream Blog ===",
"main": "gulpfile.js",
"scripts": {
"assets": "gulp assets",
"zip": "gulp zip"
},
"repository": {
"type": "git",
"url": "git+https://github.com/themebeez/cream-blog.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/themebeez/cream-blog/issues"
},
"homepage": "https://github.com/themebeez/cream-blog#readme",
"devDependencies": {
"autoprefixer": "^10.4.14",
"cssnano": "^6.0.1",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-notify": "^4.0.0",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^9.0.1",
"gulp-rename": "^2.0.0",
"gulp-rtlcss": "^2.0.0",
"gulp-sass": "^5.1.0",
"gulp-shell": "^0.8.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-uglify": "^3.0.2",
"gulp-zip": "^5.1.0",
"sass": "^1.62.1"
}
}