web/package.json

36 lines
1.1 KiB
JSON
Raw Normal View History

2021-01-23 10:07:18 +03:00
{
"name": "jekyll-theme-chirpy",
2023-03-31 00:46:34 +03:00
"version": "5.6.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"
},
"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": {
2023-03-30 22:46:02 +03:00
"@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",
2023-03-30 22:46:02 +03:00
"rimraf": "^4.4.1",
"rollup": "^3.20.2",
"rollup-plugin-license": "^3.0.1",
2023-03-30 22:46:02 +03:00
"stylelint": "^15.3.0",
"stylelint-config-standard-scss": "^7.0.1"
2021-01-23 10:07:18 +03:00
}
}