Merge branch 'update_package_json_adding_foundryvtt_cli' into 'dev'

Updated dev dependencies. Added foundryvtt cli to dev dependencies

See merge request teaml5r/l5r5e!63
This commit is contained in:
Litasa
2026-03-03 20:44:41 +00:00
3 changed files with 2978 additions and 8285 deletions

11252
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -19,17 +19,18 @@
},
"homepage": "https://gitlab.com/teaml5r/l5r5e#readme",
"devDependencies": {
"@foundryvtt/foundryvtt-cli": "^3.0.3",
"babel-eslint": "^10.1.0",
"browser-sync": "^2.27.10",
"browser-sync": "^3.0.4",
"eslint": "^8.27.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"gulp": "^4.0.2",
"gulp": "^5.0.1",
"gulp-autoprefixer": "^8.0.0",
"gulp-sass": "^5.1.0",
"lint-staged": "^10.5.1",
"sass": "^1.56.1",
"prettier": "^2.7.1"
"prettier": "^2.7.1",
"sass": "^1.56.1"
},
"lint-staged": {
"*.js": "eslint --cache --fix",

File diff suppressed because one or more lines are too long