|
18 | 18 | "write-community-version": "docusaurus docs:version:community", |
19 | 19 | "write-ecosystem-version": "docusaurus docs:version:ecosystem", |
20 | 20 | "crowdin:sync": "docusaurus write-translations && crowdin upload sources && crowdin download", |
21 | | - "prebuild": "test \"$CF_PAGES\" = 1 && npx pnpm install --prod || echo Skipping pnpm install", |
| 21 | + "prebuild": "test \"$CF_PAGES\" = 1 && npx pnpm install --prod --store=node_modules/.pnpm-store || echo Install not required...", |
22 | 22 | "clean": "pnpm exec rm -rf node_modules build pnpm-lock.yaml", |
23 | 23 | "preinstall": "npx only-allow pnpm", |
| 24 | + "postinstall": "pnpm audit", |
24 | 25 | "prepare": "husky install", |
25 | 26 | "check": "pnpm exec ./.trunk/bin/trunk check --all", |
26 | 27 | "test": "pnpm run check && pnpm run build", |
|
60 | 61 | "stylelint": "14.9.1", |
61 | 62 | "stylelint-config-prettier": "9.0.3", |
62 | 63 | "stylelint-config-standard": "26.0.0", |
63 | | - "stylelint-config-standard-scss": "5.0.0", |
64 | 64 | "stylelint-csstree-validator": "2.0.0", |
65 | 65 | "typescript": "4.7.4" |
66 | 66 | }, |
67 | 67 | "packageManager": "[email protected]", |
68 | 68 | "pnpm": { |
69 | | - "peerDependencyRules": { |
70 | | - "allowedVersions": { |
71 | | - "@mdx-js/react": "1.6", |
72 | | - "rehype-katex": "6", |
73 | | - "remark-math": "3", |
74 | | - "react": "17" |
75 | | - } |
76 | | - }, |
77 | 69 | "overrides": { |
78 | 70 | "trim@<0.0.3": ">=0.0.3", |
79 | | - "got@<11.8.5": ">=11.8.5" |
| 71 | + "got@<11.8.5": ">=11.8.5", |
| 72 | + "glob-parent@<6.0.1": ">=6.0.1" |
80 | 73 | } |
81 | 74 | }, |
82 | 75 | "engines": { |
|
0 commit comments