0eb6334b2d
* init homepage * adds tutorials * update subnav * adds intro background * add offerings * adds in practice cta * include radial gradient * cleanup gradient * Fix learn more button display * include use case pages * connect subnav menu items * extract in practice section for reuse * use Products type * fix type error * add neutral option * rework cta logic * Fix links map * fix use case path * updates accent method * fix button prop usage * refactor customer case study * refactor case studies component * cleanup margin * refactor data props * fix offering cta * spacing updates and introduce intro component * adds intro interface * removes footer border * fix intro description color * add revalidate code to homepage * cleanup unused imports * bump subnav * makes stats optional * adjust border radius based on customer story * redirect /home to homepage * fix: turtorials link * fix: logo alignment * fix: section background color * feat: home reorder and tuts and docs links * fix: flush padding * formatting * feat: sort use cases in nav * fix: card overflow * fix: adjust overflow method * fix: padding on desktop * fix: card container overflow padding on mobile * fix: intro cta conditional * fix: simplify conditional * fix: customer logo sizing * cleanup old data * accept isInternalLink as arg * remove chunk * fix: isInternalLink usage * fix: isInternalLink prop usage * fix: add lang to document * init homepage * adds tutorials * add offerings * cleanup unused imports * bump subnav * fix: flush padding * formatting * fix: intro cta conditional * fix: simplify conditional * cleanup old data * add consul on kubernetes to menu items * add use case redirect * Add use case redirect
90 lines
3.3 KiB
JSON
90 lines
3.3 KiB
JSON
{
|
|
"name": "consul-docs",
|
|
"description": "Description of your website",
|
|
"version": "0.0.1",
|
|
"author": "HashiCorp",
|
|
"dependencies": {
|
|
"@hashicorp/flight-icons": "^1.3.0",
|
|
"@hashicorp/mktg-global-styles": "^4.0.0",
|
|
"@hashicorp/mktg-logos": "^1.2.0",
|
|
"@hashicorp/nextjs-scripts": "^19.0.3",
|
|
"@hashicorp/platform-analytics": "^0.2.0",
|
|
"@hashicorp/platform-code-highlighting": "^0.1.2",
|
|
"@hashicorp/platform-runtime-error-monitoring": "^0.1.0",
|
|
"@hashicorp/platform-util": "^0.1.0",
|
|
"@hashicorp/react-alert": "^6.0.1",
|
|
"@hashicorp/react-alert-banner": "^7.0.1",
|
|
"@hashicorp/react-button": "^6.0.1",
|
|
"@hashicorp/react-call-to-action": "^4.0.0",
|
|
"@hashicorp/react-callouts": "^8.0.1",
|
|
"@hashicorp/react-code-block": "^4.1.5",
|
|
"@hashicorp/react-consent-manager": "^7.1.0",
|
|
"@hashicorp/react-content": "^8.0.2",
|
|
"@hashicorp/react-docs-page": "^14.4.2",
|
|
"@hashicorp/react-enterprise-alert": "^6.0.1",
|
|
"@hashicorp/react-featured-slider": "^5.0.1",
|
|
"@hashicorp/react-hashi-stack-menu": "^2.1.2",
|
|
"@hashicorp/react-head": "^3.1.2",
|
|
"@hashicorp/react-hero": "^8.0.2",
|
|
"@hashicorp/react-image": "^4.0.3",
|
|
"@hashicorp/react-inline-svg": "^6.0.3",
|
|
"@hashicorp/react-learn-callout": "^2.0.1",
|
|
"@hashicorp/react-markdown-page": "^1.4.3",
|
|
"@hashicorp/react-product-downloads-page": "^2.5.2",
|
|
"@hashicorp/react-product-features-list": "^5.0.0",
|
|
"@hashicorp/react-search": "^6.1.1",
|
|
"@hashicorp/react-section-header": "^5.0.4",
|
|
"@hashicorp/react-stepped-feature-list": "^4.0.3",
|
|
"@hashicorp/react-subnav": "^9.3.0",
|
|
"@hashicorp/react-tabs": "^7.0.1",
|
|
"@hashicorp/react-text-split": "^4.0.0",
|
|
"@hashicorp/react-text-split-with-code": "^3.3.8",
|
|
"@hashicorp/react-text-split-with-image": "^4.2.5",
|
|
"@hashicorp/react-use-cases": "^5.0.0",
|
|
"@hashicorp/react-vertical-text-block-list": "^7.0.0",
|
|
"@reach/dialog": "^0.16.2",
|
|
"ci": "^2.1.1",
|
|
"framer-motion": "^5.3.3",
|
|
"next": "^11.1.2",
|
|
"next-mdx-remote": "3.0.1",
|
|
"next-remote-watch": "1.0.0",
|
|
"nuka-carousel": "4.7.7",
|
|
"react": "^17.0.2",
|
|
"react-datocms": "^1.6.6",
|
|
"react-device-detect": "1.17.0",
|
|
"react-dom": "^17.0.2",
|
|
"react-player": "^2.9.0"
|
|
},
|
|
"devDependencies": {
|
|
"@hashicorp/platform-cli": "^1.2.0",
|
|
"@hashicorp/platform-nextjs-plugin": "^1.0.1",
|
|
"@hashicorp/platform-types": "^0.1.1",
|
|
"@types/react": "^17.0.3",
|
|
"dart-linkcheck": "2.0.15",
|
|
"husky": "4.3.7",
|
|
"prettier": "2.2.1",
|
|
"typescript": "^4.3.5"
|
|
},
|
|
"husky": {
|
|
"hooks": {
|
|
"pre-commit": "next-hashicorp precommit"
|
|
}
|
|
},
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "node --max-old-space-size=4096 ./node_modules/.bin/next build",
|
|
"dynamic": "NODE_ENV=production next build && next start",
|
|
"export": "node --max-old-space-size=4096 ./node_modules/.bin/next export",
|
|
"format": "next-hashicorp format",
|
|
"generate:component": "next-hashicorp generate component",
|
|
"generate:readme": "next-hashicorp markdown-blocks README.md",
|
|
"lint": "next-hashicorp lint",
|
|
"start": "next-remote-watch './content/**/*.mdx'",
|
|
"static": "npm run build && npm run export && cp _redirects out/.",
|
|
"linkcheck": "linkcheck https://consul.io"
|
|
},
|
|
"engines": {
|
|
"npm": ">=7.0.0"
|
|
}
|
|
}
|