-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
60 lines (60 loc) · 1.46 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
{
"name": "template-themeforest",
"version": "0.1.0",
"description": "Boilerplate code for create html theme for marketplace",
"private": true,
"scripts": {
"dev": "gulp dev",
"start": "gulp dev",
"build": "gulp build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/artemiyonuchin/boilerplate-themeforest.git"
},
"keywords": [
"themeforest",
"html",
"template"
],
"author": "Artemiy Onuchin",
"license": "MIT",
"bugs": {
"url": "https://github.com/artemiyonuchin/boilerplate-themeforest/issues"
},
"homepage": "https://github.com/artemiyonuchin/boilerplate-themeforest#readme",
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/preset-env": "^7.14.7",
"browser-sync": "^2.27.4",
"del": "^6.0.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-babel": "^8.0.0",
"gulp-cache": "^1.1.3",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-concat-css": "^3.1.0",
"gulp-group-css-media-queries": "^1.2.2",
"gulp-imagemin": "^7.1.0",
"gulp-plumber": "^1.2.1",
"gulp-pug": "^5.0.0",
"gulp-replace": "^1.1.3",
"gulp-sass": "^5.0.0",
"gulp-uglify": "^3.0.2",
"pug": "^3.0.2",
"sass": "^1.35.2",
"sass-lint": "^1.13.1"
},
"browserslist": [
"last 5 version",
"not ie <= 9",
"ios_saf >= 9",
"Firefox ESR",
"> 1%"
],
"dependencies": {
"bootstrap": "^5.0.2",
"jquery": "^3.6.0"
}
}