The lock entry for thinking-orbs was written without its react peer dependency, so `npm ci` on a clean machine failed with "Missing: react@19.3.0 from lock file" (it passed locally only because node_modules already existed). Regenerated with `npm install --package-lock-only`; React is installed as a peer but unused, since the framework-free engine is vendored under vendor/.
65 lines
2.1 KiB
JSON
65 lines
2.1 KiB
JSON
{
|
|
"name": "frontend",
|
|
"version": "1.0.0",
|
|
"lockfileVersion": 3,
|
|
"requires": true,
|
|
"packages": {
|
|
"": {
|
|
"name": "frontend",
|
|
"version": "1.0.0",
|
|
"dependencies": {
|
|
"dompurify": "3.4.15",
|
|
"marked": "18.0.13",
|
|
"thinking-orbs": "0.3.1"
|
|
}
|
|
},
|
|
"node_modules/@types/trusted-types": {
|
|
"version": "2.0.7",
|
|
"resolved": "https://registry.npmjs.org/@types/trusted-types/-/trusted-types-2.0.7.tgz",
|
|
"integrity": "sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==",
|
|
"license": "MIT",
|
|
"optional": true
|
|
},
|
|
"node_modules/dompurify": {
|
|
"version": "3.4.15",
|
|
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.4.15.tgz",
|
|
"integrity": "sha512-EUBjM+B+lkDE41iE82DDSCfkoPGfXx8IxFxPMjNzm/Uk4xDet77rTN9wqlxlVg71kK7XGuUMv6wUxJUwwv+Xyw==",
|
|
"license": "(MPL-2.0 OR Apache-2.0)",
|
|
"optionalDependencies": {
|
|
"@types/trusted-types": "^2.0.7"
|
|
}
|
|
},
|
|
"node_modules/marked": {
|
|
"version": "18.0.13",
|
|
"resolved": "https://registry.npmjs.org/marked/-/marked-18.0.13.tgz",
|
|
"integrity": "sha512-xTxVzZsBFwunP6HDmtBkabUQEYArnP7/rMDGmPj9SlrKlQ4i8MdYVow+nJL0eOqwpUqhzBoTBRADGN6uYwPyOw==",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"marked": "bin/marked.js"
|
|
},
|
|
"engines": {
|
|
"node": ">= 20"
|
|
}
|
|
},
|
|
"node_modules/react": {
|
|
"version": "19.3.0",
|
|
"resolved": "https://registry.npmjs.org/react/-/react-19.3.0.tgz",
|
|
"integrity": "sha512-E8LUcbtBWt20bbl2YoHfx4ZDBdxVTfOKtCZn9cDSJ4l6/nuoApcpIBcj47t2wZoVX8g2ZHuMHbiShgCR1T5Sog==",
|
|
"license": "MIT",
|
|
"peer": true,
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/thinking-orbs": {
|
|
"version": "0.3.1",
|
|
"resolved": "https://registry.npmjs.org/thinking-orbs/-/thinking-orbs-0.3.1.tgz",
|
|
"integrity": "sha512-3BG1aeB1RUTxItCml/BBuIz5JRM4kZqGuyx+vouv0fXTtcR9ZNoKjWGneHPx94y74GxgArwJZ1qbJR5dt54kSw==",
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"react": ">=18.0.0"
|
|
}
|
|
}
|
|
}
|
|
}
|