|
6 | 6 | "scripts": { |
7 | 7 | "analyze": "ANALYZE=true next build", |
8 | 8 | "dev": "next-remote-watch ./src/content", |
9 | | -<<<<<<< HEAD |
10 | | - "build": "next build && node --experimental-modules ./scripts/downloadFonts.mjs", |
11 | | -======= |
12 | 9 | "prebuild:rsc": "node scripts/buildRscWorker.mjs", |
13 | 10 | "build": "node scripts/buildRscWorker.mjs && next build && node --experimental-modules ./scripts/downloadFonts.mjs", |
14 | | ->>>>>>> 6ec61348646040795fdaa9de14a9bec603260f87 |
15 | 11 | "lint": "next lint && eslint \"src/content/**/*.md\"", |
16 | 12 | "lint:fix": "next lint --fix && eslint \"src/content/**/*.md\" --fix", |
17 | 13 | "format:source": "prettier --config .prettierrc --write \"{plugins,src}/**/*.{js,ts,jsx,tsx,css}\"", |
|
40 | 36 | "classnames": "^2.2.6", |
41 | 37 | "debounce": "^1.2.1", |
42 | 38 | "github-slugger": "^1.3.0", |
43 | | -<<<<<<< HEAD |
44 | 39 | "next": "15.4.8", |
45 | 40 | "next-remote-watch": "^1.0.0", |
46 | 41 | "parse-numeric-range": "^1.2.0", |
47 | | -======= |
48 | | - "next": "15.1.12", |
49 | | - "next-remote-watch": "^1.0.0", |
50 | | - "parse-numeric-range": "^1.2.0", |
51 | 42 | "raw-loader": "^4.0.2", |
52 | | ->>>>>>> 6ec61348646040795fdaa9de14a9bec603260f87 |
53 | 43 | "react": "^19.0.0", |
54 | 44 | "react-collapsed": "4.0.4", |
55 | 45 | "react-dom": "^19.0.0", |
|
77 | 67 | "babel-eslint": "10.x", |
78 | 68 | "babel-plugin-react-compiler": "^1.0.0", |
79 | 69 | "chalk": "4.1.2", |
80 | | -<<<<<<< HEAD |
81 | | -======= |
82 | 70 | "esbuild": "^0.24.0", |
83 | | ->>>>>>> 6ec61348646040795fdaa9de14a9bec603260f87 |
84 | 71 | "eslint": "7.x", |
85 | 72 | "eslint-config-next": "12.0.3", |
86 | 73 | "eslint-config-react-app": "^5.2.1", |
|
0 commit comments