-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.44 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
{
"name": "website-starter",
"version": "1.0.0",
"description": "Website Starter Template",
"main": "index.js",
"scripts": {
"watch": "gulp watch",
"build:style": "gulp style",
"build:html": "gulp copyHTML",
"build:js": "gulp copyJS",
"build:images": "gulp copyImages",
"build:icons": "gulp copyIcons",
"build:purgecss": "gulp purgeCss",
"build": "gulp copyHTML && gulp copyJS && gulp copyImages && gulp copyIcons && gulp style && gulp purgeCss && gulp sitemap",
"start": "gulp copyHTML && gulp copyJS && gulp copyImages && gulp copyIcons && gulp style && gulp purgeCss && gulp watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Armoghan-ul-Mohmin/Website-Starter.git"
},
"bugs": {
"url": "https://github.com/Armoghan-ul-Mohmin/Website-Starter/issues"
},
"homepage": "https://github.com/Armoghan-ul-Mohmin/Website-Starter#readme",
"author": "Armoghan",
"license": "ISC",
"devDependencies": {
"browser-sync": "^3.0.2",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-cli": "^2.3.0",
"gulp-concat": "^2.6.1",
"gulp-cssnano": "^2.1.3",
"gulp-purgecss": "^5.0.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.1.0",
"gulp-sitemap": "^8.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-strip-comments": "^2.6.0",
"gulp-strip-css-comments": "^2.0.0",
"gulp-uglify": "^3.0.2",
"sass": "^1.66.1"
}
}