pdfdraw/package.json
dependabot[bot] 558e1832c3
Bump webpack from 5.64.2 to 5.64.3
Bumps [webpack](https://github.com/webpack/webpack) from 5.64.2 to 5.64.3.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.64.2...v5.64.3)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-24 10:27:28 +00:00

30 lines
764 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.9.359",
"pdfjs-dist-viewer-min": "2.9.359",
"socket.io-client": "4.4.0",
"url": "0.11.0"
},
"devDependencies": {
"copy-webpack-plugin": "10.0.0",
"eslint": "8.3.0",
"stylelint": "14.1.0",
"stylelint-config-standard-scss": "^3.0.0",
"webpack": "5.64.3",
"webpack-cli": "4.9.1"
}
}