|
15 | 15 | "prettier:diff": "yarn nit:source", |
16 | 16 | "lint-heading-ids": "node scripts/headingIdLinter.js", |
17 | 17 | "fix-headings": "node scripts/headingIdLinter.js --fix", |
18 | | - "ci-check": "npm-run-all prettier:diff --parallel lint tsc lint-heading-ids rss", |
| 18 | + "ci-check": "npm-run-all prettier:diff --parallel lint tsc lint-heading-ids rss deadlinks", |
19 | 19 | "tsc": "tsc --noEmit", |
20 | 20 | "start": "next start", |
21 | 21 | "postinstall": "is-ci || husky install .husky", |
22 | 22 | "check-all": "npm-run-all prettier lint:fix tsc rss", |
23 | | - "rss": "node scripts/generateRss.js" |
| 23 | + "rss": "node scripts/generateRss.js", |
| 24 | + "deadlinks": "node scripts/deadLinkChecker.js" |
24 | 25 | }, |
25 | 26 | "dependencies": { |
26 | 27 | "@codesandbox/sandpack-react": "2.20.0", |
27 | 28 | "@docsearch/css": "^3.9.0", |
28 | 29 | "@docsearch/react": "^3.9.0", |
29 | 30 | "@headlessui/react": "^1.7.0", |
| 31 | +<<<<<<< HEAD |
30 | 32 | "@radix-ui/react-context-menu": "^2.2.6", |
31 | 33 | "body-scroll-lock": "^3.1.5", |
32 | 34 | "classnames": "^2.5.1", |
33 | 35 | "date-fns": "^2.16.1", |
| 36 | +======= |
| 37 | + "@radix-ui/react-context-menu": "^2.1.5", |
| 38 | + "body-scroll-lock": "^3.1.3", |
| 39 | + "classnames": "^2.2.6", |
| 40 | +>>>>>>> e07ac94bc2c1ffd817b13930977be93325e5bea9 |
34 | 41 | "debounce": "^1.2.1", |
35 | 42 | "github-slugger": "^1.3.0", |
36 | 43 | "next": "15.1.7", |
|
62 | 69 | "autoprefixer": "^10.4.20", |
63 | 70 | "babel-eslint": "10.x", |
64 | 71 | "babel-plugin-react-compiler": "19.0.0-beta-e552027-20250112", |
| 72 | + "chalk": "4.1.2", |
65 | 73 | "eslint": "7.x", |
66 | 74 | "eslint-config-next": "12.0.3", |
67 | 75 | "eslint-config-react-app": "^5.2.1", |
|
0 commit comments