-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.09 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
{
"name": "",
"description": "",
"version": "0.0.1",
"engines": {
"ghost": ">=4.0.0"
},
"license": "ISC",
"scripts": {
"build": "npx postcss ./src/main.css -o ./html/assets/css/screen.css",
"dev": "gulp",
"test": "gscan .",
"zip": "gulp zip"
},
"author": {
"name": "a human online llc",
"email": "workby@ahuman.online",
"url": "https://ahuman.online"
},
"keywords": [
"ghost",
"theme",
"ghost-theme"
],
"devDependencies": {
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.9",
"autoprefixer": "^10.4.13",
"beeper": "^3.0.0",
"cssnano": "^5.1.14",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-livereload": "^4.0.2",
"gulp-postcss": "^9.0.1",
"gulp-uglify": "^3.0.2",
"gulp-zip": "^5.1.0",
"inquirer": "^9.1.4",
"postcss": "^8.4.21",
"postcss-color-mod-function": "^3.0.3",
"postcss-easy-import": "^4.0.0",
"postcss-import": "^15.1.0",
"pump": "^3.0.0",
"tailwindcss": "^3.2.6"
},
"config": {
"posts_per_page": 20,
"card_assets": true
}
}