web/package.json

30 lines
858 B
JSON
Raw Normal View History

2021-01-23 10:07:18 +03:00
{
"name": "jekyll-theme-chirpy",
2023-01-30 19:07:24 +03:00
"version": "5.5.2",
2023-03-01 22:50:34 +03:00
"description": "A minimal, responsive and feature-rich Jekyll theme for technical 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",
"scripts": {
"test": "npx stylelint _sass/**/*.scss",
"fixlint": "npx stylelint _sass/**/*.scss --fix"
},
"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",
2023-03-04 04:52:33 +03:00
"stylelint": "^15.2.0",
"stylelint-config-standard-scss": "^7.0.1",
"uglify-js": "^3.17.4"
2021-01-23 10:07:18 +03:00
}
}