-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
50 lines (50 loc) · 1.13 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
{
"name": "sonar",
"description": "minimal theme for ultrasoundguidance",
"version": "2.5.0",
"engines": {
"ghost": ">=4.0.0"
},
"license": "ISC",
"scripts": {
"dev": "gulp",
"test": "gscan .",
"zip": "gulp zip"
},
"author": {
"name": "a human online llc",
"email": "[email protected]",
"url": "https://ahuman.online"
},
"keywords": [
"ghost",
"theme",
"ghost-theme"
],
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.4.1",
"@tailwindcss/line-clamp": "^0.3.1",
"@tailwindcss/typography": "^0.5.7",
"autoprefixer": "^10.4.12",
"beeper": "^3.0.0",
"cssnano": "^5.1.13",
"gscan": "^4.34.0",
"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": "^8.2.4",
"postcss": "^8.4.18",
"postcss-color-mod-function": "^3.0.3",
"postcss-easy-import": "^3.0.0",
"pump": "^3.0.0",
"tailwindcss": "^3.1.8"
},
"config": {
"posts_per_page": 25,
"card_assets": true
}
}