pdfdraw/package.json
dependabot[bot] 71909529a0
Bump socket.io-client from 4.3.2 to 4.4.0
Bumps [socket.io-client](https://github.com/socketio/socket.io-client) from 4.3.2 to 4.4.0.
- [Release notes](https://github.com/socketio/socket.io-client/releases)
- [Changelog](https://github.com/socketio/socket.io-client/blob/master/CHANGELOG.md)
- [Commits](https://github.com/socketio/socket.io-client/compare/4.3.2...4.4.0)

---
updated-dependencies:
- dependency-name: socket.io-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-19 10:26:08 +00:00

29 lines
744 B
JSON

{
"name": "pdfdraw",
"version": "0.1.0",
"private": true,
"description": "",
"author": "struktur AG <opensource@struktur.de>",
"scripts": {
"build": "NODE_ENV=production webpack --progress --config webpack.js",
"dev": "NODE_ENV=development webpack --config webpack.js",
"lint": "eslint src",
"stylelint": "stylelint css/*.css css/*.scss"
},
"dependencies": {
"@jaames/iro": "5.5.2",
"jquery": "3.5.0",
"paper": "0.12.15",
"pdfjs-dist": "2.0.943",
"pdfjs-dist-viewer-min": "2.0.943",
"socket.io-client": "4.4.0"
},
"devDependencies": {
"copy-webpack-plugin": "6.4.1",
"eslint": "8.2.0",
"stylelint": "14.0.1",
"stylelint-config-standard-scss": "^2.0.1",
"webpack": "4.46.0",
"webpack-cli": "4.9.1"
}
}