Files
eveAI/nginx/package.json
Josako 25e169dbea - Replace old implementation of PROCESSOR_TYPES and CATALOG_TYPES with the new cached approach
- Add an ordered_list dynamic field type (to be refined)
- Add tabulator javascript library to project
2025-05-29 16:00:25 +02:00

21 lines
625 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",
"tabulator-tables": "^6.3.1",
"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 ./"
}
}