build(deps): Add NPM config to track updates

This commit is contained in:
Cotes Chung
2023-09-09 15:36:11 +08:00
parent 557de301fe
commit 6b9e9d089b
3 changed files with 28 additions and 0 deletions

10
.github/dependabot.yml vendored Normal file
View File

@ -0,0 +1,10 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
versioning-strategy: increase
groups:
npm:
dependency-type: "production"
schedule:
interval: "weekly"

4
.gitignore vendored
View File

@ -2,3 +2,7 @@
.*
!.git*
!.editorconfig
# NPM
node_modules
package-lock.json

14
package.json Normal file
View File

@ -0,0 +1,14 @@
{
"dependencies": {
"@fortawesome/fontawesome-free": "^6.4.0",
"bootstrap": "^5.2.3",
"clipboard": "^2.0.11",
"dayjs": "^1.11.7",
"jquery": "^3.7.0",
"lazysizes": "^5.3.2",
"magnific-popup": "^1.1.0",
"mermaid": "^9.4.3",
"simple-jekyll-search": "^1.10.0",
"tocbot": "^4.21.0"
}
}