-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 2.28 KB
/
package.json
File metadata and controls
79 lines (79 loc) · 2.28 KB
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
{
"name": "starter_template",
"version": "4.0.2",
"description": "It's a starter template for a web-developer. I'll try to do all the best for improve it :3",
"main": "gulpfile.js",
"scripts": {
"start": "gulp",
"build": "gulp build -N",
"lint-html": "htmlhint docs/**/*.html",
"browser-sync": "browser-sync docs --watch --no-open --cors"
},
"author": "PowerSlime",
"license": "MIT",
"dependencies": {
"bootstrap": "^4.3.1",
"dom4": "^2.1.5",
"intersection-observer": "^0.7.0",
"jquery": "^3.4.1",
"lodash-es": "^4.17.11",
"lozad": "^1.9.0",
"normalize.css": "^8.0.1",
"retinajs": "git+https://github.com/strues/retinajs.git",
"svg4everybody": "^2.1.9"
},
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.5",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/plugin-proposal-numeric-separator": "^7.2.0",
"@babel/plugin-proposal-optional-chaining": "^7.2.0",
"@babel/plugin-proposal-private-methods": "^7.4.4",
"@babel/polyfill": "^7.4.4",
"@babel/preset-env": "^7.4.5",
"babel-loader": "^8.0.6",
"browser-sync": "^2.26.5",
"core-js": "^3.1.3",
"del": "^4.1.1",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^6.1.0",
"gulp-clean-css": "^4.2.0",
"gulp-html-prettify": "0.0.1",
"gulp-htmlmin": "^5.0.1",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^6.0.0",
"gulp-notify": "^3.2.0",
"gulp-nunjucks": "^5.0.0",
"gulp-plumber": "^1.2.0",
"gulp-postcss": "^8.0.0",
"gulp-pug": "^4.0.1",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.5",
"gulp-svg-sprite": "^1.5.0",
"htmlhint": "^0.11.0",
"imagemin-jpeg-recompress": "^6.0.0",
"imagemin-pngquant": "^8.0.0",
"lost": "^8.3.1",
"postcss-import": "^12.0.1",
"postcss-short": "^5.0.0",
"webpack": "^4.33.0",
"webpack-stream": "^5.2.1",
"webpackbar": "^3.1.5",
"yargs": "^13.2.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PowerSlime/starter_template.git"
},
"keywords": [
"gulp",
"html",
"css",
"web-developer"
],
"bugs": {
"url": "https://github.com/PowerSlime/starter_template/issues"
},
"homepage": "https://github.com/PowerSlime/starter_template#readme"
}