pdfdraw/package.json
dependabot[bot] 3553b266f5
build(deps): bump socket.io-client from 4.6.1 to 4.7.5
Bumps [socket.io-client](https://github.com/socketio/socket.io-client) from 4.6.1 to 4.7.5.
- [Release notes](https://github.com/socketio/socket.io-client/releases)
- [Changelog](https://github.com/socketio/socket.io-client/blob/main/CHANGELOG.md)
- [Commits](https://github.com/socketio/socket.io-client/compare/4.6.1...4.7.5)

---
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>
2024-03-15 10:16:08 +00:00

33 lines
885 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",
"watch": "NODE_ENV=development webpack watch --config webpack.js",
"lint": "eslint src",
"stylelint": "stylelint css/*.css css/*.scss"
},
"dependencies": {
"@jaames/iro": "5.5.2",
"jquery": "3.7.1",
"jquery-ui": "1.13.2",
"lodash": "4.17.21",
"paper": "0.12.17",
"pdfjs-dist": "2.12.313",
"pdfjs-dist-viewer-min": "2.12.313",
"socket.io-client": "4.7.5",
"url": "0.11.3"
},
"devDependencies": {
"copy-webpack-plugin": "12.0.2",
"eslint": "8.56.0",
"stylelint": "15.11.0",
"stylelint-config-standard-scss": "11.1.0",
"webpack": "5.89.0",
"webpack-cli": "5.1.4"
}
}