- Change TRAICIE_VACANCY_DEFINTION_SPECIALIST to TRAICIE_ROLE_DEFINITION_SPECIALIST
- 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
This commit is contained in:
19
nginx/package.json
Normal file
19
nginx/package.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"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 ./"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user