-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 974 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 974 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
38
39
40
41
{
"name": "gulp-template",
"version": "1.0.0",
"description": "Gulp Template",
"main": "index.js",
"scripts": {
"dev": "gulp buildAppFirst",
"build": "gulp buildAppDeploy",
"watch": "gulp watchTask",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"browser-sync": "^2.27.10",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-concat-css": "^3.1.0",
"gulp-file-include": "^2.3.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.1.0",
"gulp-uglify": "^3.0.2",
"sass": "^1.55.0"
},
"dependencies": {
"bootstrap": "^5.3.3",
"fs-extra": "^11.1.0",
"gulp-clean-css": "^4.3.0",
"gulp-image": "^5.1.0",
"gulp-sourcemaps": "^3.0.0",
"jquery": "^3.6.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/avnendv/gulp-html-scss-structure.git"
},
"keywords": [
"vietnd",
"avnendv"
],
"author": "AVNENDV",
"license": "ISC"
}