Skip to content

Commit

Permalink
chore: add dev dependencies to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideIadeluca committed Jan 4, 2024
1 parent a22bcff commit a458480
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"description": "Low-budget password strength estimation for your Flarum forum.",
"license": "MIT",
"version": "1.0.2",
"prettier": "@glowingblue-dev/prettier-config",
"dependencies": {
"@zxcvbn-ts/core": "^1.2.0",
"@zxcvbn-ts/language-common": "^1.0.2",
Expand All @@ -11,6 +12,10 @@
"webpack": "^5.65.0",
"webpack-cli": "^4.9.1"
},
"devDependencies": {
"@glowingblue-dev/prettier-config": "^1.0.0",
"prettier": "^3.0.1"
},
"scripts": {
"dev": "webpack --mode development --watch",
"build": "webpack --mode production",
Expand Down

0 comments on commit a458480

Please sign in to comment.