Files
x-editable-bs5/package.json
Micha 9524a8acf8 Reorganize project structure and finalize Bootstrap 5 cleanup
- Create demo folder and move test files with proper naming
- Rename test.html/js/php to demo/index.html/demo.js/demo.php
- Update Gruntfile.js to Bootstrap 5 only configuration
- Clean up package.json dependencies (remove unused webpack/popper.js)
- Remove non-Bootstrap 5 dist directories
- Update webpack config to use demo files
- Fix demo paths and ensure fully functional demo
2025-07-27 14:08:17 +02:00

58 lines
1.5 KiB
JSON

{
"name": "@24unix/x-editable",
"title": "X-editable",
"description": "A maintained fork of x-editable for Bootstrap 5 support.",
"version": "1.5.2",
"homepage": "https://git.24unix.net/tracer/x-editable",
"author": {
"name": "Micha Espey",
"email": "tracer@24unix.net"
},
"contributors": [
{
"name": "Vitaliy Potapov",
"email": "noginsk@rambler.ru",
"url": "https://github.com/vitalets",
"contributions": "Original author of x-editable"
}
],
"repository": {
"type": "git",
"url": "https://git.24unix.net/tracer/x-editable.git"
},
"bugs": {
"url": "https://git.24unix.net/tracer/x-editable/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://git.24unix.net/tracer/x-editable/blob/master/LICENSE-MIT"
}
],
"main": "dist/bootstrap5-editable/js/bootstrap-editable.js",
"style": "dist/bootstrap5-editable/css/bootstrap-editable.css",
"dependencies": {
"bootstrap": "^5.3.3",
"bootstrap-datepicker": "^1.10.0",
"bootstrap-icons": "^1.11.3",
"jquery": "^3.7.1"
},
"devDependencies": {
"grunt": "^1.6.1",
"grunt-contrib-clean": "^2.0.1",
"grunt-contrib-concat": "^2.1.0",
"grunt-contrib-connect": "^5.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "^3.2.0",
"grunt-contrib-qunit": "^10.1.1",
"grunt-contrib-uglify": "^5.2.2"
},
"keywords": [
"editable",
"bootstrap5",
"jquery",
"in-place-editing",
"x-editable"
]
}