This repository has been archived by the owner on Dec 17, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
95 lines (95 loc) · 2.32 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
{
"name": "neard.github.io",
"version": "1.3.0",
"description": "Neard's website",
"main": "gulpfile.js",
"repository": "git://github.com/neard/neard.github.io.git",
"author": "CrazyMax",
"license": "MIT",
"private": true,
"bugs": {
"url": "https://github.com/neard/neard/issues"
},
"homepage": "https://github.com/neard/neard.github.io",
"scripts": {
"start": "gulp",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"bootstrap": "^3.3.7",
"bootstrap-social": "^5.1.1",
"clean-blog": "https://github.com/neard/startbootstrap-clean-blog.git#b8a93ee48fa89741243ed9e7f8b7f0153525ba3e",
"elegant-icons": "*",
"font-awesome": "^4.7.0",
"github-markdown-css": "^2.8.0",
"html5shiv": "^3.7.3",
"jquery": "^3.2.1",
"jquery-match-height": "^0.7.2",
"justifiedGallery": "^3.6.3",
"lightgallery.js": "https://github.com/sachinchoolur/lightgallery.js.git#^1.0.1",
"normalize.css": "^7.0.0",
"respond.js": "^1.4.2",
"webfontloader": "^1.6.28"
},
"devDependencies": {
"browser-sync": "^2.26.3",
"del": "^2.2.2",
"gulp": "^4.0.0",
"gulp-autoprefixer": "^3.1.1",
"gulp-bust": "^0.2.2",
"gulp-clean-css": "^2.3.2",
"gulp-concat": "^2.6.1",
"gulp-filter": "^4.0.0",
"gulp-flatten": "^0.3.1",
"gulp-inject": "^3.0.0",
"gulp-noop": "^1.0.0",
"gulp-order": "^1.1.1",
"gulp-uglify": "^2.0.1",
"main-bower-files": "^2.13.1",
"merge-stream": "^1.0.0",
"minimist": "^1.2.0",
"read-config": "^2.0.0",
"vinyl": "^2.2.0"
},
"overrides": {
"bootstrap": {
"main": [
"dist/css/bootstrap.css",
"dist/js/bootstrap.js",
"dist/fonts/*.*"
]
},
"clean-blog": {
"main": [
"css/clean-blog.css",
"js/clean-blog.js"
]
},
"elegant-icons": {
"main": [
"style.css",
"fonts/*.*"
]
},
"font-awesome": {
"main": [
"css/font-awesome.css",
"fonts/*.*"
]
},
"lightgallery.js": {
"main": [
"demo/js/lightgallery.js",
"demo/js/lg-hash.js",
"demo/js/lg-share.js",
"demo/js/lg-zoom.js",
"dist/css/lightgallery.css",
"dist/fonts/*.*",
"dist/img/*.*"
]
}
},
"engines": {
"yarn": ">= 1.0.0"
}
}