- Introduce new vanilla-jsoneditor iso older jsoneditor (for viewing a.o. ChatSessions) - Introduce use of npm to install required javascript libraries - update Material-kit-pro - Introduce new top bar to show session defaults, remove old navbar buttons - Correct Task & Tools editor
20 lines
591 B
JSON
20 lines
591 B
JSON
{
|
|
"dependencies": {
|
|
"@popperjs/core": "^2.11.8",
|
|
"bootstrap": "^5.3.6",
|
|
"datatables.net": "^2.3.1",
|
|
"jquery": "^3.7.1",
|
|
"select2": "^4.1.0-rc.0",
|
|
"vanilla-jsoneditor": "^3.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@parcel/transformer-sass": "^2.15.2",
|
|
"parcel": "^2.15.2"
|
|
},
|
|
"scripts": {
|
|
"dev": "parcel frontend_src/js/main.js --dist-dir static/dist --public-url ./",
|
|
"build": "parcel build frontend_src/js/main.js --dist-dir static/dist --public-url ./",
|
|
"watch": "parcel watch frontend_src/js/main.js --dist-dir static/dist --public-url ./"
|
|
}
|
|
}
|