-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 1.92 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "hello-brand-test",
"version": "1.0.0",
"description": "Frontend test assignment",
"scripts": {
"stylelint": "stylelint \"src/scss/**/*.scss\" --color",
"lint": "npm run stylelint",
"server": "gulp server",
"build": "gulp build",
"start": "gulp"
},
"browserslist": [
"> 0.5%",
"last 2 versions",
"Firefox ESR",
"not dead",
"not IE 11"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Teihden/hello-brand-test.git"
},
"editorconfig-cli": [
"*.json",
"*.js",
"src/*.html",
"src/js/**/*.js",
"src/img/**/*.svg",
"src/scss/**/*.scss"
],
"author": "Teihden",
"license": "ISC",
"bugs": {
"url": "https://github.com/Teihden/hello-brand-test/issues"
},
"homepage": "https://github.com/Teihden/hello-brand-test#readme",
"devDependencies": {
"@ifanrx/stylelint-config-standard-bem": "^1.1.0",
"@ronilaukkarinen/gulp-stylelint": "^14.1.1",
"autoprefixer": "^10.4.14",
"browser-sync": "^2.29.3",
"del": "^7.0.0",
"eslint": "^8.45.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.28.0",
"gulp": "^4.0.2",
"gulp-eslint-new": "^1.8.2",
"gulp-html-minifier-terser": "^7.1.0",
"gulp-imagemin": "^8.0.0",
"gulp-postcss": "^9.0.1",
"gulp-pug": "^5.0.0",
"gulp-pug-linter": "^1.5.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-svg-sprite": "^2.0.3",
"gulp-terser": "^2.1.0",
"postcss": "^8.4.27",
"postcss-csso": "^6.0.1",
"pug-lint": "^2.7.0",
"pug-lint-config-clock": "^2.0.0",
"puglint-stylish": "^1.1.0",
"sass": "^1.64.1",
"stylelint": "^15.10.2",
"stylelint-config-standard": "^33.0.0",
"stylelint-config-standard-scss": "^10.0.0",
"stylelint-order": "^6.0.3"
},
"type": "module",
"dependencies": {
"gulp-svgmin": "^4.1.0",
"gulp-webp": "^4.0.1"
}
}