web/package.json

24 lines
672 B
JSON
Raw Normal View History

2021-01-23 10:07:18 +03:00
{
"name": "jekyll-theme-chirpy",
2022-01-07 21:44:19 +03:00
"version": "5.0.2",
2022-02-04 01:03:01 +03:00
"description": "A minimal, responsive, and powerful Jekyll theme for presenting professional writing.",
2021-01-23 10:07:18 +03:00
"repository": {
"type": "git",
"url": "git+https://github.com/cotes2020/jekyll-theme-chirpy.git"
},
"author": "Cotes Chung",
"license": "MIT",
"bugs": {
"url": "https://github.com/cotes2020/jekyll-theme-chirpy/issues"
},
"homepage": "https://github.com/cotes2020/jekyll-theme-chirpy#readme",
"dependencies": {
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
2021-01-25 01:20:51 +03:00
"gulp-insert": "^0.5.0",
2021-01-23 10:07:18 +03:00
"gulp-rename": "^2.0.0",
2021-01-25 01:20:51 +03:00
"gulp-uglify": "^3.0.2",
2021-12-02 18:33:39 +03:00
"uglify-js": "^3.14.3"
2021-01-23 10:07:18 +03:00
}
}