Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
252 changes: 131 additions & 121 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,123 +1,133 @@
{
"name": "docs",
"version": "1.0.0",
"description": "Datadog Docs built on HUGO",
"private": true,
"scripts": {
"typesense:sync:preview": "NODE_ENV=preview node ./local/bin/js/typesense_sync.cjs",
"typesense:sync:production": "NODE_ENV=production node ./local/bin/js/typesense_sync.cjs",
"preinstall": "bash local/bin/sh/preinstall.sh",
"prestart": "rimraf public && npx hugo mod clean",
"docker:start": "/usr/local/bin/hugo server -D -d ./public -s ./ --port 1313 --navigateToChanged --noHTTPCache --bind 0.0.0.0",
"start": "./node_modules/.bin/hugo server -D -d ./public -s ./ --port 1313 --poll 5s --navigateToChanged --noHTTPCache --noChmod",
"prebuild": "rimraf public && npx hugo mod clean",
"build": "yarn run prebuild && yarn run build:hugo",
"build:preview": "yarn run build:hugo:preview",
"build:hugo": "./node_modules/.bin/hugo -d ./public -s ./ --minify --logLevel info",
"build:hugo:preview": "GOGC=80 yarn run build:hugo -D -F --environment preview --gc",
"build:hugo:live": "GOGC=80 yarn run build:hugo --environment live --gc",
"build:live": "yarn run build:hugo:live",
"deploy:previewAssets": "customhugo deploy --target previewAssets -e preview --maxDeletes 0 --workers 100 --logLevel info",
"deploy:preview": "customhugo deploy --target preview -e preview --maxDeletes -1 --workers 100 --invalidateCDN --logLevel info",
"deploy:liveAssets": "customhugo deploy --target liveAssets -e live --maxDeletes 0 --workers 100 --logLevel info",
"deploy:live": "customhugo deploy --target live -e live --maxDeletes -1 --workers 100 --logLevel info",
"build:apiPages": "node -e 'require(\"./assets/scripts/build-api-pages.js\").init()'",
"jest-test": "./node_modules/.bin/jest ./assets/scripts/tests",
"test:e2e": "npx playwright test",
"postinstall": "husky",
"prepack": "pinst --disable",
"postpack": "pinst --enable"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DataDog/Documentation.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/DataDog/Documentation/issues"
},
"homepage": "https://github.com/DataDog/Documentation#readme",
"engines": {
"node": ">= 20.11.0"
},
"dependencies": {
"@apidevtools/json-schema-ref-parser": "^8.0.0",
"@babel/polyfill": "^7.12.1",
"@babel/runtime": "^7.25.6",
"@datadog/browser-logs": "^5.27.0",
"@datadog/browser-rum": "^5.27.0",
"@datadog/openfeature-browser": "^0.3.1",
"@openfeature/core": "^1.9.1",
"@openfeature/web-sdk": "^1.7.2",
"@popperjs/core": "^2.11.8",
"alpinejs": "^3.13.7",
"bootstrap": "^5.2",
"cdocs-hugo-integration": "https://s3.amazonaws.com/origin-static-assets/corp-node-packages/master/cdocs-hugo-integration-v4.4.0.tgz",
"del": "4.1.1",
"fancy-log": "^1.3.3",
"geo-locate": "https://s3.amazonaws.com/origin-static-assets/corp-node-packages/master/geo-locate-v1.0.2.tgz",
"highlight.js": "^11.11.1",
"hugo-bin": "0.148.0",
"instantsearch.js": "^4.74.1",
"js-cookie": "^2.2.1",
"js-yaml": "^3.14.1",
"jshint": "2.13.6",
"jshint-stylish": "2.2.1",
"json2csv": "^4.5.4",
"lazypipe": "1.0.2",
"lodash": "^4.17.21",
"marked": "^17.0.1",
"marked-highlight": "^2.2.1",
"merge-stream": "2.0.0",
"minimist": "^1.2.8",
"mixitup": "^3.3.1",
"mousetrap": "^1.6.5",
"picturefill": "3.0.3",
"popper.js": "1.16.1",
"safe-json-stringify": "^1.2.0",
"signup-failover": "https://s3.amazonaws.com/origin-static-assets/corp-node-packages/master/signup-failover-v1.0.0.tgz",
"slugify": "^1.6.6",
"tiny-async-pool": "^1.3.0",
"tomlify-j0.4": "^3.0.0",
"traverse": "0.6.8",
"typesense": "^3.0.1",
"typesense-instantsearch-adapter": "^2.9.0",
"typesense-sync": "https://s3.amazonaws.com/origin-static-assets/corp-node-packages/master/typesense-sync-v2.0.0.tgz",
"yaml-lint": "^1.7.0"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/preset-env": "^7.24.0",
"@datadog/datadog-ci": "^2.36.0",
"@playwright/test": "^1.58.2",
"acorn": "^7.4.1",
"cross-env": "^5.2.1",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^6.15.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-node": "^9.2.0",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^2.5.1",
"eslint-plugin-standard": "^4.1.0",
"husky": "^9.1.7",
"jest": "^25.5.4",
"pinst": "^3.0.0",
"postcss-import": "^12.0.1",
"postcss-preset-env": "^6.7.2",
"prettier": "^2.8.8",
"rimraf": "^3.0.2",
"run-sequence": "^2.2.1",
"sass": "^1.72.0",
"serialize-javascript": "^2.1.2"
},
"hugo-bin": {
"buildTags": "extended,withdeploy"
},
"packageManager": "yarn@4.10.3"
"name": "docs",
"version": "1.0.0",
"description": "Datadog Docs built on HUGO",
"private": true,
"scripts": {
"typesense:sync:preview": "NODE_ENV=preview node ./local/bin/js/typesense_sync.cjs",
"typesense:sync:production": "NODE_ENV=production node ./local/bin/js/typesense_sync.cjs",
"preinstall": "bash local/bin/sh/preinstall.sh",
"prestart": "rimraf public && npx hugo mod clean",
"docker:start": "/usr/local/bin/hugo server -D -d ./public -s ./ --port 1313 --navigateToChanged --noHTTPCache --bind 0.0.0.0",
"start": "./node_modules/.bin/hugo server -D -d ./public -s ./ --port 1313 --poll 5s --navigateToChanged --noHTTPCache --noChmod",
"prebuild": "rimraf public && npx hugo mod clean",
"build": "yarn run prebuild && yarn run build:hugo",
"build:preview": "yarn run build:hugo:preview",
"build:hugo": "./node_modules/.bin/hugo -d ./public -s ./ --minify --logLevel info",
"build:hugo:preview": "GOGC=80 yarn run build:hugo -D -F --environment preview --gc",
"build:hugo:live": "GOGC=80 yarn run build:hugo --environment live --gc",
"build:live": "yarn run build:hugo:live",
"deploy:previewAssets": "customhugo deploy --target previewAssets -e preview --maxDeletes 0 --workers 100 --logLevel info",
"deploy:preview": "customhugo deploy --target preview -e preview --maxDeletes -1 --workers 100 --invalidateCDN --logLevel info",
"deploy:liveAssets": "customhugo deploy --target liveAssets -e live --maxDeletes 0 --workers 100 --logLevel info",
"deploy:live": "customhugo deploy --target live -e live --maxDeletes -1 --workers 100 --logLevel info",
"build:apiPages": "node -e 'require(\"./assets/scripts/build-api-pages.js\").init()'",
"jest-test": "./node_modules/.bin/jest ./assets/scripts/tests",
"test:e2e": "npx playwright test",
"postinstall": "husky",
"prepack": "pinst --disable",
"postpack": "pinst --enable"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DataDog/Documentation.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/DataDog/Documentation/issues"
},
"homepage": "https://github.com/DataDog/Documentation#readme",
"engines": {
"node": ">= 20.11.0"
},
"dependencies": {
"@apidevtools/json-schema-ref-parser": "^8.0.0",
"@babel/polyfill": "^7.12.1",
"@babel/runtime": "^7.25.6",
"@datadog/browser-logs": "^5.27.0",
"@datadog/browser-rum": "^5.27.0",
"@datadog/openfeature-browser": "^0.3.1",
"@openfeature/core": "^1.9.1",
"@openfeature/web-sdk": "^1.7.2",
"@popperjs/core": "^2.11.8",
"alpinejs": "^3.13.7",
"bootstrap": "^5.2",
"cdocs-hugo-integration": "https://s3.amazonaws.com/origin-static-assets/corp-node-packages/master/cdocs-hugo-integration-v4.4.0.tgz",
"del": "4.1.1",
"fancy-log": "^1.3.3",
"geo-locate": "https://s3.amazonaws.com/origin-static-assets/corp-node-packages/master/geo-locate-v1.0.2.tgz",
"highlight.js": "^11.11.1",
"hugo-bin": "0.148.0",
"instantsearch.js": "^4.74.1",
"js-cookie": "^2.2.1",
"js-yaml": "^3.14.1",
"jshint": "2.13.6",
"jshint-stylish": "2.2.1",
"json2csv": "^4.5.4",
"lazypipe": "1.0.2",
"lodash": "^4.17.21",
"marked": "^17.0.1",
"marked-highlight": "^2.2.1",
"merge-stream": "2.0.0",
"minimist": "^1.2.8",
"mixitup": "^3.3.1",
"mousetrap": "^1.6.5",
"picturefill": "3.0.3",
"popper.js": "1.16.1",
"safe-json-stringify": "^1.2.0",
"signup-failover": "https://s3.amazonaws.com/origin-static-assets/corp-node-packages/master/signup-failover-v1.0.0.tgz",
"slugify": "^1.6.6",
"tiny-async-pool": "^1.3.0",
"tomlify-j0.4": "^3.0.0",
"traverse": "0.6.8",
"typesense": "^3.0.1",
"typesense-instantsearch-adapter": "^2.9.0",
"typesense-sync": "https://s3.amazonaws.com/origin-static-assets/corp-node-packages/master/typesense-sync-v2.0.0.tgz",
"yaml-lint": "^1.7.0"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/preset-env": "^7.24.0",
"@datadog/datadog-ci": "^2.36.0",
"@playwright/test": "^1.58.2",
"acorn": "^7.4.1",
"cross-env": "^5.2.1",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^6.15.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-node": "^9.2.0",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^2.5.1",
"eslint-plugin-standard": "^4.1.0",
"husky": "^9.1.7",
"jest": "^25.5.4",
"pinst": "^3.0.0",
"postcss-import": "^12.0.1",
"postcss-preset-env": "^6.7.2",
"prettier": "^2.8.8",
"rimraf": "^3.0.2",
"run-sequence": "^2.2.1",
"sass": "^1.72.0",
"serialize-javascript": "^2.1.2"
},
"hugo-bin": {
"buildTags": "extended,withdeploy"
},
"packageManager": "yarn@4.10.3",
"resolutions": {
"fast-xml-parser": "^4.5.6",
"protobufjs": "^7.6.4",
"simple-git": "^3.36.0",
"minimatch": "^3.1.5",
"form-data": "^4.0.6",
"ws": "^7.5.11",
"postcss": "^7.0.39",
"qs": "^6.15.2"
}
}
Loading
Loading