mirror of
https://github.com/pure-css/pure.git
synced 2024-11-07 21:34:24 +00:00
6b5c7892b0
Bumps [classnames](https://github.com/JedWatson/classnames) from 2.3.2 to 2.5.1. - [Changelog](https://github.com/JedWatson/classnames/blob/main/HISTORY.md) - [Commits](https://github.com/JedWatson/classnames/compare/v2.3.2...v2.5.1) --- updated-dependencies: - dependency-name: classnames 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": "^2.4.3",
|
|
"@docusaurus/plugin-content-pages": "^2.4.3",
|
|
"@docusaurus/plugin-google-analytics": "^2.4.3",
|
|
"@docusaurus/theme-classic": "^2.4.3",
|
|
"classnames": "^2.5.1",
|
|
"common-tags": "^1.8.2",
|
|
"gzip-size": "^6.0.0",
|
|
"js-beautify": "^1.14.9",
|
|
"purecss": "^3.0.0",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"react-syntax-highlighter": "^15.5.0",
|
|
"webpack": "^5.89.0"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
}
|
|
}
|