Skip to content

Commit

Permalink
fix: deps
Browse files Browse the repository at this point in the history
  • Loading branch information
daron1337 committed Dec 20, 2024
1 parent 8cf02da commit dc6b8cd
Show file tree
Hide file tree
Showing 3 changed files with 391 additions and 248 deletions.
6 changes: 5 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
{
"prettier.arrowParens": "avoid",
"prettier.trailingComma": "none"
"prettier.trailingComma": "none",
"editor.formatOnSave": true,
"editor.tabSize": 2,
"files.eol": "\n",
"prettier.semi": true
}
8 changes: 1 addition & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,13 @@
"coverage": "typescript-coverage-report",
"build": "webpack --config ./bundler/webpack.prod.js",
"dev": "webpack --progress --config ./bundler/webpack.dev.js",
"dev-wip": "webpack serve --config ./bundler/webpack.dev-wip.js",
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs"
},
"author": "Simone Manini <[email protected]> (https://www.dvisionlab.com)",
"contributors": [
"Mattia Ronzoni <[email protected]> (https://www.dvisionlab.com)",
"Sara Zanchi <[email protected]> (https://www.dvisionlab.com)",
"Ale Re <[email protected]> (https://www.dvisionlab.com)",
"Laura Borghesi Re <[email protected]> (https://www.dvisionlab.com)"
],
"license": "MIT",
Expand Down Expand Up @@ -69,14 +67,10 @@
"@vuepress/theme-default": "^2.0.0-rc.60",
"babel-loader": "^9.1.2",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^11.0.0",
"fs": "^0.0.1-security",
"eslint": "^9.17.0",
"html-loader": "^4.2.0",
"html-webpack-plugin": "^5.6.0",
"ip": "^1.1.8",
"jsdoc": "^3.6.4",
"lodash-webpack-plugin": "^0.11.6",
"portfinder-sync": "^0.0.2",
"sass-embedded": "^1.80.7",
"ts-loader": "^9.4.2",
"typescript": "^5.0.2",
Expand Down
Loading

0 comments on commit dc6b8cd

Please sign in to comment.