mirror of
https://github.com/pure-css/pure.git
synced 2024-11-07 21:34:24 +00:00
ce7bde57d8
Bumps [webpack](https://github.com/webpack/webpack) from 5.88.1 to 5.88.2. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v5.88.1...v5.88.2) --- updated-dependencies: - dependency-name: webpack dependency-type: direct:production update-type: version-update:semver-patch ... 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.0",
|
|
"@docusaurus/plugin-content-pages": "^2.4.1",
|
|
"@docusaurus/plugin-google-analytics": "^2.4.1",
|
|
"@docusaurus/theme-classic": "^2.4.1",
|
|
"classnames": "^2.3.2",
|
|
"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.88.2"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
}
|
|
}
|