Files
site/themes/minimo/package.json
dependabot[bot] 65e17af3ad Bump nth-check and cssnano in /themes/minimo (#21)
Bumps [nth-check](https://github.com/fb55/nth-check) to 2.1.1 and updates ancestor dependency [cssnano](https://github.com/cssnano/cssnano). These dependencies need to be updated together.


Updates `nth-check` from 1.0.2 to 2.1.1
- [Release notes](https://github.com/fb55/nth-check/releases)
- [Commits](https://github.com/fb55/nth-check/compare/v1.0.2...v2.1.1)

Updates `cssnano` from 4.1.10 to 5.1.14
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/compare/v4.1.10...cssnano@5.1.14)

---
updated-dependencies:
- dependency-name: nth-check
  dependency-type: indirect
- dependency-name: cssnano
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-01 23:19:31 -05:00

44 lines
1.2 KiB
JSON

{
"name": "minimo",
"description": "Minimalist theme for Hugo",
"version": "2.9.0",
"author": {
"name": "Munif Tanjim",
"url": "https://muniftanjim.com"
},
"repository": "MunifTanjim/minimo",
"license": "MIT",
"scripts": {
"build": "NODE_ENV=production webpack",
"start": "hugo server --source=exampleSite --themesDir=../.. --disableFastRender",
"watch": "webpack --watch --progress --colors"
},
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/preset-env": "^7.4.5",
"assets-webpack-plugin": "^3.9.10",
"autoprefixer": "^9.6.0",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.6",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^2.1.1",
"cssnano": "^5.1.14",
"eslint": "^5.16.0",
"mini-css-extract-plugin": "^0.7.0",
"node-sass": "^7.0.0",
"postcss-loader": "^3.0.0",
"sass-loader": "^7.1.0",
"webpack": "^4.32.2",
"webpack-cli": "^3.3.12"
},
"dependencies": {
"algoliasearch": "^3.29.0",
"es6-docready": "^1.0.0",
"fuse.js": "^3.2.1",
"lunr": "^2.3.0",
"normalize.css": "^8.0.0",
"twemoji": "^2.5.1"
}
}