-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
115 lines (115 loc) · 2.85 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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
"name": "stockholm",
"description": "Fully featured theme with clean presentation.",
"homepage": "https://stockholm.ghostthemes.io/",
"demo": "https://hackersandslackers.com/",
"version": "0.0.1",
"main": "src/js/global.js",
"scripts": {
"clean": "rm js/bundle.js",
"develop": "webpack -d --mode development",
"build": "webpack --mode production",
"test": "NODE_ENV=/"
},
"presets": [
"env"
],
"author": {
"name": "Todd Birchard",
"email": "[email protected]",
"url": "https://toddbirchard.com"
},
"keywords": [
"ghost-theme",
"blog-theme",
"ghost",
"theme",
"handlebars"
],
"engines": {
"node": ">=v14",
"ghost": ">=4.0,0",
"ghost-api": "v4"
},
"screenshots": {
"desktop": "https://hackers-content.nyc3.digitaloceanspaces.com/images/social/share.jpg",
"mobile": "https://hackers-content.nyc3.digitaloceanspaces.com/images/social/share.jpg"
},
"repository": {
"type": "git",
"url": "https://github.com/toddbirchard/ghosttheme-stockholm"
},
"config": {
"posts_per_page": 10,
"image_sizes": {
"small": {
"width": 370
},
"small_retina": {
"width": 840
},
"medium": {
"width": 700
},
"medium_retina": {
"width": 1400
},
"large": {
"width": 780
},
"large_retina": {
"width": 1560
}
}
},
"dependencies": {
"@babel/polyfill": "^7.10.1",
"@babel/runtime": "^7.14.6",
"@sendgrid/mail": "^7.4.5",
"babel-register": "^6.26.0",
"baguettebox.js": "^1.11.1",
"dotenv-webpack": "^7.0.3",
"es6-promise": "^4.2.8",
"fuzzysort": "^1.1.4",
"ghost-email-service": "^1.2.0",
"ghost-pagination": "^0.1.3",
"ghost-search": "^1.1.0",
"github-profile-card": "^3.1.0",
"highlight.js": "^11.1.0",
"isomorphic-fetch": "^3.0.0",
"jquery": "^3.6.0",
"lazysizes": "^5.3.2",
"scrollbooster": "^3.0.2",
"slick-carousel": "^1.8.1",
"vanilla-lazyload": "^17.4.0"
},
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.14.5",
"@babel/preset-env": "^7.14.7",
"babel-loader": "^8.2.2",
"css-declaration-sorter": "6.0.3",
"css-loader": "^6.1.0",
"eslint": "^7.31.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-standard": "^4.1.0",
"file-loader": "^6.2.0",
"font-config-webpack-plugin": "^2.0.3",
"html-minifier-webpack-plugin": "^2.2.3",
"less": "^4.1.1",
"less-loader": "^10.0.1",
"lodash": ">=4.17.21",
"mini-css-extract-plugin": "^2.1.0",
"style-loader": "^3.1.0",
"stylelint": "^13.13.1",
"terser-webpack-plugin": "^5.1.4",
"webpack": "^5.45.1",
"webpack-cli": "^4.7.2"
},
"babel": {
"presets": [
"@babel/preset-env"
]
}
}