Files
site/themes/minimo/package.json
dependabot[bot] 99e5ddeb06 Bump scss-tokenizer and node-sass in /themes/minimo (#19)
Bumps [scss-tokenizer](https://github.com/sasstools/scss-tokenizer) to 0.4.3 and updates ancestor dependency [node-sass](https://github.com/sass/node-sass). These dependencies need to be updated together.


Updates `scss-tokenizer` from 0.2.3 to 0.4.3
- [Release notes](https://github.com/sasstools/scss-tokenizer/releases)
- [Commits](https://github.com/sasstools/scss-tokenizer/compare/v0.2.3...v0.4.3)

Updates `node-sass` from 7.0.0 to 7.0.3
- [Release notes](https://github.com/sass/node-sass/releases)
- [Changelog](https://github.com/sass/node-sass/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sass/node-sass/compare/v7.0.0...v7.0.3)

---
updated-dependencies:
- dependency-name: scss-tokenizer
  dependency-type: indirect
- dependency-name: node-sass
  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:25:16 -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.3",
"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"
}
}