|
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 | 23 | "rss": "node scripts/generateRss.js", |
| 24 | +<<<<<<< HEAD |
24 | 25 | "textlint": "cd textlint && yarn --frozen-lockfile && yarn textlint", |
25 | 26 | "textlint-staged": "cd textlint && yarn --frozen-lockfile && yarn textlint-staged --" |
| 27 | +======= |
| 28 | + "deadlinks": "node scripts/deadLinkChecker.js" |
| 29 | +>>>>>>> e07ac94bc2c1ffd817b13930977be93325e5bea9 |
26 | 30 | }, |
27 | 31 | "dependencies": { |
28 | 32 | "@codesandbox/sandpack-react": "2.13.5", |
|
32 | 36 | "@radix-ui/react-context-menu": "^2.1.5", |
33 | 37 | "body-scroll-lock": "^3.1.3", |
34 | 38 | "classnames": "^2.2.6", |
35 | | - "date-fns": "^2.16.1", |
36 | 39 | "debounce": "^1.2.1", |
37 | 40 | "github-slugger": "^1.3.0", |
38 | 41 | "next": "15.1.0", |
|
64 | 67 | "autoprefixer": "^10.4.2", |
65 | 68 | "babel-eslint": "10.x", |
66 | 69 | "babel-plugin-react-compiler": "19.0.0-beta-e552027-20250112", |
| 70 | + "chalk": "4.1.2", |
67 | 71 | "eslint": "7.x", |
68 | 72 | "eslint-config-next": "12.0.3", |
69 | 73 | "eslint-config-react-app": "^5.2.1", |
|
0 commit comments