-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.19 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
{
"name": "vanilla",
"version": "1.1.1",
"description": "A clean ghost theme",
"keywords": ["ghost-theme", "clean"],
"scripts": {
"dev": "gulp --max_old_space_size=2000",
"build": "gulp build",
"package": "gulp package"
},
"repository": "https://github.com/lss233/Ghost-Vanilla",
"author": {
"name": "Lss233",
"email": "[email protected]"
},
"license": "MIT",
"config": {
"posts_per_page": 10,
"image_sizes": {},
"card_assets": false
},
"devDependencies": {
"@tailwindcss/typography": "^0.4.0",
"autoprefixer": "^10.2.4",
"chokidar": "^3.5.1",
"gulp": "^4.0.2",
"gulp-inline-source": "^4.0.0",
"gulp-minifier": "^3.5.0",
"gulp-postcss": "^9.0.0",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-watch": "^5.0.1",
"gulp-zip": "^5.0.2",
"nightwind": "^1.1.12",
"postcss": "^8.2.6",
"postcss-import": "^14.0.0",
"sass": "^1.57.1",
"tailwindcss": "^2.0.3"
},
"dependencies": {
"feather-icons": "^4.28.0",
"gulp-string-replace": "^1.1.2"
}
}