-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
109 lines (109 loc) · 2.89 KB
/
package.json
File metadata and controls
109 lines (109 loc) · 2.89 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
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
{
"name": "casper-react-bulma",
"description": "Casper ghost blog theme with react and bulma",
"version": "3.0.12",
"engines": {
"ghost": ">=3.0.0",
"ghost-api": "v3"
},
"license": "MIT",
"scripts": {
"dev": "gulp",
"zip": "gulp zip",
"test": "gscan .",
"test:ci": "gscan --fatal --verbose .",
"pretest": "gulp build",
"preship": "yarn test",
"ship": "STATUS=$(git status --porcelain); echo $STATUS; if [ -z \"$STATUS\" ]; then yarn version && git push --follow-tags; else echo \"Uncomitted changes found.\" && exit 1; fi",
"postship": "git fetch && gulp release"
},
"contributors": [
{
"name": "Julien Prugne",
"email": "julien@webeleon.dev",
"url": "https://webeleon.dev"
},
{
"name": "Ghost Foundation",
"email": "hello@ghost.org",
"url": "https://ghost.org"
}
],
"gpm": {
"type": "theme",
"categories": [
"Minimal",
"Magazine"
]
},
"keywords": [
"ghost",
"theme",
"ghost-theme",
"react",
"bulma"
],
"repository": {
"type": "git",
"url": "https://github.com/bassochette/casper-react-bulma.git"
},
"bugs": "https://github.com/bassochette/casper-react-bulma/issues",
"devDependencies": {
"@babel/core": "7.29.0",
"@babel/preset-env": "7.29.2",
"@babel/preset-react": "7.28.5",
"@tryghost/release-utils": "0.8.1",
"autoprefixer": "10.5.0",
"babel-loader": "10.1.1",
"beeper": "3.0.0",
"bulma": "1.0.4",
"css-loader": "7.1.4",
"cssnano": "7.1.5",
"gscan": "5.4.3",
"gulp": "5.0.1",
"gulp-concat": "2.6.1",
"gulp-livereload": "4.0.2",
"gulp-postcss": "10.0.0",
"gulp-uglify": "3.0.2",
"gulp-zip": "6.1.0",
"inquirer": "13.4.2",
"node-sass": "9.0.0",
"postcss-color-function": "4.1.0",
"postcss-custom-properties": "15.0.1",
"postcss-easy-import": "4.0.0",
"pump": "3.0.4",
"react": "19.2.5",
"react-dom": "19.2.5",
"sass-loader": "16.0.7",
"style-loader": "4.0.0",
"webpack": "5.106.2",
"webpack-cli": "7.0.2",
"webpack-stream": "7.0.0"
},
"browserslist": [
"defaults"
],
"config": {
"posts_per_page": 25,
"image_sizes": {
"xxs": {
"width": 30
},
"xs": {
"width": 100
},
"s": {
"width": 300
},
"m": {
"width": 600
},
"l": {
"width": 1000
},
"xl": {
"width": 2000
}
}
}
}