pdfdraw/package.json
dependabot[bot] f42dd15a6b
Bump copy-webpack-plugin from 10.2.1 to 10.2.4
Bumps [copy-webpack-plugin](https://github.com/webpack-contrib/copy-webpack-plugin) from 10.2.1 to 10.2.4.
- [Release notes](https://github.com/webpack-contrib/copy-webpack-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/copy-webpack-plugin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/copy-webpack-plugin/compare/v10.2.1...v10.2.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-09 10:34:45 +00:00

31 lines
835 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.5.0",
"paper": "0.12.15",
"pdfjs-dist": "2.12.313",
"pdfjs-dist-viewer-min": "2.12.313",
"socket.io-client": "4.4.1",
"url": "0.11.0"
},
"devDependencies": {
"copy-webpack-plugin": "10.2.4",
"eslint": "8.8.0",
"stylelint": "14.4.0",
"stylelint-config-standard-scss": "^3.0.0",
"webpack": "5.67.0",
"webpack-cli": "4.9.2"
}
}