mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 15:28:57 +00:00
9aad78ae9c
Bumps [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) from 7.17.6 to 7.17.10. - [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.17.10/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>
48 lines
1.7 KiB
JSON
48 lines
1.7 KiB
JSON
{
|
|
"name": "fixit-src",
|
|
"version": "0.2.14-RC",
|
|
"description": "FixIt theme source files",
|
|
"private": true,
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.17.10",
|
|
"@babel/core": "^7.17.10",
|
|
"@babel/preset-env": "^7.16.11",
|
|
"atomic-algolia": "^0.3.19",
|
|
"babel-preset-minify": "^0.5.1",
|
|
"babelify": "^10.0.0",
|
|
"browserify": "^17.0.0",
|
|
"core-js": "^3.22.0",
|
|
"minimist": "^1.2.6",
|
|
"segmentit": "^2.0.3"
|
|
},
|
|
"scripts": {
|
|
"preinstall": "npx npm-force-resolutions",
|
|
"babel": "npx babel src/js/theme.js --out-file assets/js/theme.min.js --source-maps --no-comments && npx babel src/js/service-worker.js --out-file static/service-worker.min.js --source-maps --no-comments",
|
|
"build": "npm run babel && hugo -v --source=exampleSite --themesDir ../.. --gc --minify",
|
|
"build-lunr-segmentit": "browserify src/lib/lunr.segmentit.js -o assets/lib/lunr/lunr.segmentit.js -t babelify --presets @babel/preset-env --presets minify",
|
|
"server": "hugo server --source=exampleSite --themesDir ../.. -D --disableFastRender --navigateToChanged",
|
|
"server:production": "hugo server --source=exampleSite --themesDir ../.. -D --disableFastRender --navigateToChanged -e production",
|
|
"start": "npm run babel && npm run server",
|
|
"start:production": "npm run babel && npm run server:production",
|
|
"algolia": "atomic-algolia"
|
|
},
|
|
"resolutions": {
|
|
"minimist": "^1.2.5"
|
|
},
|
|
"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"
|
|
}
|