mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 23:38:56 +00:00
d594bf475a
Bumps [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) from 7.16.0 to 7.16.7. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.16.7/packages/babel-cli) --- updated-dependencies: - dependency-name: "@babel/cli" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
52 lines
1.7 KiB
JSON
52 lines
1.7 KiB
JSON
{
|
|
"name": "fixit-src",
|
|
"version": "0.2.0",
|
|
"description": "FixIt theme source file",
|
|
"private": true,
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.16.7",
|
|
"@babel/core": "^7.16.5",
|
|
"@babel/preset-env": "^7.16.5",
|
|
"babel-preset-minify": "^0.5.1",
|
|
"babelify": "^10.0.0",
|
|
"browserify": "^17.0.0",
|
|
"core-js": "^3.20.1",
|
|
"husky": "^7.0.4",
|
|
"minimist": "^1.2.5",
|
|
"segmentit": "^2.0.3"
|
|
},
|
|
"scripts": {
|
|
"preinstall": "npx npm-force-resolutions",
|
|
"babel": "npx babel src/js --out-file assets/js/theme.min.js --source-maps",
|
|
"build": "npm run babel && hugo -v --source=exampleSite --themesDir ../.. --gc",
|
|
"build-lunr-segmentit": "browserify src/lib/lunr.segmentit.js -o assets/lib/lunr/lunr.segmentit.js -t babelify --presets @babel/preset-env --presets minify",
|
|
"start": "npm run babel && hugo server --source=exampleSite --themesDir ../.. -D --disableFastRender",
|
|
"start-production": "npm run babel && hugo server --source=exampleSite --themesDir ../.. -D --disableFastRender -e production",
|
|
"check": "htmlproofer exampleSite/public --check-html --allow-hash-href --empty-alt-ignore --disable-external",
|
|
"copy": "rm -rf resources && cp -rf exampleSite/resources resources"
|
|
},
|
|
"resolutions": {
|
|
"minimist": "^1.2.5"
|
|
},
|
|
"husky": {
|
|
"hooks": {
|
|
"pre-commit": "npm run build && npm run copy && git add resources assets/js"
|
|
}
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Lruihao/FixIt.git"
|
|
},
|
|
"keywords": [
|
|
"hugo",
|
|
"theme"
|
|
],
|
|
"author": "Lruihao",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/Lruihao/FixIt/issues"
|
|
},
|
|
"homepage": "https://github.com/Lruihao/FixIt#readme"
|
|
}
|