This repository has been archived by the owner on May 19, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
103 lines (103 loc) · 2.59 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"name": "starter-project",
"version": "2.2.13",
"description": "A set of gulp tasks that helps you develop high performant websites using latest best practices.",
"main": "index.html",
"scripts": {
"dev": "gulp dev",
"default": "gulp default",
"build": "gulp build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/maliMirkec/starter-project.git"
},
"keywords": [
"Yarn",
"Gulp",
"Semver versioning",
"Browser-sync",
"Sass",
"Modular Scale",
"CSS Locks",
"Stylelint",
"JavaScript",
"es6",
"Babel",
"ESLint",
"HTML",
"Pug",
"Markdown",
"htmllint",
"Fonts",
"Imagemin",
"mozjpeg",
"pngquant",
"Favicon",
"Critical CSS",
"Penthouse",
"Sourcemaps",
"SassDoc",
"JSDoc",
"Styleguide"
],
"author": "Silvestar Bistrović <me@silvestar.codes>",
"license": "MIT",
"bugs": {
"url": "https://github.com/maliMirkec/starter-project/issues"
},
"homepage": "https://starter.silvestar.codes",
"dependencies": {
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.11.5",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"browser-sync": "^2.26.7",
"del": "^6.0.0",
"eslint": "^7.11.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.0.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-bump": "^3.2.0",
"gulp-clean-css": "^4.3.0",
"gulp-cssimport": "^7.0.0",
"gulp-data": "^1.3.1",
"gulp-eslint": "^6.0.0",
"gulp-exit": "^0.0.2",
"gulp-htmllint": "^0.0.19",
"gulp-htmlmin": "^5.0.1",
"gulp-if": "^3.0.0",
"gulp-imagemin": "^7.1.0",
"gulp-include": "^2.4.1",
"gulp-inline-source": "^4.0.0",
"gulp-jsdoc3": "^3.0.0",
"gulp-penthouse": "^0.2.0",
"gulp-pug": "^4.0.1",
"gulp-real-favicon": "^0.3.2",
"gulp-rename": "^2.0.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^3.0.0",
"gulp-stylelint": "^13.0.0",
"gulp-uglify": "^3.0.2",
"gulp-wait": "^0.0.2",
"imagemin-mozjpeg": "^9.0.0",
"imagemin-pngquant": "^9.0.1",
"jstransformer-markdown-it": "^2.1.0",
"kss": "^3.0.1",
"modularscale-sass": "^3.0.10",
"normalize.css": "^8.0.1",
"path": "^0.12.7",
"sass-mq": "^5.0.1",
"sassdoc": "^2.7.3",
"starter-project-cli": "^1.1.14",
"stylelint": "^13.7.2",
"stylelint-config-sass-guidelines": "^7.1.0",
"stylelint-order": "^4.1.0",
"stylelint-scss": "^3.18.0",
"webpack": "^5.0.0",
"webpack-stream": "^6.1.0",
"yarn": "^1.22.10"
}
}