|
22 | 22 | "main": "n/a", |
23 | 23 | "scripts": { |
24 | 24 | "clean-dist": "rimraf ./dist", |
25 | | - "clean-printable": "rimraf src/content/**/printable.mdx", |
| 25 | + "clean-printable": "rimraf \"src/content/**/printable.mdx\"", |
26 | 26 | "preclean": "run-s clean-dist clean-printable", |
27 | | - "clean": "rimraf src/content/**/_*.mdx src/**/_*.json repositories/*.json", |
| 27 | + "clean": "rimraf \"src/content/**/_*.mdx\" \"src/**/_*.json\" \"repositories/*.json\"", |
28 | 28 | "start": "npm run clean-dist && webpack serve --config webpack.dev.mjs --env dev --progress --config-node-env development", |
29 | 29 | "content": "node src/scripts/build-content-tree.mjs ./src/content ./src/_content.json", |
30 | 30 | "bundle-analyze": "run-s clean fetch content && webpack --config webpack.prod.mjs --config-node-env production && run-s printable content && webpack --config webpack.ssg.mjs --config-node-env production --env ssg --profile --json > stats.json && webpack-bundle-analyzer stats.json", |
|
64 | 64 | "*.{md,mdx}": [ |
65 | 65 | "npm run lint:markdown" |
66 | 66 | ], |
67 | | - "*.{js,mjs,jsx,css,scss,md,mdx,json}": [ |
| 67 | + "*.{js,mjs,jsx,css,md,mdx,json}": [ |
68 | 68 | "prettier --write" |
69 | 69 | ] |
70 | 70 | }, |
|
75 | 75 | "dependencies": { |
76 | 76 | "@docsearch/react": "^4.6.0", |
77 | 77 | "@react-spring/web": "^10.0.3", |
| 78 | + "clsx": "^2.1.1", |
78 | 79 | "path-browserify": "^1.0.1", |
79 | 80 | "prop-types": "^15.8.1", |
80 | 81 | "react": "^19.2.4", |
|
84 | 85 | "react-router-dom": "^7.13.1", |
85 | 86 | "react-tiny-popover": "^8.1.6", |
86 | 87 | "react-use": "^17.6.0", |
| 88 | + "tailwind-merge": "^3.5.0", |
87 | 89 | "webpack-pwa-manifest": "^4.3.0", |
88 | 90 | "workbox-window": "^7.4.0" |
89 | 91 | }, |
|
131 | 133 | "mdast-util-to-string": "^4.0.0", |
132 | 134 | "mini-css-extract-plugin": "^2.10.1", |
133 | 135 | "mkdirp": "^3.0.1", |
134 | | - "modularscale-sass": "^3.0.3", |
135 | 136 | "npm-run-all": "^4.1.1", |
136 | 137 | "postcss": "^8.5.8", |
137 | 138 | "postcss-loader": "^8.2.0", |
|
148 | 149 | "remark-gfm": "^4.0.1", |
149 | 150 | "remark-html": "^16.0.1", |
150 | 151 | "rimraf": "^6.1.2", |
151 | | - "sass": "^1.97.3", |
152 | | - "sass-loader": "^16.0.6", |
153 | 152 | "sirv-cli": "^3.0.1", |
154 | 153 | "sitemap-static": "^0.4.2", |
155 | 154 | "static-site-generator-webpack-plugin": "^3.4.1", |
|
0 commit comments