-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 938 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
{
"name": "Barbershop-Responsive",
"version": "1.0.0",
"description": "Website Barbershop",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"gulp": "gulp",
"build": "gulp build:prod"
},
"author": "Rodion Rusu",
"license": "ISC",
"devDependencies": {
"autoprefixer": "^9.4.8",
"browser-sync": "^2.26.3",
"del": "^3.0.0",
"gulp": "^4.0.0",
"gulp-cached": "^1.1.1",
"gulp-csso": "^3.0.1",
"gulp-debug": "^4.0.0",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^5.0.3",
"gulp-less": "^4.0.1",
"gulp-newer": "^1.4.0",
"gulp-notify": "^3.2.0",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^1.4.0",
"gulp-sourcemaps": "^2.6.5",
"path": "^0.12.7",
"postcss-browser-reporter": "^0.5.0",
"stylelint": "^9.10.1",
"stylelint-config-htmlacademy": "^0.1.1"
},
"dependencies": {}
}