-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.33 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.33 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
{
"name": "rene",
"description": "A minimal theme designed for Rene",
"version": "4.1.0",
"engines": {
"ghost": ">=4.0.0"
},
"scripts": {
"dev": "gulp",
"zip": "gulp zip",
"pretest": "gulp build",
"test": "gscan .",
"pretest:ci": "gulp build",
"test:ci": "gscan --fatal --verbose ."
},
"author": {
"name": "Vikas Potluri",
"email": "vikaspotluri123.github@gmail.com",
"url": "https://vikaspotluri.me"
},
"repository": {
"type": "git",
"url": "https://github.com/renegalindo/rene-blog-theme.git"
},
"devDependencies": {
"autoprefixer": "10.2.5",
"beeper": "2.1.0",
"cssnano": "4.1.10",
"gscan": "4.43.1",
"gulp": "4.0.2",
"gulp-concat": "2.6.1",
"gulp-livereload": "4.0.2",
"gulp-postcss": "9.0.0",
"gulp-uglify": "3.0.2",
"gulp-zip": "5.1.0",
"postcss": "8.2.8",
"postcss-color-mod-function": "3.0.3",
"postcss-easy-import": "3.0.0",
"pump": "3.0.0"
},
"browserslist": [
"defaults"
],
"config": {
"posts_per_page": 1
},
"dependencies": {
"@tryghost/admin-api": "^1.13.12",
"@tryghost/html-to-mobiledoc": "^0.7.17",
"dayjs": "^1.10.7"
}
}