2021-01-23 10:07:18 +03:00
|
|
|
{
|
|
|
|
"name": "jekyll-theme-chirpy",
|
2023-05-19 19:37:34 +03:00
|
|
|
"version": "6.0.1",
|
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"
|
|
|
|
},
|
2023-03-13 15:20:59 +03:00
|
|
|
"homepage": "https://github.com/cotes2020/jekyll-theme-chirpy/",
|
2022-10-21 19:12:31 +03:00
|
|
|
"scripts": {
|
2023-03-13 15:20:59 +03:00
|
|
|
"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",
|
2022-10-21 19:12:31 +03:00
|
|
|
"test": "npx stylelint _sass/**/*.scss",
|
2023-03-13 15:20:59 +03:00
|
|
|
"fixlint": "npm run test -- --fix"
|
2022-10-21 19:12:31 +03:00
|
|
|
},
|
2022-03-01 18:23:20 +03:00
|
|
|
"devDependencies": {
|
2023-03-30 22:46:02 +03:00
|
|
|
"@babel/core": "^7.21.3",
|
2023-03-13 15:20:59 +03:00
|
|
|
"@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",
|
2023-06-04 07:21:16 +03:00
|
|
|
"rimraf": "^5.0.1",
|
2023-03-30 22:46:02 +03:00
|
|
|
"rollup": "^3.20.2",
|
2023-03-13 15:20:59 +03:00
|
|
|
"rollup-plugin-license": "^3.0.1",
|
2023-03-30 22:46:02 +03:00
|
|
|
"stylelint": "^15.3.0",
|
2023-06-04 07:21:16 +03:00
|
|
|
"stylelint-config-standard-scss": "^9.0.0"
|
2021-01-23 10:07:18 +03:00
|
|
|
}
|
|
|
|
}
|