|
6 | 6 | "scripts": { |
7 | 7 | "analyze": "ANALYZE=true next build", |
8 | 8 | "dev": "next-remote-watch ./src/content", |
9 | | - "prebuild:rsc": "node scripts/buildRscWorker.mjs", |
10 | | - "build": "node scripts/buildRscWorker.mjs && next build && node --experimental-modules ./scripts/downloadFonts.mjs", |
| 9 | + "build": "next build && node --experimental-modules ./scripts/downloadFonts.mjs", |
11 | 10 | "lint": "next lint && eslint \"src/content/**/*.md\"", |
12 | 11 | "lint:fix": "next lint --fix && eslint \"src/content/**/*.md\" --fix", |
13 | 12 | "format:source": "prettier --config .prettierrc --write \"{plugins,src}/**/*.{js,ts,jsx,tsx,css}\"", |
|
39 | 38 | <<<<<<< HEAD |
40 | 39 | "next": "15.4.8", |
41 | 40 | ======= |
42 | | - "next": "15.1.12", |
43 | | ->>>>>>> 427f24d694674be458f0fe7cb97ab1c8fe736586 |
| 41 | + "next": "15.1.9", |
| 42 | +>>>>>>> e22544e68d6fffda33332771efe27034739f35a4 |
44 | 43 | "next-remote-watch": "^1.0.0", |
45 | 44 | "parse-numeric-range": "^1.2.0", |
46 | | - "raw-loader": "^4.0.2", |
47 | 45 | "react": "^19.0.0", |
48 | 46 | "react-collapsed": "4.0.4", |
49 | 47 | "react-dom": "^19.0.0", |
|
71 | 69 | "babel-eslint": "10.x", |
72 | 70 | "babel-plugin-react-compiler": "^1.0.0", |
73 | 71 | "chalk": "4.1.2", |
74 | | - "esbuild": "^0.24.0", |
75 | 72 | "eslint": "7.x", |
76 | 73 | "eslint-config-next": "12.0.3", |
77 | 74 | "eslint-config-react-app": "^5.2.1", |
|
95 | 92 | "postcss-flexbugs-fixes": "4.2.1", |
96 | 93 | "postcss-preset-env": "^6.7.0", |
97 | 94 | "prettier": "^2.5.1", |
98 | | - "react-server-dom-webpack": "^19.2.4", |
99 | 95 | "reading-time": "^1.2.0", |
100 | 96 | "remark": "^12.0.1", |
101 | 97 | "remark-external-links": "^7.0.0", |
|
0 commit comments