{ "name": "teleport-docs-next", "version": "0.1.0", "license": "Apache-2.0", "engines": { "node": "^18" }, "private": true, "scripts": { "spellcheck": "bash scripts/check-spelling.sh", "git-update": "git submodule update --init --remote --progress", "build-node": "rm -rf .build && tsc --build tsconfig.node.json && tsc-esm-fix --target='.build' --ext='.mjs'", "generate-sitemap": "node ./scripts/generate-sitemap.mjs", "generate-article-links": "node ./scripts/generate-article-links.mjs", "preflight": "yarn build-node && yarn generate-article-links", "dev": "yarn preflight && next dev", "build": "yarn preflight && next build", "update-and-build": "yarn git-update && yarn build && yarn generate-sitemap", "start": "next start", "uvu-test": "loadr -- uvu uvu-tests", "test": "npx playwright test", "base:eslint": "eslint --cache --cache-location node_modules/.cache/eslint '**/*.{js,jsx,ts,tsx}'", "base:prettier": "prettier '**/*.{js,jsx,ts,tsx,json}'", "lint": "yarn base:eslint --fix && yarn base:prettier --write -l", "lint-check": "yarn base:eslint && yarn base:prettier --check", "typecheck": "tsc --noEmit --skipLibCheck --incremental --tsBuildInfoFile node_modules/.cache/tsc/tsbuildinfo --project .", "markdown-lint": "remark --rc-path .remarkrc.mjs 'content/**/docs/pages/**/*.mdx' --quiet --frail --ignore-pattern '**/includes/**' --silently-ignore", "markdown-lint-external-links": "WITH_EXTERNAL_LINKS=true yarn markdown-lint", "markdown-fix": "FIX=true yarn markdown-lint -o", "storybook": "storybook dev -p 6006", "build-storybook": "storybook build", "test-storybook": "test-storybook", "storybook:test-ci": "yarn build-storybook --quiet && npx concurrently -k -s first -n \"SB,TEST\" -c \"magenta,blue\" \"npx http-server storybook-static --port 6006 --silent\" \"npx wait-on tcp:6006 && yarn test-storybook\"", "storybook:test-local": "yarn build-storybook --quiet && npx concurrently -k -s first -n \"SB,TEST\" -c \"magenta,blue\" \"npx http-server storybook-static --port 6006 --silent\" \"yarn test-storybook\"" }, "lint-staged": { "*.{js,jsx,ts,tsx}": [ "eslint", "prettier --check" ], "*.{json}": "prettier --check" }, "simple-git-hooks": { "pre-commit": "yarn lint-staged" }, "dependencies": { "@chakra-ui/icons": "^2.0.18", "@chakra-ui/react": "^2.5.5", "@chakra-ui/system": "^2.5.5", "@chakra-ui/theme-tools": "^2.0.16", "@emotion/react": "^11.10.6", "@emotion/styled": "^11.10.6", "@inkeep/widgets": "^0.2.242", "@internationalized/date": "^3.5.0", "@mermaid-js/mermaid-cli": "^10.2.4", "@next/font": "13.3.0", "@reach/listbox": "^0.17.0", "classnames": "^2.3.1", "date-fns": "^2.27.0", "framer-motion": "^10.12.9", "graphql": "^16.8.1", "highlightjs-terraform": "https://github.com/highlightjs/highlightjs-terraform#eb1b9661e143a43dff6b58b391128ce5cdad31d4", "jsdom": "^22.1.0", "next": "13.5.5", "posthog-js": "1.88.1", "react": "18.2.0", "react-dom": "18.2.0", "react-use": "^17.3.1", "url": "^0.11.0", "uuid": "^9.0.0", "which": "^3.0.0" }, "devDependencies": { "@next/bundle-analyzer": "13.2.4", "@playwright/test": "^1.25.0", "@storybook/addon-interactions": "^7.0.27", "@storybook/addon-viewport": "^7.0.27", "@storybook/jest": "^0.1.0", "@storybook/nextjs": "^7.6.3", "@storybook/react": "^7.0.27", "@storybook/test-runner": "^0.11.0", "@storybook/testing-library": "^0.2.0", "@svgr/webpack": "^6.2.1", "@testing-library/user-event": "^14.4.3", "@types/form-data": "^2.5.0", "@types/glob": "7.2.0", "@types/hast": "^2.3.4", "@types/js-yaml": "^4.0.5", "@types/node": "^17.0.29", "@types/react": "^18.0.28", "@types/which": "^2.0.1", "@typescript-eslint/eslint-plugin": "^5.21.0", "@typescript-eslint/parser": "^5.21.0", "ajv": "^8.11.0", "concurrently": "^8.2.0", "cspell": "^7.0.0", "dotenv": "^16.0.0", "eslint": "^8.14.0", "eslint-config-next": "^13.2.4", "fs-extra": "^11.1.0", "glob": "7.2.0", "got": "12.1.0", "gray-matter": "^4.0.3", "hast-util-heading-rank": "^2.1.0", "hast-util-to-string": "^2.0.0", "http-server": "^14.1.1", "image-size": "^1.0.2", "js-yaml": "^4.1.0", "lint-staged": "^12.4.1", "loadr": "^0.1.1", "mdast-util-from-markdown": "^1.2.0", "mdast-util-frontmatter": "^1.0.0", "mdast-util-gfm": "^2.0.1", "mdast-util-mdx": "^2.0.0", "micromark-extension-frontmatter": "^1.0.0", "micromark-extension-gfm": "2.0.1", "micromark-extension-mdxjs": "^1.0.0", "postcss": "^8.4.31", "postcss-flexbugs-fixes": "^5.0.2", "postcss-loader": "^7.3.3", "postcss-preset-env": "^7.4.4", "prettier": "^2.6.2", "prettier-config-standard": "^5.0.0", "puppeteer": "^20.8.2", "rehype-highlight": "^5.0.2", "rehype-react": "^7.1.1", "rehype-slug": "^5.0.1", "rehype-stringify": "^9.0.3", "remark": "^14.0.2", "remark-cli": "10.0.1", "remark-copy-linked-files": "^1.5.0", "remark-frontmatter": "^4.0.1", "remark-gfm": "^3.0.1", "remark-lint-no-dead-urls": "^1.1.0", "remark-mdx": "^2.1.1", "remark-parse": "^10.0.1", "remark-preset-lint-markdown-style-guide": "^5.1.2", "remark-rehype": "^10.1.0", "remark-validate-links": "^11.0.2", "sharp": "^0.32.6", "simple-git-hooks": "^2.7.0", "storybook": "^7.0.27", "stylelint": "^15.10.1", "stylelint-config-standard": "^25.0.0", "to-vfile": "7.2.3", "tsc-esm-fix": "^2.13.0", "tsm": "^2.2.1", "typescript": "^4.6.3", "unified": "^10.1.2", "unified-lint-rule": "^2.1.1", "unist-util-find": "^1.0.2", "unist-util-visit": "4.1.0", "unist-util-visit-parents": "^5.1.0", "uvu": "^0.5.3", "vfile": "^5.3.2", "wait-on": "^7.0.1", "webpack": "^5.94.0" }, "resolutions": { "semver": "^7.5.2", "next/@swc/helpers": "0.4.36" } }