docs/package.json

53 lines
1.9 KiB
JSON

{
"name": "dapr-docs-hugo",
"version": "1.15",
"version.next": "1.16",
"description": "Documentation for Dapr",
"repository": "github:dapr/docs",
"homepage": "https://docs.dapr.io",
"author": "Dapr Authors",
"license": "Apache-2.0",
"bugs": "https://github.com/dapr/docs/issues",
"spelling": "cSpell:ignore docsy hugo htmltest precheck postbuild rtlcss -",
"scripts": {
"_build": "npm run _hugo-dev --",
"_check:links": "echo IMPLEMENTATION PENDING for check-links; echo",
"_hugo": "hugo --cleanDestinationDir",
"_hugo-dev": "npm run _hugo -- -e dev -DFE",
"_local": "npx cross-env HUGO_MODULE_WORKSPACE=docsy.work",
"_serve": "npm run _hugo-dev -- --minify serve --renderToMemory",
"build:preview": "npm run _hugo-dev -- --minify --baseURL \"${DEPLOY_PRIME_URL:-/}\"",
"build:production": "npm run _hugo -- --minify",
"build": "npm run _build -- ",
"check:links:all": "HTMLTEST_ARGS= npm run _check:links",
"check:links": "npm run _check:links",
"clean": "rm -Rf public/* resources",
"local": "npm run _local -- npm run",
"make:public": "git init -b main public",
"precheck:links:all": "npm run build",
"precheck:links": "npm run build",
"postbuild:preview": "npm run _check:links",
"postbuild:production": "npm run _check:links",
"serve": "npm run _serve",
"test": "npm run check:links",
"update:dep": "npm install --save-dev autoprefixer@latest postcss-cli@latest",
"update:hugo": "npm install --save-dev --save-exact hugo-extended@latest",
"update:pkgs": "npx npm-check-updates -u"
},
"devDependencies": {
"autoprefixer": "^10.4.21",
"cross-env": "^7.0.3",
"hugo-extended": "0.147.8",
"postcss-cli": "^11.0.1",
"rtlcss": "^4.3.0"
},
"optionalDependencies": {
"npm-check-updates": "^18.0.1"
},
"private": true,
"prettier": {
"proseWrap": "always",
"singleQuote": true
}
}