jpg619/fix-accessibility-content-flow
@reggi/path-to-regexp
dependabot/npm_and_yarn/main/copy-to-clipboard-4.0.2
dependabot/npm_and_yarn/main/eslint-10.4.0
dependabot/npm_and_yarn/main/npmcli/eslint-config-7.0.0
dependabot/npm_and_yarn/main/proc-log-7.0.0
dependabot/npm_and_yarn/npm_and_yarn-826852524d
dependabot/npm_and_yarn/npm_and_yarn-ab9a7f4bc2
deprecate-totp-2fa
dhei/classic-tokens
gat-bypass-2fa-docs
jpg619/fix-accessibility-content-flow
jpg619/version-bump-tar-2
kartykp/gat-bypass-2fa-docs
kartykp/upgrade-path-to-regex
main
maitxn/version-bump-tar
patch-1
reggi/cache-based-on-version
reggi/dev-engines
reggi/fix-transform-prettier
reggi/overrides
update-search-sensitivity
| 1 | { |
| 2 | "name": "documentation", |
| 3 | "version": "1.0.0", |
| 4 | "repository": { |
| 5 | "type": "git", |
| 6 | "url": "git+https://github.com/npm/documentation.git" |
| 7 | }, |
| 8 | "private": true, |
| 9 | "scripts": { |
| 10 | "//": "https://github.com/parcel-bundler/parcel/issues/7702", |
| 11 | "gatsby": "PARCEL_WORKERS=0 gatsby", |
| 12 | "develop": "npm run gatsby -- develop", |
| 13 | "develop:ssr": "GATSBY_DEV_SSR=true npm run develop", |
| 14 | "build": "npm run gatsby -- build --verbose --log-pages", |
| 15 | "clean": "npm run gatsby -- clean", |
| 16 | "serve": "npm run gatsby -- serve", |
| 17 | "lint": "eslint \"**/*.{js,mjs,mdx}\"", |
| 18 | "postlint": "template-oss-check", |
| 19 | "template-oss-apply": "template-oss-apply --force", |
| 20 | "lintfix": "npm run eslint -- --fix", |
| 21 | "test": "jest", |
| 22 | "posttest": "npm run lint", |
| 23 | "test-all": "npm run test --workspaces --include-workspace-root --if-present", |
| 24 | "lint-all": "npm run lint --workspaces --include-workspace-root --if-present", |
| 25 | "format": "prettier --write .", |
| 26 | "format:check": "prettier --check .", |
| 27 | "eslint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"" |
| 28 | }, |
| 29 | "workspaces": [ |
| 30 | "cli/" |
| 31 | ], |
| 32 | "dependencies": { |
| 33 | "@mdx-js/mdx": "^3.0.0", |
| 34 | "@mdx-js/react": "^3.0.0", |
| 35 | "@octokit/plugin-retry": "^8.0.1", |
| 36 | "@octokit/plugin-throttling": "^11.0.1", |
| 37 | "@octokit/rest": "^22.0.0", |
| 38 | "@primer/octicons-react": "^19.8.0", |
| 39 | "@primer/react": "^37.5.0", |
| 40 | "babel-plugin-styled-components": "^2.1.4", |
| 41 | "copy-to-clipboard": "^3.3.3", |
| 42 | "deepmerge": "^4.3.1", |
| 43 | "details-element-polyfill": "^2.4.0", |
| 44 | "downshift": "^9.0.4", |
| 45 | "framer-motion": "^12.0.6", |
| 46 | "fuse.js": "^7.0.0", |
| 47 | "gatsby": "^5.14.6", |
| 48 | "gatsby-plugin-manifest": "^5.13.0", |
| 49 | "gatsby-plugin-mdx": "^5.13.0", |
| 50 | "gatsby-plugin-meta-redirect": "^1.1.1", |
| 51 | "gatsby-plugin-postcss": "^6.14.0", |
| 52 | "gatsby-plugin-styled-components": "^6.13.0", |
| 53 | "gatsby-source-filesystem": "^5.13.0", |
| 54 | "gatsby-transformer-yaml": "^5.13.0", |
| 55 | "github-slugger": "^2.0.0", |
| 56 | "lodash.debounce": "4.0.8", |
| 57 | "postcss": "^8.4.49", |
| 58 | "postcss-import": "^16.1.0", |
| 59 | "postcss-loader": "^8.1.1", |
| 60 | "postcss-preset-env": "^10.1.1", |
| 61 | "prism-react-renderer": "^2.3.1", |
| 62 | "prismjs": "^1.30.0", |
| 63 | "react": "^18.2.0", |
| 64 | "react-addons-text-content": "^0.0.4", |
| 65 | "react-dom": "^18.2.0", |
| 66 | "react-focus-on": "^3.9.1", |
| 67 | "remark-frontmatter": "^5.0.0", |
| 68 | "remark-gfm": "^3.0.1", |
| 69 | "styled-components": "^5.3.11", |
| 70 | "styled-system": "^5.1.5" |
| 71 | }, |
| 72 | "devDependencies": { |
| 73 | "@babel/plugin-proposal-private-property-in-object": "^7.21.11", |
| 74 | "@github/prettier-config": "^0.0.6", |
| 75 | "@npmcli/eslint-config": "^5.0.0", |
| 76 | "@npmcli/template-oss": "4.25.1", |
| 77 | "@testing-library/dom": "^10.4.0", |
| 78 | "@testing-library/jest-dom": "^6.2.0", |
| 79 | "@testing-library/react": "^16.0.0", |
| 80 | "babel-jest": "^30.0.0", |
| 81 | "eslint": "^8.56.0", |
| 82 | "eslint-config-prettier": "^10.1.8", |
| 83 | "eslint-config-react-app": "^7.0.1", |
| 84 | "eslint-import-resolver-typescript": "^4.2.2", |
| 85 | "eslint-import-resolver-webpack": "^0.13.8", |
| 86 | "eslint-mdx": "^3.1.3", |
| 87 | "eslint-plugin-github": "^6.0.0", |
| 88 | "eslint-plugin-import": "^2.29.1", |
| 89 | "eslint-plugin-jsx-a11y": "^6.8.0", |
| 90 | "eslint-plugin-mdx": "^3.1.3", |
| 91 | "eslint-plugin-node": "^11.1.0", |
| 92 | "eslint-plugin-prettier": "^5.1.2", |
| 93 | "eslint-plugin-primer-react": "^8.0.0", |
| 94 | "eslint-plugin-promise": "^7.0.0", |
| 95 | "eslint-plugin-react": "^7.33.2", |
| 96 | "eslint-plugin-react-hooks": "^4.6.0", |
| 97 | "identity-obj-proxy": "^3.0.0", |
| 98 | "jest": "^30.0.0", |
| 99 | "jest-environment-jsdom": "^30.0.0", |
| 100 | "prettier": "^3.1.1" |
| 101 | }, |
| 102 | "author": "GitHub Inc.", |
| 103 | "engines": { |
| 104 | "node": ">=22.0.0" |
| 105 | }, |
| 106 | "templateOSS": { |
| 107 | "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", |
| 108 | "version": "4.25.1", |
| 109 | "content": "./scripts/template-oss", |
| 110 | "dependabotInterval": "weekly", |
| 111 | "allowPaths": [ |
| 112 | "cli-cache.json" |
| 113 | ] |
| 114 | }, |
| 115 | "overrides": { |
| 116 | "external-editor@3.1.0": { |
| 117 | "tmp": "^0.2.5" |
| 118 | } |
| 119 | } |
| 120 | } |