pdfdraw/package.json
dependabot[bot] 58f3110e19
Bump stylelint from 14.12.1 to 14.13.0
Bumps [stylelint](https://github.com/stylelint/stylelint) from 14.12.1 to 14.13.0.
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/stylelint/stylelint/compare/14.12.1...14.13.0)

---
updated-dependencies:
- dependency-name: stylelint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-10 10:39:14 +00:00

33 lines
886 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.6.1",
"jquery-ui": "1.13.2",
"lodash": "4.17.21",
"paper": "0.12.15",
"pdfjs-dist": "2.12.313",
"pdfjs-dist-viewer-min": "2.12.313",
"socket.io-client": "4.5.2",
"url": "0.11.0"
},
"devDependencies": {
"copy-webpack-plugin": "11.0.0",
"eslint": "8.25.0",
"stylelint": "14.13.0",
"stylelint-config-standard-scss": "^5.0.0",
"webpack": "5.74.0",
"webpack-cli": "4.10.0"
}
}