2020-03-18 18:46:47 -04:00
|
|
|
{
|
|
|
|
|
"name": "packer-docs",
|
2020-05-29 16:37:50 -04:00
|
|
|
"description": "Documentation website for HashiCorp Packer",
|
|
|
|
|
"version": "1.0.0",
|
2020-03-18 18:46:47 -04:00
|
|
|
"author": "HashiCorp",
|
|
|
|
|
"dependencies": {
|
2021-08-13 08:04:19 -04:00
|
|
|
"@hashicorp/mktg-global-styles": "4.0.0",
|
2021-07-27 15:54:54 -05:00
|
|
|
"@hashicorp/mktg-logos": "^1.2.0",
|
|
|
|
|
"@hashicorp/nextjs-scripts": "^19.0.3",
|
|
|
|
|
"@hashicorp/platform-code-highlighting": "^0.1.1",
|
|
|
|
|
"@hashicorp/platform-runtime-error-monitoring": "^0.1.0",
|
|
|
|
|
"@hashicorp/platform-util": "^0.1.0",
|
2021-08-13 08:04:19 -04:00
|
|
|
"@hashicorp/react-alert-banner": "6.2.0",
|
2021-07-27 15:54:54 -05:00
|
|
|
"@hashicorp/react-button": "^5.2.1",
|
|
|
|
|
"@hashicorp/react-command-line-terminal": "^2.0.3",
|
2021-07-30 15:45:14 -04:00
|
|
|
"@hashicorp/react-consent-manager": "^6.0.0",
|
2021-08-13 08:04:19 -04:00
|
|
|
"@hashicorp/react-docs-page": "14.0.1",
|
2021-07-27 15:54:54 -05:00
|
|
|
"@hashicorp/react-hashi-stack-menu": "^2.0.6",
|
|
|
|
|
"@hashicorp/react-head": "^3.1.1",
|
|
|
|
|
"@hashicorp/react-inline-svg": "^6.0.2",
|
2021-08-13 08:04:19 -04:00
|
|
|
"@hashicorp/react-markdown-page": "1.4.2",
|
|
|
|
|
"@hashicorp/react-product-downloads-page": "2.4.0",
|
2021-07-27 15:54:54 -05:00
|
|
|
"@hashicorp/react-product-features-list": "^4.1.2",
|
2021-08-13 08:04:19 -04:00
|
|
|
"@hashicorp/react-search": "5.1.2",
|
2021-07-27 15:54:54 -05:00
|
|
|
"@hashicorp/react-section-header": "^5.0.3",
|
|
|
|
|
"@hashicorp/react-subnav": "^8.4.0",
|
|
|
|
|
"@hashicorp/react-text-split-with-image": "^4.2.2",
|
|
|
|
|
"@hashicorp/react-vertical-text-block-list": "^6.0.3",
|
2021-04-14 14:51:29 -04:00
|
|
|
"adm-zip": "^0.5.5",
|
2021-03-18 12:24:36 -04:00
|
|
|
"gray-matter": "^4.0.2",
|
2021-07-27 15:54:54 -05:00
|
|
|
"next": "10.2.2",
|
2021-05-06 13:19:26 -04:00
|
|
|
"next-mdx-remote": "3.0.1",
|
2021-04-14 14:51:29 -04:00
|
|
|
"next-remote-watch": "1.0.0",
|
2020-07-13 06:33:16 -04:00
|
|
|
"react": "16.13.1",
|
2020-09-08 17:16:02 -04:00
|
|
|
"react-dom": "16.13.1"
|
2020-03-18 18:46:47 -04:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2021-07-27 15:54:54 -05:00
|
|
|
"@hashicorp/platform-cli": "^0.2.0",
|
|
|
|
|
"@hashicorp/platform-nextjs-plugin": "^0.1.0",
|
|
|
|
|
"@hashicorp/platform-types": "^0.1.0",
|
2021-04-14 14:51:29 -04:00
|
|
|
"@types/react": "^17.0.3",
|
2020-07-13 06:33:16 -04:00
|
|
|
"dart-linkcheck": "2.0.15",
|
2020-12-11 17:36:49 -05:00
|
|
|
"husky": "4.3.5",
|
2021-07-27 15:54:54 -05:00
|
|
|
"prettier": "2.2.1",
|
|
|
|
|
"typescript": "^4.3.5"
|
2020-03-18 18:46:47 -04:00
|
|
|
},
|
|
|
|
|
"husky": {
|
|
|
|
|
"hooks": {
|
|
|
|
|
"pre-commit": "next-hashicorp precommit"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"main": "index.js",
|
|
|
|
|
"scripts": {
|
2020-09-03 11:48:54 +02:00
|
|
|
"build": "node --max-old-space-size=8192 ./node_modules/.bin/next build",
|
2020-03-18 18:46:47 -04:00
|
|
|
"dynamic": "NODE_ENV=production next build && next start",
|
2020-09-03 11:48:54 +02:00
|
|
|
"export": "node --max-old-space-size=8192 ./node_modules/.bin/next export",
|
2020-03-18 18:46:47 -04:00
|
|
|
"format": "next-hashicorp format",
|
|
|
|
|
"generate:component": "next-hashicorp generate component",
|
2020-05-29 16:37:50 -04:00
|
|
|
"generate:readme": "next-hashicorp markdown-blocks README.md",
|
2020-03-18 18:46:47 -04:00
|
|
|
"lint": "next-hashicorp lint",
|
2021-09-01 17:07:39 -04:00
|
|
|
"start": "next-remote-watch './content/**/*.mdx'",
|
2020-03-18 18:46:47 -04:00
|
|
|
"static": "npm run build && npm run export && cp _redirects out/.",
|
2020-04-07 17:50:07 -04:00
|
|
|
"linkcheck": "linkcheck https://packer.io"
|
2020-03-18 18:46:47 -04:00
|
|
|
}
|
|
|
|
|
}
|