forked from inittose/hackaton-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 933 Bytes
/
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": "hackaton-frontend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"devDependencies": {
"autoprefixer": "^10.4.2",
"browser-sync": "^2.29.3",
"del": "^6.0.0",
"gulp": "^4.0.2",
"gulp-csso": "^4.0.1",
"gulp-file": "^0.4.0",
"gulp-file-include": "^2.3.0",
"gulp-format-html": "^1.2.5",
"gulp-imagemin": "^8.0.0",
"gulp-json-editor": "^2.6.0",
"gulp-less": "^5.0.0",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^9.0.1",
"gulp-rename": "^2.0.0",
"gulp-svgmin": "^4.1.0",
"gulp-svgstore": "^9.0.0",
"gulp-terser": "^2.1.0",
"imagemin-gifsicle": "^7.0.0",
"imagemin-mozjpeg": "^10.0.0",
"imagemin-optipng": "^8.0.0",
"postcss": "^8.4.5",
"postcss-sort-media-queries": "^4.2.1"
},
"scripts": {
"build": "gulp build",
"serve": "gulp serve",
"start": "gulp start"
},
"author": "",
"license": "ISC"
}