-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
90 lines (90 loc) · 2.12 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
{
"name": "portapps-website",
"version": "1.3.0",
"description": "Portapps's website",
"main": "gulpfile.js",
"repository": "https://github.com/portapps/portapps.github.io.git",
"author": "CrazyMax",
"license": "MIT",
"private": true,
"bugs": {
"url": "https://github.com/portapps/portapps.github.io/issues"
},
"homepage": "https://portapps.io",
"scripts": {
"serve": "gulp serve",
"build": "gulp --env=production build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"bootstrap": "^3.3.7",
"bootstrap-social": "^5.1.1",
"clean-blog": "https://github.com/portapps/startbootstrap-clean-blog.git#b8a93ee48fa89741243ed9e7f8b7f0153525ba3e",
"elegant-icons": "*",
"font-awesome": "^4.7.0",
"github-markdown-css": "^3.0.1",
"html5shiv": "^3.7.3",
"jquery": "^3.2.1",
"jquery-match-height": "^0.7.2",
"normalize.css": "^7.0.0",
"respond.js": "^1.4.2",
"webfontloader": "^1.6.28"
},
"devDependencies": {
"browser-sync": "^2.26.3",
"del": "^2.2.2",
"glob": "^7.1.6",
"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",
"luxon": "^3.4.4",
"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/*.*"
]
},
"normalize.css": {
"main": [
"normalize.css"
]
}
},
"engines": {
"yarn": ">= 1.0.0"
}
}