-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.19 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
{
"name": "m-n-agency",
"version": "1.0.0",
"private": true,
"description": "Проект сайта по веб-разработке",
"scripts": {
"editorconfig": "editorconfig-cli",
"stylelint": "stylelint 'source/sass/**/*.scss' --syntax scss",
"test": "npm run editorconfig && npm run stylelint",
"build": "gulp build",
"start": "gulp start"
},
"devDependencies": {
"autoprefixer": "9.7.1",
"babel-core": "6.26.3",
"babel-loader": "8.0.6",
"babel-preset-env": "1.7.0",
"browser-sync": "2.26.7",
"del": "5.1.0",
"gulp": "4.0.2",
"gulp-csso": "3.0.1",
"gulp-imagemin": "6.2.0",
"gulp-plumber": "1.2.1",
"gulp-postcss": "8.0.0",
"gulp-posthtml": "3.0.4",
"gulp-rename": "1.4.0",
"gulp-sass": "4.0.2",
"gulp-svgstore": "7.0.1",
"gulp-uglify": "3.0.2",
"jquery": "3.4.1",
"posthtml-include": "1.3.2",
"stylelint": "11.1.1",
"stylelint-config-htmlacademy": "0.1.4",
"webpack": "4.41.5",
"webpack-stream": "5.2.1"
},
"editorconfig-cli": [
".json",
".js",
"source/*html",
"source/js/**/*.js",
"source/img/**/*.svg",
"source/sass/**/*.{sass,scss}"
],
"dependencies": {}
}