scientificcms/sci-publications/package.json

26 lines
650 B
JSON

{
"name": "sci-publications",
"version": "7.0.0",
"description": "JavaScript parts of the UI of sci-publications",
"main": "index.js",
"scripts": {
"build": "npm-run-all build:*",
"build:js": "webpack"
},
"author": "Jens Pelzetter",
"license": "LGPL-3.0-or-later",
"devDependencies": {
"@types/sortablejs": "^1.10.7",
"npm-run-all": "^4.1.5",
"ts-loader": "^9.2.6",
"typescript": "^4.4.3",
"webpack": "^5.55.1",
"webpack-cli": "^4.8.0"
},
"dependencies": {
"sortablejs": "^1.14.0"
},
"targets": {
"main": false
}
}