pdfdraw/package.json
2021-11-11 14:10:52 +01:00

26 lines
624 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"
},
"dependencies": {
"@jaames/iro": "5.5.2",
"jquery": "3.5.0",
"paper": "0.12.15",
"pdfjs-dist": "2.0.943",
"pdfjs-dist-viewer-min": "2.0.943",
"socket.io-client": "4.3.2"
},
"devDependencies": {
"copy-webpack-plugin": "6.4.1",
"eslint": "8.2.0",
"webpack": "4.46.0",
"webpack-cli": "4.9.1"
}
}