pdfdraw/package.json
dependabot[bot] fd7e05f99b
build(deps): bump pdfjs-dist from 2.12.313 to 3.10.111
Bumps [pdfjs-dist](https://github.com/mozilla/pdfjs-dist) from 2.12.313 to 3.10.111.
- [Commits](https://github.com/mozilla/pdfjs-dist/commits)

---
updated-dependencies:
- dependency-name: pdfjs-dist
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-28 10:49:00 +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.0",
"jquery-ui": "1.13.2",
"lodash": "4.17.21",
"paper": "0.12.17",
"pdfjs-dist": "3.10.111",
"pdfjs-dist-viewer-min": "2.12.313",
"socket.io-client": "4.6.1",
"url": "0.11.1"
},
"devDependencies": {
"copy-webpack-plugin": "11.0.0",
"eslint": "8.44.0",
"stylelint": "15.10.1",
"stylelint-config-standard-scss": "10.0.0",
"webpack": "5.88.1",
"webpack-cli": "5.1.4"
}
}