-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
37 lines (37 loc) · 1.04 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
{
"name": "buaya-web-page",
"version": "1.0.0",
"description": "Halaman web untuk buaya.klas.or.id",
"main": "gulpfile.js",
"repository": {
"type": "git",
"url": "https://github.com/fadhilyori/buaya-web-page"
},
"bugs": {
"url": "https://github.com/fadhilyori/buaya-web-page/issues",
"email": "fadhil4812@gmail.com"
},
"homepage": "https://github.com/fadhilyori/buaya-web-page#readme",
"author": "Fadhil Yori Hibatullah <fadhil4812@gmail.com>",
"license": "GPL-2.0",
"devDependencies": {
"autoprefixer": "^9.7.6",
"cssnano": "^4.1.10",
"del": "^5.1.0",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-purgecss": "^2.1.2",
"gulp-replace": "^1.0.0",
"gulp-uglify": "^3.0.2",
"gulp-webp": "^4.0.1",
"lite-server": "^2.5.4"
},
"scripts": {
"build": "gulp",
"watch": "gulp watch",
"serve": "lite-server -c ./configs/prod.js",
"prod": "gulp && lite-server -c ./configs/prod.js",
"dev": "lite-server -c ./configs/dev.js",
"clean:dist": "gulp cleanDist"
}
}