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": {
|
2020-12-11 17:36:49 -05:00
|
|
|
"@hashicorp/mktg-global-styles": "2.1.0",
|
2021-03-22 10:21:59 -04:00
|
|
|
"@hashicorp/nextjs-scripts": "16.3.0",
|
2020-12-04 16:00:53 -05:00
|
|
|
"@hashicorp/react-button": "4.0.0",
|
2021-03-31 15:07:00 -04:00
|
|
|
"@hashicorp/react-docs-page": "12.0.0",
|
2021-04-06 16:40:48 -04:00
|
|
|
"@hashicorp/react-hashi-stack-menu": "1.2.1-canary.0",
|
2020-12-04 16:00:53 -05:00
|
|
|
"@hashicorp/react-head": "1.1.6",
|
2021-03-03 10:13:50 -05:00
|
|
|
"@hashicorp/react-inline-svg": "5.0.0",
|
2020-12-11 16:54:10 -05:00
|
|
|
"@hashicorp/react-markdown-page": "^0.1.0",
|
2020-07-13 06:33:16 -04:00
|
|
|
"@hashicorp/react-product-downloader": "4.0.2",
|
2021-03-18 12:24:36 -04:00
|
|
|
"@hashicorp/react-search": "^4.2.0",
|
2021-02-16 12:55:09 -05:00
|
|
|
"@hashicorp/react-section-header": "4.0.0",
|
2020-12-11 17:36:49 -05:00
|
|
|
"@hashicorp/react-subnav": "7.1.0",
|
2021-02-16 12:55:09 -05:00
|
|
|
"@hashicorp/react-vertical-text-block-list": "4.0.1",
|
2021-03-18 12:24:36 -04:00
|
|
|
"adm-zip": "^0.5.4",
|
|
|
|
"gray-matter": "^4.0.2",
|
2021-02-08 12:47:18 -05:00
|
|
|
"next": "10.0.6",
|
2020-12-11 17:36:49 -05:00
|
|
|
"next-mdx-remote": "1.0.1",
|
2020-12-04 16:00:53 -05:00
|
|
|
"next-remote-watch": "0.3.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": {
|
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",
|
2020-12-04 16:00:53 -05:00
|
|
|
"prettier": "2.2.1"
|
2020-03-18 18:46:47 -04:00
|
|
|
},
|
|
|
|
"husky": {
|
|
|
|
"hooks": {
|
|
|
|
"pre-commit": "next-hashicorp precommit"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
2020-09-03 05:48:54 -04: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 05:48:54 -04: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",
|
2020-12-04 16:00:53 -05: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
|
|
|
}
|
|
|
|
}
|