Bumps [jsdom](https://github.com/jsdom/jsdom) and [fabric](https://github.com/fabricjs/fabric.js). These dependencies needed to be updated together. Updates `jsdom` from 15.2.1 to 19.0.0 - [Release notes](https://github.com/jsdom/jsdom/releases) - [Changelog](https://github.com/jsdom/jsdom/blob/master/Changelog.md) - [Commits](https://github.com/jsdom/jsdom/compare/15.2.1...19.0.0) Updates `fabric` from 4.0.0-beta.6 to 5.2.1 - [Release notes](https://github.com/fabricjs/fabric.js/releases) - [Changelog](https://github.com/fabricjs/fabric.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/fabricjs/fabric.js/commits) --- updated-dependencies: - dependency-name: jsdom dependency-type: indirect - dependency-name: fabric dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
27 lines
667 B
JSON
27 lines
667 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": "^5.2.1",
|
|
"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"
|
|
}
|
|
}
|