35 lines
1.1 KiB
JSON
35 lines
1.1 KiB
JSON
{
|
|
"name": "jekyll-theme-chirpy",
|
|
"version": "5.6.1",
|
|
"description": "A minimal, responsive and feature-rich Jekyll theme for technical writing.",
|
|
"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/",
|
|
"scripts": {
|
|
"prebuild": "npx rimraf assets/js/dist",
|
|
"build": "NODE_ENV=production npx rollup -c --bundleConfigAsCjs",
|
|
"prewatch": "npx rimraf assets/js/dist",
|
|
"watch": "npx rollup -c --bundleConfigAsCjs -w",
|
|
"test": "npx stylelint _sass/**/*.scss",
|
|
"fixlint": "npm run test -- --fix"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.21.3",
|
|
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
|
"@babel/preset-env": "^7.20.2",
|
|
"@rollup/plugin-babel": "^6.0.3",
|
|
"@rollup/plugin-terser": "^0.4.0",
|
|
"rimraf": "^4.4.1",
|
|
"rollup": "^3.20.2",
|
|
"rollup-plugin-license": "^3.0.1",
|
|
"stylelint": "^15.3.0",
|
|
"stylelint-config-standard-scss": "^7.0.1"
|
|
}
|
|
}
|