pdfdraw/package.json
dependabot[bot] b8dcec7ccc
Bump jquery from 3.3.1 to 3.5.0
Bumps [jquery](https://github.com/jquery/jquery) from 3.3.1 to 3.5.0.
- [Release notes](https://github.com/jquery/jquery/releases)
- [Commits](https://github.com/jquery/jquery/compare/3.3.1...3.5.0)

---
updated-dependencies:
- dependency-name: jquery
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

25 lines
616 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"
},
"dependencies": {
"@jaames/iro": "4.5.0",
"iro-transparency-plugin": "1.0.2",
"jquery": "3.5.0",
"paper": "0.11.8",
"pdfjs-dist": "2.0.943",
"pdfjs-dist-viewer-min": "2.0.943",
"socket.io-client": "2.1.1"
},
"devDependencies": {
"copy-webpack-plugin": "6.4.1",
"webpack": "4.46.0",
"webpack-cli": "4.9.1"
}
}