mirror of
https://github.com/pure-css/pure.git
synced 2024-11-07 21:34:24 +00:00
6b0fe527d4
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>
42 lines
1.0 KiB
JSON
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"
|
|
]
|
|
}
|
|
}
|