-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 860 Bytes
/
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
{
"name": "tailwind-simple-blog",
"version": "1.0.0",
"description": "",
"homepage": "https://github.com/bbulakh/tailwind-simple-blog",
"author": "Bogdan Bulakh",
"license": "MIT",
"keywords": [
"layouts",
"tailwind",
"html",
"css",
"blog"
],
"bugs": {
"url": "https://github.com/bbulakh/tailwind-simple-blog/issues"
},
"dependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
"gulp": "^4.0.2",
"gulp-clean": "^0.4.0",
"gulp-csso": "^4.0.1",
"gulp-html-replace": "^1.6.2",
"gulp-image-resize": "^0.13.1",
"gulp-imagemin": "7.1.0",
"gulp-rename": "^2.0.0",
"gulp-tinypng-compress": "^1.2.5",
"http-server": "^14.1.1",
"md5-file": "^5.0.0",
"prettier": "^2.8.4",
"prettier-plugin-tailwindcss": "^0.2.3",
"tailwindcss": "^3.2.7",
"gulp-cli": "^2.3.0"
}
}