forked from TryGhost/Casper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·60 lines (60 loc) · 1.31 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": "voice",
"version": "1.1.2",
"description": "Magazine/News Ghost Blog Theme",
"author": {
"name": "Biron Themes",
"email": "[email protected]"
},
"keywords": [
"ghost",
"theme",
"ghost-theme"
],
"private": true,
"config": {
"posts_per_page": 9
},
"engines": {
"ghost": ">=1.0.0"
},
"gpm": {
"type": "theme",
"categories": [
"Magazine",
"News Website",
"Personal Blog"
]
},
"devDependencies": {
"browser-sync": "^2.24.5",
"cssnano": "^3.10.0",
"fs": "0.0.1-security",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-notify": "^3.2.0",
"gulp-plumber": "^1.2.0",
"gulp-postcss": "^7.0.0",
"gulp-rename": "^1.3.0",
"gulp-replace": "^0.6.1",
"gulp-sass": "^3.2.1",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.8",
"path": "^0.12.7",
"pixrem": "^4.0.1",
"postcss-color-rgba-fallback": "^3.0.0",
"postcss-cssnext": "^3.0.2",
"postcss-discard-comments": "^2.0.4",
"postcss-opacity": "^4.0.0",
"postcss-pseudoelements": "^5.0.0",
"postcss-vmin": "^3.0.0",
"postcss-will-change": "^2.0.0",
"postcss-zindex": "^2.2.0"
},
"dependencies": {
"feather-icons": "^4.7.3",
"fitvids": "^2.0.0",
"lunr": "^2.3.0",
"vanilla-lazyload": "^8.7.1"
}
}