|
5 | 5 | "license": "CC", |
6 | 6 | "scripts": { |
7 | 7 | "analyze": "ANALYZE=true next build", |
8 | | - "dev": "next dev", |
| 8 | + "dev": "next-remote-watch ./src/content", |
9 | 9 | "build": "next build && node --experimental-modules ./scripts/downloadFonts.mjs", |
10 | 10 | "lint": "next lint", |
11 | 11 | "lint:fix": "next lint --fix", |
|
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", |
| 18 | + "ci-check": "npm-run-all prettier:diff --parallel lint tsc lint-heading-ids rss", |
19 | 19 | "tsc": "tsc --noEmit", |
20 | 20 | "start": "next start", |
21 | 21 | "postinstall": "is-ci || husky install .husky", |
22 | | - "check-all": "npm-run-all prettier lint:fix tsc" |
| 22 | + "check-all": "npm-run-all prettier lint:fix tsc rss", |
| 23 | + "rss": "node scripts/generateRss.js" |
23 | 24 | }, |
24 | 25 | "dependencies": { |
25 | 26 | "@codesandbox/sandpack-react": "2.13.5", |
26 | 27 | "@docsearch/css": "^3.8.3", |
27 | 28 | "@docsearch/react": "^3.8.3", |
28 | 29 | "@headlessui/react": "^1.7.0", |
29 | 30 | "@radix-ui/react-context-menu": "^2.1.5", |
30 | | - "@types/mdast": "^4.0.4", |
31 | 31 | "body-scroll-lock": "^3.1.3", |
32 | 32 | "classnames": "^2.2.6", |
33 | 33 | "date-fns": "^2.16.1", |
34 | 34 | "debounce": "^1.2.1", |
35 | 35 | "github-slugger": "^1.3.0", |
36 | | - "next": "^15.2.0-canary.33", |
| 36 | + "next": "15.1.0", |
37 | 37 | "next-remote-watch": "^1.0.0", |
38 | 38 | "parse-numeric-range": "^1.2.0", |
39 | 39 | "react": "^19.0.0", |
40 | 40 | "react-collapsed": "4.0.4", |
41 | 41 | "react-dom": "^19.0.0", |
42 | 42 | "remark-frontmatter": "^4.0.1", |
43 | | - "remark-gfm": "^3.0.1", |
44 | | - "unist-builder": "^4.0.0" |
| 43 | + "remark-gfm": "^3.0.1" |
45 | 44 | }, |
46 | 45 | "devDependencies": { |
47 | 46 | "@babel/core": "^7.12.9", |
|
63 | 62 | "autoprefixer": "^10.4.2", |
64 | 63 | "babel-eslint": "10.x", |
65 | 64 | "babel-plugin-react-compiler": "19.0.0-beta-e552027-20250112", |
66 | | - "chokidar": "^4.0.3", |
67 | 65 | "eslint": "7.x", |
68 | 66 | "eslint-config-next": "12.0.3", |
69 | 67 | "eslint-config-react-app": "^5.2.1", |
|
0 commit comments