pure/site/package.json
dependabot[bot] 6b0fe527d4
chore(deps): bump react-syntax-highlighter in /site (#1345)
Bumps [react-syntax-highlighter](https://github.com/react-syntax-highlighter/react-syntax-highlighter) from 15.5.0 to 15.6.1.
- [Release notes](https://github.com/react-syntax-highlighter/react-syntax-highlighter/releases)
- [Changelog](https://github.com/react-syntax-highlighter/react-syntax-highlighter/blob/master/CHANGELOG.MD)
- [Commits](https://github.com/react-syntax-highlighter/react-syntax-highlighter/compare/15.5.0...v15.6.1)

---
updated-dependencies:
- dependency-name: react-syntax-highlighter
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-17 12:41:22 -07:00

42 lines
1.0 KiB
JSON

{
"name": "pure",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "docusaurus build",
"deploy": "docusaurus deploy",
"predeploy": "npm run pure && npm run build",
"prestart": "npm run pure",
"pure": "cp -rf ./node_modules/purecss/build/ ./static/css/pure/",
"start": "docusaurus start",
"swizzle": "docusaurus swizzle"
},
"dependencies": {
"@docusaurus/core": "^3.0.0",
"@docusaurus/plugin-content-pages": "^3.0.0",
"@docusaurus/plugin-google-analytics": "^3.0.0",
"@docusaurus/theme-classic": "^3.0.0",
"classnames": "^2.5.1",
"common-tags": "^1.8.2",
"gzip-size": "^6.0.0",
"js-beautify": "^1.15.1",
"purecss": "^3.0.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-syntax-highlighter": "^15.6.1",
"webpack": "^5.95.0"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}