-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
49 lines (49 loc) · 1.24 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
46
47
48
49
{
"name": "next-web-starter",
"version": "1.0.0",
"description": "",
"main": "index.html",
"scripts": {
"start": "gulp",
"build": "gulp build",
"build:fast": "gulp build-fast",
"build:prod:fast": "gulp build-prod-fast",
"build:prod": "gulp build-prod"
},
"repository": {},
"keywords": [],
"author": "Sarfaraaz",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.7.5",
"@babel/preset-env": "^7.7.6",
"browser-sync": "^2.26.10",
"caniuse-lite": "^1.0.30001016",
"critical": "^2.0.0-23",
"del": "^4.1.1",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^6.1.0",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^4.2.0",
"gulp-concat": "^2.6.1",
"gulp-htmlmin": "^5.0.1",
"gulp-hub": "^4.2.0",
"gulp-imagemin": "^5.0.3",
"gulp-nunjucks-render": "^2.2.3",
"gulp-purgecss": "^1.2.0",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"gulp-ttf2woff2": "^3.0.0",
"gulp-uglify": "^3.0.2",
"imagemin-pngquant": "^7.0.0",
"imagemin-webp": "^5.1.0",
"prettier": "^1.19.1",
"ttf2woff2": "^3.0.0"
},
"dependencies": {
"bulma": "^0.8.0",
"bulma-helpers": "^0.3.8",
"bulma-timeline": "^3.0.4",
"vanilla-lazyload": "^12.4.0"
}
}