|
34 | 34 | "fetch-repos": "node src/utilities/fetch-package-repos.mjs", |
35 | 35 | "fetch": "run-p fetch:*", |
36 | 36 | "fetch:readmes": "node src/utilities/fetch-package-readmes.mjs", |
| 37 | +<<<<<<< HEAD |
37 | 38 | "fetch:supporters": "node src/utilities/fetch-supporters.mjs", |
| 39 | +======= |
| 40 | +>>>>>>> d054d4656cbfb5228fc96f5de26d4f0ce349f742 |
38 | 41 | "prebuild": "npm run clean", |
39 | 42 | "build": "run-s content && webpack --config webpack.prod.mjs --node-env production && run-s printable content && webpack --config webpack.ssg.mjs --node-env production --env ssg", |
40 | 43 | "postbuild": "npm run sitemap", |
|
44 | 47 | "lint": "run-s lint:*", |
45 | 48 | "lint:js": "npm run lint-js .", |
46 | 49 | "lint-js": "eslint --cache --cache-location .cache/.eslintcache", |
| 50 | +<<<<<<< HEAD |
47 | 51 | "lint:markdown": "npm run lint-markdown '**/*.{md,mdx}'", |
48 | 52 | "lint-markdown": "markdownlint --config ./.markdownlint.json", |
| 53 | +======= |
| 54 | + "lint:markdown": "npm run lint-markdown *.md", |
| 55 | + "lint-markdown": "markdownlint --config ./.markdownlint.json --ignore '.vale/**/*.md' --ignore '.github/**/*.md'", |
| 56 | +>>>>>>> d054d4656cbfb5228fc96f5de26d4f0ce349f742 |
49 | 57 | "lint:prose": "vale --config='.vale.ini' src/content", |
50 | 58 | "lint:links": "hyperlink -c 8 --root dist -r dist/index.html --canonicalroot https://webpack.js.org/ --internal --skip /plugins/extract-text-webpack-plugin/ --skip /printable --skip https:// --skip http:// --skip sw.js > internal-links.tap; cat internal-links.tap | tap-spot", |
51 | 59 | "lint:heading": "textlint --fix src/content/*", |
|
73 | 81 | ] |
74 | 82 | }, |
75 | 83 | "devDependencies": { |
| 84 | +<<<<<<< HEAD |
76 | 85 | "@babel/core": "^7.19.6", |
77 | 86 | "@babel/eslint-parser": "^7.19.1", |
78 | 87 | "@babel/plugin-proposal-class-properties": "^7.17.12", |
|
121 | 130 | "postcss-loader": "^7.0.1", |
122 | 131 | "prettier": "^2.7.1", |
123 | 132 | "react-refresh": "^0.14.0", |
| 133 | +======= |
| 134 | + "@babel/core": "^7.16.0", |
| 135 | + "@babel/eslint-parser": "^7.16.3", |
| 136 | + "@babel/plugin-proposal-class-properties": "^7.12.1", |
| 137 | + "@babel/preset-env": "^7.16.4", |
| 138 | + "@babel/preset-react": "^7.16.0", |
| 139 | + "@mdx-js/loader": "^2.0.0-next.9", |
| 140 | + "@octokit/auth-action": "^1.3.3", |
| 141 | + "@octokit/rest": "^18.12.0", |
| 142 | + "@pmmmwh/react-refresh-webpack-plugin": "next", |
| 143 | + "@svgr/webpack": "^6.1.1", |
| 144 | + "autoprefixer": "^10.4.0", |
| 145 | + "babel-loader": "^8.2.3", |
| 146 | + "copy-webpack-plugin": "^10.0.0", |
| 147 | + "css-loader": "^6.5.1", |
| 148 | + "css-minimizer-webpack-plugin": "^3.2.0", |
| 149 | + "cypress": "^9.1.1", |
| 150 | + "directory-tree": "^3.0.1", |
| 151 | + "directory-tree-webpack-plugin": "^1.0.3", |
| 152 | + "duplexer": "^0.1.1", |
| 153 | + "eslint": "^8.4.1", |
| 154 | + "eslint-config-prettier": "^8.3.0", |
| 155 | + "eslint-plugin-cypress": "^2.12.1", |
| 156 | + "eslint-plugin-mdx": "^1.16.0", |
| 157 | + "eslint-plugin-react": "^7.27.1", |
| 158 | + "eslint-plugin-react-hooks": "^4.3.0", |
| 159 | + "front-matter": "^4.0.2", |
| 160 | + "github-slugger": "^1.3.0", |
| 161 | + "html-loader": "^2.1.2", |
| 162 | + "html-webpack-plugin": "^5.5.0", |
| 163 | + "http-server": "^14.0.0", |
| 164 | + "husky": "^7.0.4", |
| 165 | + "hyperlink": "^5.0.3", |
| 166 | + "jest": "^27.4.3", |
| 167 | + "lint-staged": "^12.1.2", |
| 168 | + "lodash": "^4.17.21", |
| 169 | + "markdownlint": "^0.24.0", |
| 170 | + "markdownlint-cli": "^0.30.0", |
| 171 | + "mdast-util-to-string": "^1.1.0", |
| 172 | + "mini-css-extract-plugin": "^2.4.5", |
| 173 | + "mkdirp": "^1.0.4", |
| 174 | + "modularscale-sass": "^3.0.3", |
| 175 | + "node-fetch": "^3.1.0", |
| 176 | + "npm-run-all": "^4.1.1", |
| 177 | + "postcss": "^8.4.4", |
| 178 | + "postcss-loader": "^6.2.1", |
| 179 | + "prettier": "^2.5.1", |
| 180 | + "react-refresh": "^0.11.0", |
| 181 | +>>>>>>> d054d4656cbfb5228fc96f5de26d4f0ce349f742 |
124 | 182 | "redirect-webpack-plugin": "^1.0.0", |
125 | 183 | "remark": "^14.0.2", |
126 | 184 | "remark-autolink-headings": "7.0.1", |
127 | 185 | "remark-emoji": "^3.0.2", |
128 | 186 | "remark-extract-anchors": "1.1.1", |
129 | 187 | "remark-frontmatter": "^4.0.1", |
130 | 188 | "remark-gfm": "^1.0.0", |
| 189 | +<<<<<<< HEAD |
131 | 190 | "remark-html": "^15.0.1", |
132 | 191 | "remark-refractor": "montogeek/remark-refractor", |
133 | 192 | "rimraf": "^3.0.2", |
|
152 | 211 | }, |
153 | 212 | "dependencies": { |
154 | 213 | "@docsearch/react": "^3.0.0-alpha.50", |
| 214 | +======= |
| 215 | + "remark-html": "^15.0.0", |
| 216 | + "remark-refractor": "montogeek/remark-refractor", |
| 217 | + "remark-slug": "^7.0.1", |
| 218 | + "rimraf": "^3.0.2", |
| 219 | + "sass": "^1.44.0", |
| 220 | + "sass-loader": "^12.4.0", |
| 221 | + "sirv-cli": "^1.0.14", |
| 222 | + "sitemap-static": "^0.4.2", |
| 223 | + "start-server-and-test": "^1.14.0", |
| 224 | + "static-site-generator-webpack-plugin": "^3.4.1", |
| 225 | + "style-loader": "^3.3.1", |
| 226 | + "tailwindcss": "^3.0.0", |
| 227 | + "tap-spot": "^1.1.1", |
| 228 | + "textlint": "^11.8.2", |
| 229 | + "textlint-rule-heading": "^1.0.10", |
| 230 | + "unist-util-visit": "^4.1.0", |
| 231 | + "webpack": "^5.65.0", |
| 232 | + "webpack-bundle-analyzer": "^4.5.0", |
| 233 | + "webpack-cli": "^4.9.1", |
| 234 | + "webpack-dev-server": "^4.6.0", |
| 235 | + "webpack-merge": "^5.8.0", |
| 236 | + "workbox-webpack-plugin": "^6.4.2" |
| 237 | + }, |
| 238 | + "dependencies": { |
| 239 | + "@docsearch/react": "^3.0.0-alpha.42", |
| 240 | +>>>>>>> d054d4656cbfb5228fc96f5de26d4f0ce349f742 |
155 | 241 | "path-browserify": "^1.0.1", |
156 | 242 | "prop-types": "^15.8.1", |
157 | 243 | "react": "^17.0.2", |
158 | 244 | "react-dom": "^17.0.2", |
| 245 | +<<<<<<< HEAD |
159 | 246 | "react-helmet-async": "^1.3.0", |
160 | 247 | "react-router-dom": "^6.4.2", |
161 | 248 | "react-spring": "^9.5.5", |
|
165 | 252 | "webpack-pwa-manifest": "^4.3.0", |
166 | 253 | "webpack.vote": "https://github.com/webpack/voting-app.git", |
167 | 254 | "workbox-window": "^6.5.4" |
| 255 | +======= |
| 256 | + "react-g-analytics": "0.4.2", |
| 257 | + "react-helmet-async": "^1.2.2", |
| 258 | + "react-router-dom": "^5.3.0", |
| 259 | + "react-spring": "^9.3.2", |
| 260 | + "react-tiny-popover": "5", |
| 261 | + "react-use": "^17.3.1", |
| 262 | + "react-visibility-sensor": "^5.0.2", |
| 263 | + "webpack-pwa-manifest": "^4.3.0", |
| 264 | + "webpack.vote": "https://github.com/webpack/voting-app.git", |
| 265 | + "workbox-window": "^6.4.2" |
| 266 | +>>>>>>> d054d4656cbfb5228fc96f5de26d4f0ce349f742 |
168 | 267 | }, |
169 | 268 | "resolutions": { |
170 | 269 | "sitemap-static/minimist": "1.2.5", |
|
0 commit comments