scientificcms/sci-types-project/package.json

27 lines
662 B
JSON

{
"name": "sci-types-project",
"version": "7.0.0-SNAPSHOT",
"description": "JavaScript parts of the UI of sci-types-project",
"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
}
}