2021-01-23 10:07:18 +03:00
|
|
|
{
|
|
|
|
"name": "jekyll-theme-chirpy",
|
2022-11-22 16:08:47 +03:00
|
|
|
"version": "5.3.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",
|
2022-10-21 19:12:31 +03:00
|
|
|
"scripts": {
|
|
|
|
"test": "npx stylelint _sass/**/*.scss",
|
|
|
|
"fixlint": "npx stylelint _sass/**/*.scss --fix"
|
|
|
|
},
|
2022-03-01 18:23:20 +03:00
|
|
|
"devDependencies": {
|
2021-01-23 10:07:18 +03:00
|
|
|
"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",
|
2022-10-19 15:12:10 +03:00
|
|
|
"stylelint": "^14.14.0",
|
|
|
|
"stylelint-config-standard-scss": "^5.0.0",
|
2021-12-02 18:33:39 +03:00
|
|
|
"uglify-js": "^3.14.3"
|
2021-01-23 10:07:18 +03:00
|
|
|
}
|
|
|
|
}
|