0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-31 13:02:38 +00:00

Merge branch 'master' into dependabot/npm_and_yarn/mongoose-8.8.2

This commit is contained in:
Trevor Buckner
2024-11-21 11:21:55 -05:00
committed by GitHub
49 changed files with 237 additions and 225 deletions

View File

@@ -2,6 +2,7 @@
"name": "homebrewery",
"description": "Create authentic looking D&D homebrews using only markdown",
"version": "3.16.0",
"type": "module",
"engines": {
"npm": "^10.2.x",
"node": "^20.18.x"
@@ -83,7 +84,8 @@
"@babel/preset-react"
],
"plugins": [
"@babel/plugin-transform-runtime"
"@babel/plugin-transform-runtime",
"babel-plugin-transform-import-meta"
]
},
"dependencies": {
@@ -129,6 +131,7 @@
},
"devDependencies": {
"@stylistic/stylelint-plugin": "^3.1.1",
"babel-plugin-transform-import-meta": "^2.2.1",
"eslint": "^9.14.0",
"eslint-plugin-jest": "^28.9.0",
"eslint-plugin-react": "^7.37.2",