mirror of
https://github.com/tcsenpai/obsidiangarden_netlify.git
synced 2025-06-06 20:55:21 +00:00
![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [glob](https://github.com/isaacs/node-glob) from 8.1.0 to 9.2.1. - [Release notes](https://github.com/isaacs/node-glob/releases) - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](https://github.com/isaacs/node-glob/compare/v8.1.0...v9.2.1) --- updated-dependencies: - dependency-name: glob dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
50 lines
1.7 KiB
JSON
50 lines
1.7 KiB
JSON
{
|
|
"name": "web",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "npm-run-all get-theme build:sass --parallel watch:*",
|
|
"watch:sass": "sass --watch src/site/styles:dist/styles",
|
|
"watch:eleventy": "cross-env ELEVENTY_ENV=dev eleventy --serve",
|
|
"build:eleventy": "cross-env ELEVENTY_ENV=prod NODE_OPTIONS=--max-old-space-size=4096 eleventy",
|
|
"build:sass": "sass src/site/styles:dist/styles --style compressed",
|
|
"get-theme": "node src/site/get-theme.js",
|
|
"build": "npm-run-all get-theme build:*",
|
|
"postbuild": "node src/site/lunr-index.js"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@11ty/eleventy": "^2.0.0",
|
|
"@11ty/eleventy-plugin-rss": "^1.2.0",
|
|
"cross-env": "^7.0.3",
|
|
"html-minifier": "^4.0.0",
|
|
"node-html-parser": "^6.1.4",
|
|
"npm-run-all": "^4.1.5",
|
|
"sass": "^1.49.9"
|
|
},
|
|
"dependencies": {
|
|
"@azure/storage-blob": "^12.8.0",
|
|
"@octokit/core": "^4.1.0",
|
|
"@sindresorhus/slugify": "^1.1.0",
|
|
"axios": "^1.2.2",
|
|
"dotenv": "^16.0.3",
|
|
"eleventy-favicon": "^1.1.2",
|
|
"eleventy-plugin-nesting-toc": "^1.3.0",
|
|
"fs-file-tree": "^1.1.1",
|
|
"glob": "^9.2.1",
|
|
"gray-matter": "^4.0.3",
|
|
"lunr": "^2.3.9",
|
|
"markdown-it": "^13.0.1",
|
|
"markdown-it-anchor": "^8.6.7",
|
|
"markdown-it-attrs": "^4.1.6",
|
|
"markdown-it-footnote": "^3.0.3",
|
|
"markdown-it-mark": "^3.0.1",
|
|
"markdown-it-mathjax3": "^4.3.1",
|
|
"markdown-it-plantuml": "^1.4.1",
|
|
"markdown-it-task-checkbox": "^1.0.6"
|
|
}
|
|
}
|