Bumps [glob-parent](https://github.com/gulpjs/glob-parent) and [webpack](https://github.com/webpack/webpack). These dependencies needed to be updated together. Updates `glob-parent` from 3.1.0 to 5.1.2 - [Release notes](https://github.com/gulpjs/glob-parent/releases) - [Changelog](https://github.com/gulpjs/glob-parent/blob/main/CHANGELOG.md) - [Commits](https://github.com/gulpjs/glob-parent/compare/v3.1.0...v5.1.2) Updates `webpack` from 4.44.1 to 5.74.0 - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.44.1...v5.74.0) --- updated-dependencies: - dependency-name: glob-parent dependency-type: indirect - dependency-name: webpack dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
27 lines
674 B
JSON
27 lines
674 B
JSON
{
|
|
"name": "wordcollector",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"main": "src/js/index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"build": "webpack build",
|
|
"watch": "webpack --watch",
|
|
"start": "webpack-dev-server --open --host 0.0.0.0 --port 80"
|
|
},
|
|
"dependencies": {
|
|
"fabric": "^4.0.0-beta.6",
|
|
"jquery": "^3.5.0",
|
|
"minimist": ">=1.2.6"
|
|
},
|
|
"devDependencies": {
|
|
"css-loader": "^3.4.2",
|
|
"eslint": "^7.6.0",
|
|
"eslint-loader": "^4.0.2",
|
|
"file-loader": "^5.0.2",
|
|
"style-loader": "^1.1.3",
|
|
"webpack": "^5.74.0",
|
|
"webpack-cli": "^3.3.11",
|
|
"webpack-dev-server": "^4.9.3"
|
|
}
|
|
}
|